Chargebee
Overview
Chargebee is a billing and revenue management platform: it meters usage, runs subscriptions, turns them into invoices and payments, and recognizes revenue on one commercial record. `{site}` and `{YOUR-CHARGEBEE-SUBDOMAIN}` are your Chargebee site name, such as `acme-test`. The REST API uses HTTP Basic auth with the API key as the username and an empty password, takes form-encoded parameters and returns JSON. Create a key under Settings > Configure Chargebee > API Keys and Webhooks; test and live sites have different keys. The Data Lookup MCP server reads customers, subscriptions, invoices, quotes and payments. Turn on its MCP access and create an OAuth client ID for your MCP client under Settings > Configure Chargebee > Agentic AI > MCP Servers; sites with Multi-Business Entity enabled can't use OAuth. Sites in the EU and AU data centers use `mcp.eu.chargebee.com` and `mcp.au.chargebee.com` in place of `mcp.chargebee.com`. The MCP server's docs list its tools by label, not by name, so the tools below name only their API calls; the server lists its own once connected.
Workflows
0 workflows using Chargebee.
Tools
What agents can reach at Chargebee.
Create a checkout for a new subscriptionChargebee · Creates a Chargebee-hosted checkout page for the plan and add-on prices you pass and returns it with the URL to send the customer.
Create a couponChargebee · Creates a percentage, fixed-amount or free-quantity coupon that applies to an invoice or to specific items, and returns the coupon.
List customersChargebee · Returns customers on your Chargebee site, filtered by email, name or company, to find the billing record for a person or account.
List invoicesChargebee · Returns invoices filtered by status, customer or subscription, with their amounts, dates and payment status.
List subscriptionsChargebee · Returns the subscriptions that match every filter you pass, such as status, customer or plan price, with plan and billing details.