Paddle for billing and subscriptions

Pick 3 of 4 for billing and subscriptionsOfficialPaddle50

Paddle is a merchant-of-record platform, and its official MCP server reaches the Paddle Billing API to manage the product catalog, prices, and discounts an agent needs to reason about subscriptions. For billing and subscriptions it is our third pick of four. Where it genuinely wins is the merchant-of-record model: if Paddle already handles your sales tax, VAT, and compliance, an agent working against your real catalog and pricing keeps that arrangement intact.

The reason it sits at third rather than first is the shape of the current toolset. It covers the catalog, pricing, discounts, and the full subscription lifecycle; what sits with a couple of the siblings is deeper dunning and revenue-recovery tooling.

How Paddle fits

The catalog tools do the heavy work for this task: list_products, get_product, create_product, and update_product manage what you sell, while list_prices, get_price, create_price, and update_price keep pricing correct. preview_prices is the one that pays off for a merchant-of-record setup, since it returns localized amounts and taxes, which is exactly the part Paddle handles for you. list_discounts, get_discount, create_discount, and discount creation let an agent set up and inspect promotions. An agent can answer a question about a plan's price, spin up a new product or tier, or check a discount, all against live records.

The server also manages subscriptions directly: list_subscriptions and get_subscription to read, update_subscription, cancel_subscription, pause_subscription, and resume_subscription to act. The honest limit is dunning and revenue-recovery automation, where a dedicated recurring-billing engine goes deeper. Stripe is the stronger pick when you want the broadest, most mature billing surface and developer-first payments. Chargebee fits better when recurring-billing depth, dunning, and revenue operations are the core need. Polar suits developer and creator subscriptions with its own model. Choose Paddle when the deciding factor is that it acts as merchant of record and you want an agent operating inside that tax-and-compliance boundary.

Tools you would use

ToolWhat it does
list_productsLists products in the catalog.
create_productCreates a product.
get_productRetrieves a product by ID.
update_productUpdates a product.
list_pricesLists prices in the catalog.
create_priceCreates a price for a product.
get_priceRetrieves a price by ID.
update_priceUpdates a price.
preview_pricesPreviews prices, including localized amounts and taxes.
list_discountsLists discounts.
Full Paddle setup and config →

FAQ

What makes Paddle's server a fit for merchant-of-record billing?
Paddle handles sales tax, VAT, and compliance as the merchant of record, and the server's preview_prices tool returns localized amounts and taxes. An agent can manage the catalog and pricing through list_products, create_price, and the related tools while that tax handling stays with Paddle.
Can the agent manage subscriptions and discounts directly?
Yes. It reads and acts on subscriptions directly (list_subscriptions, get_subscription, update_subscription, cancel_subscription, pause_subscription, resume_subscription), alongside the catalog, pricing, and discount tools. For the deepest dunning and revenue-recovery automation, Chargebee goes further; for the broadest billing surface, Stripe.