Skip to main content
Glama
by PaddleHQ

用于 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 配置中:

{ "mcpServers": { "paddle": { "command": "npx", "args": ["-y", "@paddle/paddle-mcp", "--api-key=PADDLE_API_KEY", "--environment=(sandbox|production)"] } } }

PADDLE_API_KEY替换为您的 API 密钥,并将正确的值作为environment传递。

有关详细设置指南,请参阅:

发展

  1. 安装依赖项:

    pnpm install
  2. 构建服务器:

    pnpm build
  3. 更新客户端以使用本地构建:

    { "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 工具:

  1. 使用检查器运行服务器:

    pnpm inspector
  2. 在浏览器中打开提供的 URL 以查看和调试 MCP 请求和响应。

  3. 包括--api-key--environment参数。

了解更多

Related MCP Servers

  • -
    security
    -
    license
    -
    quality
    A 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 -
  • A
    security
    A
    license
    A
    quality
    A Model Context Protocol server that helps track expenses and calculate reimbursements for social events, making it easy to settle balances between friends.
    Last updated -
    11
    Apache 2.0
  • -
    security
    -
    license
    -
    quality
    A 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 -
    6
    Apache 2.0
  • PayPalofficial

    -
    security
    A
    license
    -
    quality
    The 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 -
    169
    167
    Apache 2.0
    • Linux
    • Apple

View all related MCP servers

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/PaddleHQ/paddle-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server