MCP Hub
Back to servers

Chargebee

Chargebee MCP Pack — wraps the Chargebee API v2

Registry
Updated
Apr 15, 2026

mcp-chargebee

Chargebee MCP Pack — wraps the Chargebee API v2

Part of the Pipeworx open MCP gateway.

Tools

ToolDescription
chargebee_get_subscriptionGet a single Chargebee subscription by its ID. Returns full subscription details.
chargebee_list_customersList customers from Chargebee. Supports limit and offset for pagination.
chargebee_get_customerGet a single Chargebee customer by their ID. Returns full customer details.

Quick Start

Add to your MCP client config:

{
  "mcpServers": {
    "chargebee": {
      "url": "https://gateway.pipeworx.io/chargebee/mcp"
    }
  }
}

Or use the CLI:

npx pipeworx use chargebee

License

MIT

Reviews

No reviews yet

Sign in to write a review