# chargebee MCP server

Read Chargebee customers, subscriptions, invoices, items, transactions, credit notes and coupons.

## Links
- Registry page: https://www.getdrio.com/mcp/io-usefulapi-chargebee
- Repository: https://github.com/m190/usefulapi-mcp

## Install
- Endpoint: https://chargebee.usefulapi.io/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://chargebee.usefulapi.io/mcp

## Tools
- chargebee_list_customers (List customers) - List customers, newest first. Filter by email or creation time. Chargebee API: GET /customers. Endpoint: https://chargebee.usefulapi.io/mcp
- chargebee_get_customer (Get customer) - Retrieve a single customer by id. Chargebee API: GET /customers/{customer_id}. Endpoint: https://chargebee.usefulapi.io/mcp
- chargebee_list_subscriptions (List subscriptions) - List subscriptions. Filter by customer or status. Chargebee API: GET /subscriptions. Endpoint: https://chargebee.usefulapi.io/mcp
- chargebee_get_subscription (Get subscription) - Retrieve a single subscription by id. Chargebee API: GET /subscriptions/{subscription_id}. Endpoint: https://chargebee.usefulapi.io/mcp
- chargebee_list_invoices (List invoices) - List invoices. Filter by customer or status. Chargebee API: GET /invoices. Endpoint: https://chargebee.usefulapi.io/mcp
- chargebee_get_invoice (Get invoice) - Retrieve a single invoice by id. Chargebee API: GET /invoices/{invoice_id}. Endpoint: https://chargebee.usefulapi.io/mcp
- chargebee_list_items (List items) - List Product Catalog 2.0 items (plans, addons, charges). Filter by type. Chargebee API: GET /items. Endpoint: https://chargebee.usefulapi.io/mcp
- chargebee_list_item_prices (List item prices) - List Product Catalog 2.0 item prices. Filter by item. Chargebee API: GET /item_prices. Endpoint: https://chargebee.usefulapi.io/mcp
- chargebee_list_transactions (List transactions) - List payment/refund transactions. Filter by customer. Chargebee API: GET /transactions. Endpoint: https://chargebee.usefulapi.io/mcp
- chargebee_list_credit_notes (List credit notes) - List credit notes. Filter by customer. Chargebee API: GET /credit_notes. Endpoint: https://chargebee.usefulapi.io/mcp
- chargebee_list_coupons (List coupons) - List coupons. Chargebee API: GET /coupons. Endpoint: https://chargebee.usefulapi.io/mcp
- chargebee_create_customer (Create customer) - Creates a customer in Chargebee (additive). Chargebee auto-generates the id unless you pass one. Chargebee API: POST /customers. Endpoint: https://chargebee.usefulapi.io/mcp
- chargebee_update_customer (Update customer) - Updates a customer's details in Chargebee. Chargebee API: POST /customers/{customer_id}. Endpoint: https://chargebee.usefulapi.io/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.usefulapi
- Version: 1.0.1
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 17, 2026
- Source: https://registry.modelcontextprotocol.io
