PaddleHQ_paddle-mcp-server
This is a Model Context Protocol (MCP) server for interacting with the Paddle Billing API.
The MCP Server for Paddle Billing is designed to facilitate seamless interaction with the Paddle API, providing developers with a unified interface to manage payments, taxes, subscriptions, and metrics. This server is specifically tailored for Paddle Billing and does not support Paddle Classic. It offers a range of features that allow users to list and create products, manage prices, handle customer data, and generate custom financial reports. The server requires an API key for authentication, which can be managed through Paddle's developer tools. It can be run in different environments, such as sandbox or production, and is compatible with various client platforms like Claude Desktop, Cursor, and Windsurf. The server also supports development and debugging processes, providing tools for building, running, and inspecting MCP requests and responses.
Features
- List products in your Paddle catalog
- Create new products
- List prices for products
- Create new prices for products
- Create custom reports for financial analysis
Usage with Different Platforms
Paddle MCP Server
bash
npx -y @paddle/paddle-mcp --api-key=PADDLE_API_KEY --environment=(sandbox|production)
Claude Desktop
{
"mcpServers": {
"paddle": {
"command": "npx",
"args": ["-y", "@paddle/paddle-mcp", "--api-key=PADDLE_API_KEY", "--environment=(sandbox|production)"]
}
}
}
Development
bash
pnpm install
pnpm build
Debugging
bash
pnpm inspector
Related MCP Servers
View all finance servers →mcp-server
by financial-datasets
This is a Model Context Protocol (MCP) server that provides access to stock market data from Financial Datasets.
evm-mcp-server
by mcpdotdirect
A comprehensive Model Context Protocol (MCP) server that provides blockchain services across multiple EVM-compatible networks.
razorpay-mcp-server
by razorpay
The Razorpay MCP Server is a Model Context Protocol server that integrates with Razorpay APIs for advanced payment processing.
mcp-cn-a-stock
by elsejj
This is an MCP (Model Content Protocol) service providing A-share data for large models.
investor-agent
by ferdousbhai
The investor-agent is a Model Context Protocol server designed to provide comprehensive financial insights and analysis to Large Language Models.
mcp-trader
by wshobson
A Model Context Protocol (MCP) server designed for stock traders, offering a suite of tools for technical analysis and trading.
bsc-mcp
by TermiX-official
BNBChain MCP is a tool server designed for interacting with the Binance Smart Chain, enabling token transfers, smart contract interactions, and more, tailored for developers and AI agents.