Labsco
MCP SERVER · OFFICIAL PROJECT

Paddle Billing

by PaddleHQ

Run your Paddle catalogue — products, prices, discounts and customers — from the conversation instead of the dashboard.

Payments, Billing & Subscriptions
Summary
Billing questions get answered where you are already typing.

It reaches most of the Paddle Billing API, so the catalogue work — a price that needs changing, a discount that needs building, a customer whose record you need to read — happens in the conversation rather than in a dashboard tab.

What it is

Paddle's own MCP server for Paddle Billing, with near parity to the Paddle API. The catalogue, customer records and discount setup you would otherwise click through in the dashboard are reachable as tool calls. It does not support Paddle Classic.

What you get
  • Products listed, opened, created and updated
  • Prices the same way, plus a preview of what a buyer would actually be charged
  • Customer records read and written, and their credit balances listed
  • Discounts created, updated and listed
  • Discount groups created, updated, listed and archived
  • Each tool marked non-destructive or not, so a read and a change are distinguishable before you call one
Requirements

A Paddle Billing account and an API key for it, plus npx to launch the server.

Setup effort

One command plus a key — npx -y @paddle/paddle-mcp --api-key=your_api_key --environment=sandbox --tools=non-destructive, then supply credentials