← Back to Plugins
MCP Server MCP

io.github.lightnet19/lightbill-mcp-server

MCP Registry publisher By MCP Registry publisher 👁 1 views ▲ 0 votes

LightBill ISP billing MCP server: 134 tools (customers, routers, OLT, invoices, payment).

Verified source

Install

uvx lightbill-mcp-server

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "lightbill-mcp-server",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Base URL LightBill API",
          "format": "string",
          "name": "LIGHTBILL_BASE_URL"
        },
        {
          "description": "AI API key LightBill (X-AI-Key header)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "LIGHTBILL_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...