You're viewing a demo portfolio

Join the waitlist
PRSM

chargebee_get_subscription

Active

Tool of Chargebee

declared in 0.1.0

Get full subscription details by ID. Returns plan, status, billing dates, customer info, and all charges.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "_site": "mycompany",
      "_apiKey": "your-chargebee-api-key",
      "subscription_id": "sub_0012HyXnR4z8sF"
    }
  ],
  "required": [
    "_apiKey",
    "_site",
    "subscription_id"
  ],
  "properties": {
    "_site": {
      "type": "string",
      "description": "Chargebee site name"
    },
    "_apiKey": {
      "type": "string",
      "description": "Chargebee API key"
    },
    "subscription_id": {
      "type": "string",
      "description": "Subscription 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 →