Connect AI assistants to BillingServ: customers, invoices, orders, packages, and revenue reports.
This config will be passed to Cursor on install. Inspect `command`, `args`, and `env` before continuing.
{
"command": "npx",
"args": [
"-y",
"@billingserv/mcp-server"
],
"env": {
"BILLINGSERV_API_BASE_URL": "${BILLINGSERV_API_BASE_URL}",
"BILLINGSERV_API_KEY": "${BILLINGSERV_API_KEY}"
}
}