Best for
- Developers using Paddle Billing
- Integrating AI assistants into payment and subscription workflows
- Querying Paddle API data via natural language
The Paddle MCP server provides comprehensive integration with the Paddle Billing API, offering numerous tools and robust functionality. However, attention must be paid to permission controls and environment settings to avoid mistakes.
This is a Model Context Protocol (MCP) server that provides LLMs and AI agents with tools for interacting with the Paddle API. It supports Paddle Billing, not Paddle Classic. The server has near parity with the Paddle API, allowing management of product catalog, viewing customer and purchase information, handling subscriptions, payments, and refunds, debugging billing issues, creating and adjusting transactions in conversation, and generating financial reports.
{
"mcpServers": {
"paddle": {
"command": "npx",
"args": [
"-y",
"@paddle/paddle-mcp",
"--api-key=your_api_key",
"--environment=sandbox",
"--tools=non-destructive"
]
}
}
}