MCP.so
登录

MCP Server for Paddle Billing

@MCP-Mirror

关于 MCP Server for Paddle Billing

Mirror of

基本信息

分类

其他

许可证

Apache-2.0 license

运行时

node

传输方式

stdio

发布者

MCP-Mirror

配置

使用下面的配置,将此服务器添加到你的 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.

评论

其他 分类下的更多 MCP 服务器