MCP Server for Paddle Billing
@MCP-Mirror
MCP Server for Paddle Billing について
Mirror of
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"paddle": {
"command": "npx",
"args": [
"-y",
"@paddle/paddle-mcp",
"--api-key=PADDLE_API_KEY",
"--environment=(sandbox|production)"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
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.
「その他」の他のコンテンツ
Nginx UI
0xJackyYet another WebUI for Nginx
ICSS
chokcoco不止于 CSS
Codelf
unbugA search tool helps dev to solve the naming things problem.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
コメント