You're viewing a demo portfolio

Join the waitlist
PRSM

chargebee_get_customer

Active

Tool of Chargebee

declared in 0.1.0

Get complete customer profile by ID. Returns name, email, address, payment methods, subscription count, and account status.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "_site": "mycompany",
      "_apiKey": "your-chargebee-api-key",
      "customer_id": "cust_00123456789"
    }
  ],
  "required": [
    "_apiKey",
    "_site",
    "customer_id"
  ],
  "properties": {
    "_site": {
      "type": "string",
      "description": "Chargebee site name"
    },
    "_apiKey": {
      "type": "string",
      "description": "Chargebee API key"
    },
    "customer_id": {
      "type": "string",
      "description": "Customer ID"
    }
  }
}

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_get_customer — Chargebee — PRSM MCP