chargebee
Server Details
Read Chargebee customers, subscriptions, invoices, items, transactions, credit notes and coupons.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- m190/usefulapi-mcp
- GitHub Stars
- 0
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Score is being calculated. Check back soon.
Available Tools
13 toolschargebee_create_customerCreate customerDestructiveInspect
Creates a customer in Chargebee (additive). Chargebee auto-generates the id unless you pass one. Chargebee API: POST /customers.
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Optional custom customer id (Chargebee auto-generates if omitted). | |
| No | Customer email address. | ||
| phone | No | Phone number. | |
| locale | No | Locale, e.g. fr-CA. | |
| company | No | Company name. | |
| last_name | No | Customer last name. | |
| first_name | No | Customer first name. |
chargebee_get_customerGet customerRead-onlyInspect
Retrieve a single customer by id. Chargebee API: GET /customers/{customer_id}.
| Name | Required | Description | Default |
|---|---|---|---|
| customer_id | Yes | Chargebee customer id. |
chargebee_get_invoiceGet invoiceRead-onlyInspect
Retrieve a single invoice by id. Chargebee API: GET /invoices/{invoice_id}.
| Name | Required | Description | Default |
|---|---|---|---|
| invoice_id | Yes | Chargebee invoice id. |
chargebee_get_subscriptionGet subscriptionRead-onlyInspect
Retrieve a single subscription by id. Chargebee API: GET /subscriptions/{subscription_id}.
| Name | Required | Description | Default |
|---|---|---|---|
| subscription_id | Yes | Chargebee subscription id. |
chargebee_list_couponsList couponsRead-onlyInspect
List coupons. Chargebee API: GET /coupons.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results per page (Chargebee max 100). | |
| offset | No | Opaque pagination token from a previous response's `next_offset`. |
chargebee_list_credit_notesList credit notesRead-onlyInspect
List credit notes. Filter by customer. Chargebee API: GET /credit_notes.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results per page (Chargebee max 100). | |
| offset | No | Opaque pagination token from a previous response's `next_offset`. | |
| customer_id | No | Only credit notes of this customer (→ customer_id[is]). |
chargebee_list_customersList customersRead-onlyInspect
List customers, newest first. Filter by email or creation time. Chargebee API: GET /customers.
| Name | Required | Description | Default |
|---|---|---|---|
| No | Exact email to match (→ email[is]). | ||
| limit | No | Max results per page (Chargebee max 100). | |
| offset | No | Opaque pagination token from a previous response's `next_offset`. | |
| created_after | No | Unix timestamp; only customers created after this (→ created_at[after]). |
chargebee_list_invoicesList invoicesRead-onlyInspect
List invoices. Filter by customer or status. Chargebee API: GET /invoices.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results per page (Chargebee max 100). | |
| offset | No | Opaque pagination token from a previous response's `next_offset`. | |
| status | No | Invoice status filter (→ status[is]). | |
| customer_id | No | Only invoices of this customer (→ customer_id[is]). |
chargebee_list_item_pricesList item pricesRead-onlyInspect
List Product Catalog 2.0 item prices. Filter by item. Chargebee API: GET /item_prices.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results per page (Chargebee max 100). | |
| offset | No | Opaque pagination token from a previous response's `next_offset`. | |
| item_id | No | Only prices of this item (→ item_id[is]). |
chargebee_list_itemsList itemsRead-onlyInspect
List Product Catalog 2.0 items (plans, addons, charges). Filter by type. Chargebee API: GET /items.
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Item type filter (→ type[is]). | |
| limit | No | Max results per page (Chargebee max 100). | |
| offset | No | Opaque pagination token from a previous response's `next_offset`. |
chargebee_list_subscriptionsList subscriptionsRead-onlyInspect
List subscriptions. Filter by customer or status. Chargebee API: GET /subscriptions.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results per page (Chargebee max 100). | |
| offset | No | Opaque pagination token from a previous response's `next_offset`. | |
| status | No | Subscription status filter (→ status[is]). | |
| customer_id | No | Only subscriptions of this customer (→ customer_id[is]). |
chargebee_list_transactionsList transactionsRead-onlyInspect
List payment/refund transactions. Filter by customer. Chargebee API: GET /transactions.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results per page (Chargebee max 100). | |
| offset | No | Opaque pagination token from a previous response's `next_offset`. | |
| customer_id | No | Only transactions of this customer (→ customer_id[is]). |
chargebee_update_customerUpdate customerDestructiveInspect
Updates a customer's details in Chargebee. Chargebee API: POST /customers/{customer_id}.
| Name | Required | Description | Default |
|---|---|---|---|
| No | Customer email address. | ||
| phone | No | Phone number. | |
| company | No | Company name. | |
| last_name | No | Customer last name. | |
| first_name | No | Customer first name. | |
| customer_id | Yes | Chargebee customer id to update. |
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!