BillingServ MCP
Rank #22,927com.billingserv/mcp
BillingServ MCP server for customers, invoices, orders, packages, licenses, and revenue reports.
BillingServ MCP is a Model Context Protocol (MCP) server published by billingserv. It ranks #22,927 of 132,046 servers tracked on MCP Toplist. BillingServ MCP is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 7 tracked versions. It was first listed on Jul 2, 2026 and most recently updated on Aug 24, 2026.
Ranks ahead of 109,119 of 132,046 servers on MCP Toplist.
Use BillingServ MCP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add billingserv -e "BILLINGSERV_API_BASE_URL=<your BILLINGSERV_API_BASE_URL>" -e "BILLINGSERV_API_KEY=<your BILLINGSERV_API_KEY>" -e "BILLINGSERV_TIMEOUT_MS=<your BILLINGSERV_TIMEOUT_MS>" -- npx -y @billingserv/mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.billingserv]
command = "npx"
args = ["-y", "@billingserv/mcp-server"]
[mcp_servers.billingserv.env]
BILLINGSERV_API_BASE_URL = "<your BILLINGSERV_API_BASE_URL>"
BILLINGSERV_API_KEY = "<your BILLINGSERV_API_KEY>"
BILLINGSERV_TIMEOUT_MS = "<your BILLINGSERV_TIMEOUT_MS>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"billingserv": {
"command": "npx",
"args": [
"-y",
"@billingserv/mcp-server"
],
"env": {
"BILLINGSERV_API_BASE_URL": "<your BILLINGSERV_API_BASE_URL>",
"BILLINGSERV_API_KEY": "<your BILLINGSERV_API_KEY>",
"BILLINGSERV_TIMEOUT_MS": "<your BILLINGSERV_TIMEOUT_MS>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"billingserv": {
"command": "npx",
"args": [
"-y",
"@billingserv/mcp-server"
],
"env": {
"BILLINGSERV_API_BASE_URL": "<your BILLINGSERV_API_BASE_URL>",
"BILLINGSERV_API_KEY": "<your BILLINGSERV_API_KEY>",
"BILLINGSERV_TIMEOUT_MS": "<your BILLINGSERV_TIMEOUT_MS>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"billingserv": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@billingserv/mcp-server"
],
"env": {
"BILLINGSERV_API_BASE_URL": "<your BILLINGSERV_API_BASE_URL>",
"BILLINGSERV_API_KEY": "<your BILLINGSERV_API_KEY>",
"BILLINGSERV_TIMEOUT_MS": "<your BILLINGSERV_TIMEOUT_MS>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"billingserv": {
"command": "npx",
"args": [
"-y",
"@billingserv/mcp-server"
],
"env": {
"BILLINGSERV_API_BASE_URL": "<your BILLINGSERV_API_BASE_URL>",
"BILLINGSERV_API_KEY": "<your BILLINGSERV_API_KEY>",
"BILLINGSERV_TIMEOUT_MS": "<your BILLINGSERV_TIMEOUT_MS>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"billingserv": {
"command": "npx",
"args": [
"-y",
"@billingserv/mcp-server"
],
"env": {
"BILLINGSERV_API_BASE_URL": "<your BILLINGSERV_API_BASE_URL>",
"BILLINGSERV_API_KEY": "<your BILLINGSERV_API_KEY>",
"BILLINGSERV_TIMEOUT_MS": "<your BILLINGSERV_TIMEOUT_MS>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/com.billingserv%2Fmcp)<a href="https://mcptoplist.com/server/com.billingserv%2Fmcp"><img src="https://mcptoplist.com/badge/com.billingserv%2Fmcp.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries (1 delisted)
billingserv
Available versions (7)
| Version | Published |
|---|---|
| 0.2.1 | Aug 24, 2026 |
| 0.2.0 | Aug 17, 2026 |
| 0.1.9 | Jul 18, 2026 |
| 0.1.8 | Jul 3, 2026 |
| 0.1.7 | Jul 3, 2026 |
| 0.1.6 | Jul 3, 2026 |
| 0.1.5 | Jul 2, 2026 |
Frequently asked questions
- Who maintains BillingServ MCP?
- BillingServ MCP is maintained by billingserv, which publishes 1 MCP server (7 total versions) tracked on MCP Toplist.
- Is BillingServ MCP listed on the Official MCP Registry?
- Yes — BillingServ MCP is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does BillingServ MCP have?
- MCP Toplist tracks 7 versions of BillingServ MCP, most recently published on Aug 24, 2026.
- Where can I find the source code for BillingServ MCP?
- The source code for BillingServ MCP is hosted at github.com/billingserv/mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.