Loading MCP server directory, please wait...
MCP server for BillingServ: customers, invoices, orders, packages, and revenue reports.
npx @getmcp/cli add com.billingserv/mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
BILLINGSERV_API_BASE_URLBillingServ API v2 base URL, e.g. https://billing.example.com/api/v2
BILLINGSERV_API_KEYBillingServ API key
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"com.billingserv/mcp": {
"command": "npx",
"args": [
"-y",
"@billingserv/mcp-server"
],
"env": {
"BILLINGSERV_API_BASE_URL": "",
"BILLINGSERV_API_KEY": "",
"BILLINGSERV_TIMEOUT_MS": ""
}
}
}
}