chargebee_list_customers
ActiveTool of Chargebee
declared in 0.1.0
List all customers with pagination. Returns customer IDs, names, emails, billing addresses, and creation dates.
Parameters schema
{
"type": "object",
"examples": [
{
"_site": "mycompany",
"limit": 50,
"_apiKey": "your-chargebee-api-key"
}
],
"required": [
"_apiKey",
"_site"
],
"properties": {
"_site": {
"type": "string",
"description": "Chargebee site name"
},
"limit": {
"type": "number",
"description": "Number of results to return (default 10, max 100)"
},
"offset": {
"type": "string",
"description": "Pagination offset from a previous response"
},
"_apiKey": {
"type": "string",
"description": "Chargebee API key"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Chargebee
https://github.com/pipeworx-io/mcp-chargebee
1/7 registries