用于 Paddle Billing 的 MCP 服务器
Paddle Billing是一家以开发者为先的商家。我们通过一个统一的 API 来处理付款、税务、订阅和指标等所有事务。
这是一个模型上下文协议(MCP)服务器,提供与 Paddle API 交互的工具。
**重要提示:**此 MCP 服务器与 Paddle Billing 兼容,但不支持 Paddle Classic。如需与 Paddle Classic 兼容,请参阅: Paddle Classic API 参考
特征
列出您的 Paddle 目录中的产品
创造新产品
列出产品价格
为产品制定新价格
列出客户
列出交易
列出订阅
创建自定义报告以进行财务分析
安装
要使用 MCP 服务器,您需要一个 API 密钥。您可以在PaddlePaddle > 开发者工具 > 身份验证中创建和管理 API 密钥:
要在 Claude Desktop、Cursor 或 Windsurf 等客户端中运行服务器,请将以下内容添加到您的 MCP 配置中:
将PADDLE_API_KEY替换为您的 API 密钥,并将正确的值作为environment传递。
有关详细设置指南,请参阅:
发展
安装依赖项:
pnpm install构建服务器:
pnpm build更新客户端以使用本地构建:
{ "mcpServers": { "paddle": { "command": "node", "args": ["path/to/paddle-mcp-server/build/index.js"], "env": { "PADDLE_API_KEY": "your_api_key", "PADDLE_ENVIRONMENT": "sandbox" } } } }
调试
要调试 MCP 服务器,您可以使用 MCP Inspector 工具:
使用检查器运行服务器:
pnpm inspector在浏览器中打开提供的 URL 以查看和调试 MCP 请求和响应。
包括
--api-key和--environment参数。
了解更多
Related MCP Servers
- -security-license-qualityA server implementing the Model Context Protocol to make and query payments through Worldpay APIs, enabling payment processing, payment queries, and checkout form generation.Last updated -
- AsecurityAlicenseAqualityA Model Context Protocol server that helps track expenses and calculate reimbursements for social events, making it easy to settle balances between friends.Last updated -11Apache 2.0
- -security-license-qualityA Model Context Protocol server that provides comprehensive integration with PayPal's APIs, enabling seamless interaction with payment processing, invoicing, subscription management, and business operations through a standardized interface.Last updated -6Apache 2.0
- -securityAlicense-qualityThe PayPal Model Context Protocol server allows you to integrate with PayPal APIs through function calling. This protocol supports various tools to interact with different PayPal services.Last updated -169167Apache 2.0