You're viewing a demo portfolio

Join the waitlist
PRSM

chargebee_list_customers

Active

Tool 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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Chargebee

https://github.com/pipeworx-io/mcp-chargebee

1/7 registries
View full server →
chargebee_list_customers — Chargebee — PRSM MCP