P

Paddle

Manage Paddle billing and subscriptions.

·No reviews yet
Repo
Share:

About

Auto-generated

Paddle is a Model Context Protocol server in the Commerce & Payments category. It lets AI assistants that speak MCP call its tools and read its resources over STDIO.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP

Screenshots

No screenshots yet.

Frequently Asked Questions

Common questions about Paddle.

What is the Paddle MCP server and its primary function?
The Paddle MCP server allows users to manage Paddle billing and subscriptions programmatically. It integrates Paddle's commerce and payment functionalities into MCP-compatible environments. This enables automation of subscription management and payment processing tasks.
How can I install the Paddle MCP server connector for a client like Cline?
For command-line clients like Cline, you typically install MCP servers by specifying their repository. You would use a CLI command such as 'cline install paddle --repo https://github.com/PaddleHQ/paddle-mcp-server'. Refer to your client's documentation for exact installation syntax.
Does the Paddle MCP server require an API key for authentication?
Yes, authentication for the Paddle MCP server is handled via an API key. You will need to obtain an API key from your Paddle account and configure it within your MCP client to authorize requests to the server.
What kind of capabilities does the Paddle MCP server provide?
The Paddle MCP server offers capabilities related to managing billing and subscriptions. This includes functionalities for handling payment processing, customer subscriptions, and potentially other commerce-related operations provided by the Paddle platform.
What is the licensing model for the Paddle MCP server?
The Paddle MCP server itself is open-source, available under a community-driven model as indicated by its GitHub repository. However, usage of the underlying Paddle service will incur costs and follow Paddle's specific pricing and licensing terms.
Are there any prerequisites for using the Paddle MCP server effectively?
A key prerequisite for using the Paddle MCP server is having an active Paddle account and the necessary API credentials. Users must also be familiar with Paddle's billing and subscription concepts to configure and utilize the server's functionalities correctly.

Install Paddle

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "paddle": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-paddle"
      ]
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "paddle": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-paddle"
      ]
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "paddle": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-paddle"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.