Billingserv runs on your own machine — the client starts it, so there is no endpoint to ping. 145 installs a week from npm. Last commit 24 Aug 2026.
BillingServ MCP server for customers, invoices, orders, packages, licenses, and revenue reports.
Today is the operative word: we check Billingserv every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add mcp -- npx -y @billingserv/mcp-server
{
"mcpServers": {
"mcp": {
"args": [
"-y",
"@billingserv/mcp-server"
],
"command": "npx"
}
}
}
[mcp_servers.mcp]
command = "npx"
args = ["-y", "@billingserv/mcp-server"]
{
"mcpServers": {
"mcp": {
"args": [
"-y",
"@billingserv/mcp-server"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp": {
"args": [
"-y",
"@billingserv/mcp-server"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
BILLINGSERV_API_BASE_URL (BillingServ API v2 base URL, e.g. https://billing.example.com/api/v2), BILLINGSERV_API_KEY (BillingServ API key), BILLINGSERV_TIMEOUT_MS (Request timeout in milliseconds (default 15000)).
The author declared them in the registry entry; get the values from the project itself.
MCP server for QuickBooks Online — accounts, customers, invoices, bills, and reports.
MCP server for QuickBooks Online — accounts, customers, invoices, bills, and reports.
MCP server for Omie — ERP, customers, products, orders, invoices, financials
Eqvitta MCP: GST billing, ledgers, invoices, stock and financial reports for Claude.
Hosted Stripe MCP server: 18 tools for payments, subscriptions, invoicing, customers, and reporting.
Xero MCP server for invoices, contacts, payments, quotes, and financial reports.
MCP server for Xero accounting — contacts, invoices, payments, accounts, and financial reports.
MCP server for Xero accounting — contacts, invoices, payments, accounts, and financial reports.
Answers built from our own checks of this server.