Skip to main content
Glama

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.

MCP client
Glama
MCP server

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.

100% free. Your data is private.

Tool Definition Quality

Score is being calculated. Check back soon.

Available Tools

13 tools
chargebee_create_customerCreate customer
Destructive
Inspect

Creates a customer in Chargebee (additive). Chargebee auto-generates the id unless you pass one. Chargebee API: POST /customers.

ParametersJSON Schema
NameRequiredDescriptionDefault
idNoOptional custom customer id (Chargebee auto-generates if omitted).
emailNoCustomer email address.
phoneNoPhone number.
localeNoLocale, e.g. fr-CA.
companyNoCompany name.
last_nameNoCustomer last name.
first_nameNoCustomer first name.
chargebee_get_customerGet customer
Read-only
Inspect

Retrieve a single customer by id. Chargebee API: GET /customers/{customer_id}.

ParametersJSON Schema
NameRequiredDescriptionDefault
customer_idYesChargebee customer id.
chargebee_get_invoiceGet invoice
Read-only
Inspect

Retrieve a single invoice by id. Chargebee API: GET /invoices/{invoice_id}.

ParametersJSON Schema
NameRequiredDescriptionDefault
invoice_idYesChargebee invoice id.
chargebee_get_subscriptionGet subscription
Read-only
Inspect

Retrieve a single subscription by id. Chargebee API: GET /subscriptions/{subscription_id}.

ParametersJSON Schema
NameRequiredDescriptionDefault
subscription_idYesChargebee subscription id.
chargebee_list_couponsList coupons
Read-only
Inspect

List coupons. Chargebee API: GET /coupons.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMax results per page (Chargebee max 100).
offsetNoOpaque pagination token from a previous response's `next_offset`.
chargebee_list_credit_notesList credit notes
Read-only
Inspect

List credit notes. Filter by customer. Chargebee API: GET /credit_notes.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMax results per page (Chargebee max 100).
offsetNoOpaque pagination token from a previous response's `next_offset`.
customer_idNoOnly credit notes of this customer (→ customer_id[is]).
chargebee_list_customersList customers
Read-only
Inspect

List customers, newest first. Filter by email or creation time. Chargebee API: GET /customers.

ParametersJSON Schema
NameRequiredDescriptionDefault
emailNoExact email to match (→ email[is]).
limitNoMax results per page (Chargebee max 100).
offsetNoOpaque pagination token from a previous response's `next_offset`.
created_afterNoUnix timestamp; only customers created after this (→ created_at[after]).
chargebee_list_invoicesList invoices
Read-only
Inspect

List invoices. Filter by customer or status. Chargebee API: GET /invoices.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMax results per page (Chargebee max 100).
offsetNoOpaque pagination token from a previous response's `next_offset`.
statusNoInvoice status filter (→ status[is]).
customer_idNoOnly invoices of this customer (→ customer_id[is]).
chargebee_list_item_pricesList item prices
Read-only
Inspect

List Product Catalog 2.0 item prices. Filter by item. Chargebee API: GET /item_prices.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMax results per page (Chargebee max 100).
offsetNoOpaque pagination token from a previous response's `next_offset`.
item_idNoOnly prices of this item (→ item_id[is]).
chargebee_list_itemsList items
Read-only
Inspect

List Product Catalog 2.0 items (plans, addons, charges). Filter by type. Chargebee API: GET /items.

ParametersJSON Schema
NameRequiredDescriptionDefault
typeNoItem type filter (→ type[is]).
limitNoMax results per page (Chargebee max 100).
offsetNoOpaque pagination token from a previous response's `next_offset`.
chargebee_list_subscriptionsList subscriptions
Read-only
Inspect

List subscriptions. Filter by customer or status. Chargebee API: GET /subscriptions.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMax results per page (Chargebee max 100).
offsetNoOpaque pagination token from a previous response's `next_offset`.
statusNoSubscription status filter (→ status[is]).
customer_idNoOnly subscriptions of this customer (→ customer_id[is]).
chargebee_list_transactionsList transactions
Read-only
Inspect

List payment/refund transactions. Filter by customer. Chargebee API: GET /transactions.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMax results per page (Chargebee max 100).
offsetNoOpaque pagination token from a previous response's `next_offset`.
customer_idNoOnly transactions of this customer (→ customer_id[is]).
chargebee_update_customerUpdate customer
Destructive
Inspect

Updates a customer's details in Chargebee. Chargebee API: POST /customers/{customer_id}.

ParametersJSON Schema
NameRequiredDescriptionDefault
emailNoCustomer email address.
phoneNoPhone number.
companyNoCompany name.
last_nameNoCustomer last name.
first_nameNoCustomer first name.
customer_idYesChargebee customer id to update.

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.