MCP Chargebee runs on your own machine — the client starts it, so there is no endpoint to ping. 20 installs a week from npm. Last commit 29 Aug 2026.
MCP server for Chargebee — global subscription billing, recurring revenue orchestration
Today is the operative word: we check MCP Chargebee every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add mcp-chargebee -- npx -y @codespar/mcp-chargebee
{
"mcpServers": {
"mcp-chargebee": {
"args": [
"-y",
"@codespar/mcp-chargebee"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-chargebee]
command = "npx"
args = ["-y", "@codespar/mcp-chargebee"]
{
"mcpServers": {
"mcp-chargebee": {
"args": [
"-y",
"@codespar/mcp-chargebee"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp-chargebee": {
"args": [
"-y",
"@codespar/mcp-chargebee"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
CHARGEBEE_SITE (Chargebee site subdomain (e.g. 'acme' for acme.chargebee.com, 'acme-test' for test site)), CHARGEBEE_API_KEY (Chargebee API key (full-access or restricted) from Settings > API Keys).
The author declared them in the registry entry; get the values from the project itself.
MCP server for Vindi — recurring billing, subscriptions, invoices
MCP server for Stripe — global payments API (PaymentIntents, Checkout, Billing, Refunds)
MCP server for Asaas — billing automation, Pix, boleto, credit card, subscriptions
MCP server for Pagar.me — orders, charges, recipients, transfers, plans, subscriptions, webhooks
MCP server for PayPal — global payments + payouts: Orders v2, Payments, Subscriptions, Disputes
MCP server for Braspag — Cielo orchestration, token vault (Cartão Protegido), recurrence, split
MCP server for Culqi — Peru PSP: charges, refunds, cards, Yape/PagoEfectivo, subscriptions
MCP server for Braintree (PayPal) — global card processing via GraphQL: charge, refund, vault
Answers built from our own checks of this server.