chargebee_list_subscriptions
ActiveTool of Chargebee
declared in 0.1.0
List all subscriptions with optional filtering by status (e.g., 'active', 'cancelled'). Returns subscription IDs, plans, amounts, and renewal dates. Paginate with limit and offset.
Parameters schema
{
"type": "object",
"examples": [
{
"_site": "mycompany",
"limit": 25,
"status": "active",
"_apiKey": "your-chargebee-api-key"
},
{
"_site": "mycompany",
"limit": 50,
"offset": "eyJkaXJlY3Rpb24iOiJuZXh0IiwiY3Vyc29yIjoiMjAyMy0wMS0wMVQwMDowMDowMFoifQ==",
"status": "cancelled",
"_apiKey": "your-chargebee-api-key"
}
],
"required": [
"_apiKey",
"_site"
],
"properties": {
"_site": {
"type": "string",
"description": "Chargebee site name (e.g., \"mycompany\" for mycompany.chargebee.com)"
},
"limit": {
"type": "number",
"description": "Number of results to return (default 10, max 100)"
},
"offset": {
"type": "string",
"description": "Pagination offset from a previous response"
},
"status": {
"type": "string",
"description": "Filter by subscription status: active, cancelled, non_renewing, future, in_trial, paused"
},
"_apiKey": {
"type": "string",
"description": "Chargebee API key"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Chargebee
https://github.com/pipeworx-io/mcp-chargebee
1/7 registries