BillingServ MCP server for customers, invoices, orders, packages, licenses, and revenue reports.
This MCP tool appears to be a typical BillingServ integration that runs locally and requires an API base URL and API key. Given the official registry listing, open-source repository, and recent maintenance, no clear high-risk red flags are evident, but the configurable remote endpoint and sparse documentation warrant careful configuration and least-privilege use.
It requires BILLINGSERV_API_KEY, which is a sensitive credential, along with BILLINGSERV_API_BASE_URL and timeout configuration. If the key is exposed, it could be used to access BillingServ data such as customers, invoices, orders, packages, and revenue reports, but the materials do not show explicit credential-abuse red flags.
Although no fixed host is listed by the system, the tool uses BILLINGSERV_API_BASE_URL to reach a remote API, so the actual egress destination is configurable. Based on its stated function, user or business data will likely be sent to the configured BillingServ endpoint; there is no evidence of unrelated third-party exfiltration, but the base URL should be protected against misconfiguration to untrusted addresses.
The system marks it as executes-code, meaning it runs as a local MCP service process. This is a normal capability for this type of tool; the available materials do not show system privileges clearly beyond what its billing-integration role would suggest, nor any suspicious execution chain.
From the description, its primary data access scope is remote BillingServ business objects, including customers, invoices, orders, packages, and revenue reports. There is no README evidence that it reads or writes local files or requests data beyond its stated scope, but the remote business data it handles is commercially sensitive and should be protected with least-privilege API scopes.
The source is an official registry entry, with an auditable open-source repository and updates within the last year, which are meaningful positive signals. However, the lack of a README, no declared license, and very low community star count reduce transparency and maturity, so this is better rated as caution rather than risk.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "com.billingserv/mcp" MCP server from askskill: Run: claude mcp add 'com-billingserv-mcp' -- npx -y @billingserv/mcp-server