Skip the install. Get this working in under 2 minutes.
Start a free trial on cloud.anythingmcp.com, add the Chargebee in one click, then point your AI client (Claude, ChatGPT, Copilot or Cursor) at the generated MCP endpoint. No Docker, no git clone, zero engineering experience required.
Summary
Drive Chargebee (subscription billing) from any AI agent: customers, subscriptions, invoices, plans, addons, coupons. 14 tools, Basic-auth, per-site base URL.
试试这样问
Chargebee 的示例提示
点击任意提示即可复制,然后粘贴到 Claude、ChatGPT、Cursor、Gemini、Copilot 或 OpenClaw 中,在该连接器上运行。
Claude 是 AI,可能会出错。请核对回答。
💡 无需安装? 直接使用 cloud.anythingmcp.com。 登录、点击 Connectors → Chargebee、粘贴凭证、生成 MCP API key — 完成。无 Docker、无
git clone、无本地服务器。
Chargebee
Drive Chargebee (subscription billing) from any AI agent: customers, subscriptions, invoices, plans, addons, coupons. 14 tools, Basic-auth, per-site base URL.
设置
chargebee.com/docs/api).
Setup:
- Sign in to Chargebee → Settings → API Keys → + Create a Key.
- Pick a Full-Access key for write operations OR a Restricted Key for read-only.
- Note your site subdomain (e.g.
acme-testif your URL isacme-test.chargebee.com). - Set:
CHARGEBEE_SITE= the subdomain (without.chargebee.com)CHARGEBEE_API_KEY= the full API key (live_...ortest_...)
Authentication: HTTP Basic with username=API_KEY, password=empty.
Site-templated URL: https://{{CHARGEBEE_SITE}}.chargebee.com/api/v2. Test vs Live sites are different subdomains (e.g. acme-test vs acme) and have different API keys.
…(continued in the in-app connector instructions)
前提条件: CHARGEBEE_SITE, CHARGEBEE_API_KEY
本地安装连接器
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
打开 http://localhost:3000/connectors/store,选择 Chargebee 并填入前提条件中列出的环境变量。
可用工具
| Tool | What it does |
|---|---|
chargebee_list_customers | List customers with filters |
chargebee_get_customer | Fetch a customer by ID |
chargebee_create_customer | Create a customer |
chargebee_list_subscriptions | List subscriptions with filters |
chargebee_get_subscription | Fetch a subscription by ID |
chargebee_create_subscription_for_customer | Create a subscription for an existing customer |
chargebee_cancel_subscription | Cancel a subscription |
chargebee_pause_subscription | Pause a subscription |
chargebee_resume_subscription | Resume a paused subscription |
chargebee_list_invoices | List invoices |
chargebee_get_invoice | Fetch an invoice with line items |
chargebee_list_items | List items (Chargebee 2 |
chargebee_list_item_prices | List item prices (each item has multiple prices per currency/interval) |
chargebee_list_coupons | List coupons (discounts) |
下一步
这份指南对你有帮助吗?