Chargebee MCP connector
Chargebee is a subscription billing and revenue management platform for SaaS and subscription businesses. The Chargebee MCP connector allows AI agents to create and manage customers, retrieve and cancel subscriptions, and access invoice details including PDF URLs. It also supports listing invoices and deleting subscriptions across Product Catalog 2.0.
Authentication type
- API Key - Requires a static API key to be configured before the agent can connect to the service.
Uses
Use the Chargebee MCP connector to perform the following actions:
- Onboard new subscription customers automatically without manual data entry
- Retrieve invoices for billing audits, reconciliation, and financial reporting
- Access invoice PDFs programmatically to include in customer communications
- Terminate subscriptions with Product Catalog 2.0 for flexible billing models
- Remove subscriptions from your billing system when customers request cancellation
- Automate billing workflows triggered by customer lifecycle events
- Sync subscription and invoice data to downstream systems for reporting
Example prompts
Use the following example prompts to invoke Chargebee MCP connector tools from your AI assistant or Boomi Connect workflow:
Create a new customer in Chargebee for our enterprise account.Show me all invoices from Chargebee for the current month.Get the PDF URL for invoice INV-12345 in Chargebee.Cancel the subscription for customer C-999 using Product Catalog 2.0.List all unpaid invoices in Chargebee from the last quarter.Delete the subscription for our trial customer that expired yesterday.Retrieve invoices in Chargebee for all customers in the EU region.Generate a download link for the latest invoice PDF in Chargebee.Cancel subscriptions in Chargebee for customers who requested refunds.Create multiple customers in Chargebee from our onboarding queue.
Chargebee MCP connector tools
The Chargebee MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.
| Tool | Description |
|---|---|
| createCustomer | Creates a new customer account in Chargebee with the provided details. |
| listInvoices | Retrieves a list of invoices, optionally filtered by specific criteria. |
| getInvoicePdfUrl | Generates a downloadable PDF link for a specific invoice. |
| cancelSubscription | Cancels an active subscription under Product Catalog 2.0. |
| deleteSubscription | Permanently removes a subscription record from the system. |