MCP Server
MCP
io.github.codespar/mcp-chargebee
MCP server for Chargebee — global subscription billing, recurring revenue orchestration
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
By
Comments
Sign in to leave a comment