Paddle MCP Server

Give any AI assistant direct access to the Paddle API over the Model Context Protocol.

This server gives AI assistants like Claude, Cursor, and Windsurf direct access to Paddle API operations — products, prices, subscriptions, customers, transactions, and more.

Three tools are exposed to your assistant: search the API reference, execute chained API calls in a sandbox, and report_missing_tool for telemetry.

01

Endpoint

A single MCP endpoint. Each host serves one environment — use the URL that matches your API key.

POST /mcp
02

Authentication

You need a Paddle API key. Pass it via the Authorization header on every request.

HTTP header
Authorization: Bearer <your-paddle-api-key>
03

Connect Your Client

Drop one of these configurations into your AI client.

Run this command, replacing API_KEY with your API key:

/terminal
claude mcp add --transport http paddle https://mcp.paddle.com/mcp --header "Authorization: Bearer API_KEY"

For more detailed setup instructions, see the full installation guide.