Lightbill MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 82 installs a week from pypi.
LightBill ISP billing MCP server: 134 tools (customers, routers, OLT, invoices, payment).
Today is the operative word: we check Lightbill MCP Server 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 lightbill-mcp-server -- uvx lightbill-mcp-server
{
"mcpServers": {
"lightbill-mcp-server": {
"args": [
"lightbill-mcp-server"
],
"command": "uvx"
}
}
}
[mcp_servers.lightbill-mcp-server]
command = "uvx"
args = ["lightbill-mcp-server"]
{
"mcpServers": {
"lightbill-mcp-server": {
"args": [
"lightbill-mcp-server"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"lightbill-mcp-server": {
"args": [
"lightbill-mcp-server"
],
"command": "uvx"
}
}
}
This one needs environment variables set before it will start:
LIGHTBILL_BASE_URL (Base URL LightBill API), LIGHTBILL_API_KEY (AI API key LightBill (X-AI-Key header)).
The author declared them in the registry entry; get the values from the project itself.
Read-only MCP server for querying Stripe customers, payments, and invoices.
BillingServ MCP server for customers, invoices, orders, packages, licenses, and revenue reports.
MCP server for Alternative Payments — customers, invoices, payment requests, payouts, webhooks.
MCP server for Alternative Payments — customers, invoices, payment requests, payouts, webhooks.
MCP server for iugu — invoices, subscriptions, customers, payment methods
21 tools for AI agents to manage BTCPay Server: invoices, payments, stores, webhooks, Lightning
MCP server for QuickBooks Online (Intuit) — customers, invoices, payments, items, accounts, P&L
Hosted Stripe MCP server: 18 tools for payments, subscriptions, invoicing, customers, and reporting.
Answers built from our own checks of this server.