Loading MCP server directory, please wait...
Query your ISP's revenue, subscribers, payments and routers. Needs a Centipid account and API key.
npx @getmcp/cli add com.centipidbilling/billingRequires Node.js 18+. Community-contributed server. Review source before installing.
AuthorizationBearer <key>, where <key> is created in the Centipid billing app under Settings, Developer. The key identifies which ISP the request belongs to and carries that operator's own permissions.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"com.centipidbilling/billing": {
"url": "https://mcp.centipidbilling.com/mcp",
"transport": "streamable-http",
"headers": {
"Authorization": ""
}
}
}
}