Overview
What is Paddle MCP Server?
Paddle MCP Server is a server designed for interacting with the Paddle Billing API, which handles payments, taxes, subscriptions, and metrics through a unified API.
How to use Paddle MCP Server?
To use the Paddle MCP Server, you need to create an API key in the Paddle Developer tools and run the server using the command: npx -y @paddle/paddle-mcp --api-key=PADDLE_API_KEY --environment=(sandbox|production).
Key features of Paddle MCP Server?
- List products in your Paddle catalog
- Create new products and prices
- List customers, transactions, and subscriptions
- Generate custom financial reports
Use cases of Paddle MCP Server?
- Managing product listings and pricing in Paddle.
- Analyzing financial data through custom reports.
- Integrating Paddle Billing with other applications using the MCP protocol.
FAQ from Paddle MCP Server?
- What is the difference between Paddle MCP and Paddle Classic?
Paddle MCP is designed for the new Paddle Billing API, while Paddle Classic refers to the older API.
- Is there a sandbox environment for testing?
Yes, you can use the sandbox environment for testing your integration before going live.
- What programming language is used for Paddle MCP Server?
Paddle MCP Server is built using TypeScript.