Back to Browse

Lightning Enable MCP Server

Developer ToolsLow Risk9.7MCP RegistryLocal
Free

Server data from the Official MCP Registry

AI agent Lightning payments: L402, invoices, wallets, API discovery, budgets, self-serve signup.

About

AI agent Lightning payments: L402, invoices, wallets, API discovery, budgets, self-serve signup.

Security Report

9.7
Low Risk9.7Low Risk

Valid MCP server (2 strong, 1 medium validity signals). No known CVEs in dependencies. ⚠️ Package registry links to a different repository than scanned source. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.

6 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

What You'll Need

Set these up before or after installing:

Strike API key for Lightning payments (recommended wallet)Required

Environment variable: STRIKE_API_KEY

Nostr Wallet Connect URI (for NWC wallets like CoinOS, CLINK, Alby Hub)Required

Environment variable: NWC_CONNECTION_STRING

LND REST API host (e.g., localhost:8080)Optional

Environment variable: LND_REST_HOST

LND admin macaroon in hex formatRequired

Environment variable: LND_MACAROON_HEX

OpenNode API key (direct payments only, no L402 support)Required

Environment variable: OPENNODE_API_KEY

OpenNode environment: production or dev (testnet)Optional

Environment variable: OPENNODE_ENVIRONMENT

Lightning Enable API key (unlocks producer + ASA tools). Optional: no key? The create_lightning_enable_account tool self-provisions one for ~100 sats over Lightning — no card, no subscription required.Required

Environment variable: LIGHTNING_ENABLE_API_KEY

Nostr relay URL for agent events (default: wss://agents.lightningenable.com)Optional

Environment variable: AGENT_RELAY_URL

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-refined-element-lightning-enable-mcp": {
      "env": {
        "LND_REST_HOST": "your-lnd-rest-host-here",
        "STRIKE_API_KEY": "your-strike-api-key-here",
        "AGENT_RELAY_URL": "your-agent-relay-url-here",
        "LND_MACAROON_HEX": "your-lnd-macaroon-hex-here",
        "OPENNODE_API_KEY": "your-opennode-api-key-here",
        "OPENNODE_ENVIRONMENT": "your-opennode-environment-here",
        "NWC_CONNECTION_STRING": "your-nwc-connection-string-here",
        "LIGHTNING_ENABLE_API_KEY": "your-lightning-enable-api-key-here"
      },
      "args": [
        "lightning-enable-mcp"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!