← Back to Plugins
MCP Server MCP

io.github.donovanh/mcp-server

github By github 👁 1 views ▲ 0 votes

MCP server for Lightning Tools — pay-per-call AI tools via Bitcoin Lightning

Homepage Verified source GitHub

Install

npx -y @lightning-tools/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@lightning-tools/mcp-server",
      "version": "0.3.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Lightning Tools API key (starts with sk_). Optional — you can purchase one via the buy_credits tool.",
          "format": "string",
          "isSecret": true,
          "name": "LIGHTNING_TOOLS_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...