概要
What is MCP Server for Paddle Billing?
MCP Server for Paddle Billing is a Model Context Protocol server that provides tools for interacting with the Paddle Billing API. It is designed for developers using Paddle Billing, the developer-first merchant of record, and does not support Paddle Classic.
How to use MCP Server for Paddle Billing?
Obtain a Paddle Billing API key from the Paddle dashboard (sandbox or live). Run the server using npx -y @paddle/paddle-mcp --api-key=PADDLE_API_KEY --environment=(sandbox|production). For client integration, add the server configuration to your MCP config file (e.g., for Claude Desktop, Cursor, or Windsurf).
Key features of MCP Server for Paddle Billing
- List products in your Paddle catalog
- Create new products
- List prices for products
- Create new prices for products
- List customers
- List transactions
- List subscriptions
- Create custom reports for financial analysis
Use cases of MCP Server for Paddle Billing
- Automating product and price management via AI assistants
- Retrieving customer, transaction, and subscription data from Paddle Billing
- Generating custom financial reports programmatically
- Integrating Paddle Billing operations into AI-powered workflows
FAQ from MCP Server for Paddle Billing
Does this server work with Paddle Classic?
No. This MCP server works only with Paddle Billing. For Paddle Classic, use the Paddle Classic API reference.
What are the runtime requirements?
The server requires Node.js to run via npx and a valid Paddle Billing API key. You must also specify the environment (sandbox or production).
How do I get an API key?
Create and manage API keys in Paddle under Developer tools > Authentication. Use the sandbox URL for testing or the live URL for production.
Which MCP clients are supported?
The server can be used with clients like Claude Desktop, Cursor, and Windsurf by adding the server configuration to the client’s MCP config file.
What tools does the server provide?
It provides tools to list/create products, list/create prices, list customers, list transactions, list subscriptions, and create custom reports for financial analysis.