paddle-mcp-server
3.5
The MCP Server for Paddle Billing integrates with the Paddle API to provide tools for managing products, customers, transactions, and subscriptions. It requires an API key for both Sandbox and Live environments and supports detailed installations across different client tools.
Top Comments
MCP Server for Paddle Billing
Paddle Billing is the developer-first merchant of record, providing payments, tax, subscriptions, and metrics management.
Features
- List products in Paddle catalog
- Create new products
- List and create prices for products
- List customers and transactions
- List subscriptions
- Create custom financial reports
Installation
To use the server, an API key is needed, which can be managed in Paddle's Developer Tools under Authentication.
Development
- Install dependencies using
pnpm install
- Build the server with
pnpm build
- Update client to use local build
Debugging
Use MCP Inspector tool for debugging by running pnpm inspector
and opening the provided URL in a browser.