← Back to Plugins
MCP Server MCP

io.github.codespar/mcp-chargebee

github By github 👁 1 views ▲ 0 votes

MCP server for Chargebee — global subscription billing, recurring revenue orchestration

Homepage Verified source GitHub

Install

npx -y @codespar/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@codespar/mcp-chargebee",
      "version": "0.1.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Chargebee site subdomain (e.g. 'acme' for acme.chargebee.com, 'acme-test' for test site)",
          "isRequired": true,
          "format": "string",
          "name": "CHARGEBEE_SITE"
        },
        {
          "description": "Chargebee API key (full-access or restricted) from Settings > API Keys",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "CHARGEBEE_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...