MCP server exposing 5 tools for chargebee.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/chargebee/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
chargebee_list_subscriptions — List all subscriptions with optional filtering by status (e.g., 'active', 'cancelled'). Returns subscription IDs, plans, amounts, and renewal dates. Paginate with limit and offset.chargebee_get_subscription — Get full subscription details by ID. Returns plan, status, billing dates, customer info, and all charges.chargebee_list_customers — List all customers with pagination. Returns customer IDs, names, emails, billing addresses, and creation dates.chargebee_get_customer — Get complete customer profile by ID. Returns name, email, address, payment methods, subscription count, and account status.chargebee_list_invoices — List invoices filtered by status (e.g., 'paid', 'pending') and/or customer ID. Returns invoice numbers, amounts, dates, and payment status. Paginate with limit and offset.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/chargebee/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io