PaddleHQ MCP Server
by MCP-Mirror
This is a Model Context Protocol (MCP) server that provides tools for interacting with the Paddle Billing API. It allows you to manage products, prices, customers, transactions, and subscriptions within the Paddle ecosystem.
Last updated: N/A
What is PaddleHQ MCP Server?
The Paddle MCP Server is a Model Context Protocol server designed to facilitate interaction with the Paddle Billing API. It provides a standardized interface for managing various aspects of your Paddle account, such as products, prices, customers, and transactions, within MCP-compatible environments.
How to use PaddleHQ MCP Server?
To use the Paddle MCP server, you need a Paddle API key. You can obtain this from the Paddle developer dashboard. Then, you can run the server using npx
or configure it within MCP-compatible clients like Claude Desktop, Cursor, or Windsurf by specifying the command and arguments, including your API key and environment (sandbox or production).
Key features of PaddleHQ MCP Server
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 PaddleHQ MCP Server
Managing product catalogs within an MCP environment
Automating price updates and promotions
Analyzing customer data and transaction history
Integrating Paddle Billing data into AI workflows
FAQ from PaddleHQ MCP Server
What is Paddle Billing?
What is Paddle Billing?
Paddle Billing is a developer-first merchant of record that handles payments, tax, subscriptions, and metrics with a unified API.
Does this server support Paddle Classic?
Does this server support Paddle Classic?
No, this MCP server only works with Paddle Billing. For Paddle Classic, refer to the Paddle Classic API reference.
Where can I get an API key?
Where can I get an API key?
You can create and manage API keys in Paddle > Developer tools > Authentication, available in both sandbox and live environments.
How do I run the server?
How do I run the server?
You can run the server using npx
with the provided command, or configure it within MCP-compatible clients.
How do I debug the server?
How do I debug the server?
You can use the MCP Inspector tool by running the server with pnpm inspector
and opening the provided URL in your browser.