It reaches most of the Paddle Billing API, so the catalogue work — a price that needs changing, a discount that needs building, a customer whose record you need to read — happens in the conversation rather than in a dashboard tab.
Paddle's own MCP server for Paddle Billing, with near parity to the Paddle API. The catalogue, customer records and discount setup you would otherwise click through in the dashboard are reachable as tool calls. It does not support Paddle Classic.
- Products listed, opened, created and updated
- Prices the same way, plus a preview of what a buyer would actually be charged
- Customer records read and written, and their credit balances listed
- Discounts created, updated and listed
- Discount groups created, updated, listed and archived
- Each tool marked non-destructive or not, so a read and a change are distinguishable before you call one
A Paddle Billing account and an API key for it, plus npx to launch the server.
One command plus a key — npx -y @paddle/paddle-mcp --api-key=your_api_key --environment=sandbox --tools=non-destructive, then supply credentials
