Chargebee for your agents.
Connect Chargebee once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 11 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Chargebee.
What agents can do with Chargebee
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
chargebee_list_subscriptionsList subscriptions with optional status and customer filters.
chargebee_list_customersList customers with optional filters and pagination.
chargebee_list_invoicesList invoices with optional date range and status filters.
chargebee_get_subscriptionGet a single subscription by its ID.
chargebee_list_plansList all plans with optional pagination.
chargebee_get_customerGet a single customer by its ID.
chargebee_create_subscriptionCreate a new subscription for a customer with a plan.
chargebee_create_customerCreate a new customer.
chargebee_list_transactionsList transactions (payments, refunds) with optional filters.
chargebee_list_couponsList all coupons defined in the site.
chargebee_get_invoiceGet a single invoice by its ID.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Log into your Chargebee site at https://{your-site}.chargebee.com.
- Navigate to Settings, then API Keys.
- Create an API key and copy it. It is used as the password in Basic auth.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Chargebee to Even: call connect_begin("chargebee") on the even-connect MCP and walk me through it.
List active subscriptions by customer, retrieve invoice data for billing, and check subscription plan details.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.