Chargebee Skill

Financial

Domain knowledge for your AI assistant — workflow patterns, data model concepts, and gotchas for Chargebee tools.

27 tools
SKILL.md

Chargebee
SKILL.md

Domain knowledge for Chargebee subscription billing — customers, subscriptions, invoices, plans

Chargebee

Chargebee manages subscription billing. Customers, subscriptions, plans, addons, invoices, transactions.

Data Model

  • Customers are billing entities. Subscriptions link customer to plan. Status: active, cancelled, etc.
  • Plans define pricing. Addons are optional extras. Invoices are generated from subscriptions.
  • Coupons for discounts. Transactions are payment records. Items and Quotes for product catalog.
  • id vs id_in_site: Some endpoints use id_in_site for customer-facing ids.

Gotchas

  • Site name: Chargebee uses site subdomain. API URL: https://{site}.chargebee.com/api/v2.
  • Subscription status: Check status before assuming active. Cancelled subscriptions may have end-of-term access.
  • Attached items: Need item_id. Quote line groups need quote_id. Scheduled changes need subscription_id.

Use with Chargebee Bundle

This skill teaches your AI assistant domain knowledge. To actually execute Chargebee API calls, enable the MCP bundle — the skill and bundle work together.

Ready to use Chargebee?

Install the skill for domain knowledge, enable the bundle for authenticated tool access

What is a Skill?

Chargebee Skill - SKILL.md for Claude Code, Cursor & More