Serversio.github.refined-element/lightning-enable-mcp
M

Lightning Enable MCP Server

io.github.refined-element/lightning-enable-mcp · v1.12.9
▦ nuget
v1.12.9nuget nuget: LightningEnable.Mcp↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.refined-element/lightning-enable-mcp",
  "description": "AI agent Lightning payments: invoices, wallets, L402 access, API discovery, budgets, and commerce.",
  "title": "Lightning Enable MCP Server",
  "repository": {
    "url": "https://github.com/refined-element/lightning-enable-mcp",
    "source": "github"
  },
  "version": "1.12.9",
  "websiteUrl": "https://docs.lightningenable.com/products/l402-microtransactions/mcp-complete-guide",
  "packages": [
    {
      "registryType": "nuget",
      "identifier": "LightningEnable.Mcp",
      "version": "1.12.9",
      "runtimeHint": "dnx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Strike API key for Lightning payments (recommended wallet)",
          "isSecret": true,
          "name": "STRIKE_API_KEY"
        },
        {
          "description": "Nostr Wallet Connect URI (for NWC wallets like CoinOS, CLINK, Alby Hub)",
          "isSecret": true,
          "name": "NWC_CONNECTION_STRING"
        },
        {
          "description": "LND REST API host (e.g., localhost:8080)",
          "name": "LND_REST_HOST"
        },
        {
          "description": "LND admin macaroon in hex format",
          "isSecret": true,
          "name": "LND_MACAROON_HEX"
        },
        {
          "description": "OpenNode API key (direct payments only, no L402 support)",
          "isSecret": true,
          "name": "OPENNODE_API_KEY"
        },
        {
          "description": "OpenNode environment: production or dev (testnet)",
          "default": "production",
          "name": "OPENNODE_ENVIRONMENT"
        },
        {
          "description": "Maximum satoshis allowed per single payment request",
          "default": "1000",
          "name": "L402_MAX_SATS_PER_REQUEST"
        },
        {
          "description": "Maximum total satoshis allowed per session",
          "default": "10000",
          "name": "L402_MAX_SATS_PER_SESSION"
        },
        {
          "description": "Lightning Enable API key for agent registration and ASA publishing (Agentic Commerce subscription)",
          "isSecret": true,
          "name": "LIGHTNING_ENABLE_API_KEY"
        },
        {
          "description": "Nostr relay URL for agent events (default: wss://agents.lightningenable.com)",
          "default": "wss://agents.lightningenable.com",
          "name": "AGENT_RELAY_URL"
        }
      ]
    },
    {
      "registryType": "pypi",
      "identifier": "lightning-enable-mcp",
      "version": "1.12.9",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Strike API key for Lightning payments (recommended wallet)",
          "isSecret": true,
          "name": "STRIKE_API_KEY"
        },
        {
          "description": "Nostr Wallet Connect URI (for NWC wallets like CoinOS, CLINK, Alby Hub)",
          "isSecret": true,
          "name": "NWC_CONNECTION_STRING"
        },
        {
          "description": "LND REST API host (e.g., localhost:8080)",
          "name": "LND_REST_HOST"
        },
        {
          "description": "LND admin macaroon in hex format",
          "isSecret": true,
          "name": "LND_MACAROON_HEX"
        },
        {
          "description": "OpenNode API key (direct payments only, no L402 support)",
          "isSecret": true,
          "name": "OPENNODE_API_KEY"
        },
        {
          "description": "Maximum satoshis allowed per single payment request",
          "default": "1000",
          "name": "L402_MAX_SATS_PER_REQUEST"
        },
        {
          "description": "Maximum total satoshis allowed per session",
          "default": "10000",
          "name": "L402_MAX_SATS_PER_SESSION"
        },
        {
          "description": "Lightning Enable API key for agent registration and ASA publishing (Agentic Commerce subscription)",
          "isSecret": true,
          "name": "LIGHTNING_ENABLE_API_KEY"
        },
        {
          "description": "Nostr relay URL for agent events (default: wss://agents.lightningenable.com)",
          "default": "wss://agents.lightningenable.com",
          "name": "AGENT_RELAY_URL"
        }
      ]
    },
    {
      "registryType": "oci",
      "identifier": "docker.io/refinedelement/lightning-enable-mcp:1.12.9",
      "runtimeHint": "docker",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Strike API key for Lightning payments (recommended wallet)",
          "isSecret": true,
          "name": "STRIKE_API_KEY"
        },
        {
          "description": "Nostr Wallet Connect URI (for NWC wallets like CoinOS, CLINK, Alby Hub)",
          "isSecret": true,
          "name": "NWC_CONNECTION_STRING"
        },
        {
          "description": "LND REST API host (e.g., localhost:8080)",
          "name": "LND_REST_HOST"
        },
        {
          "description": "LND admin macaroon in hex format",
          "isSecret": true,
          "name": "LND_MACAROON_HEX"
        },
        {
          "description": "OpenNode API key (direct payments only, no L402 support)",
          "isSecret": true,
          "name": "OPENNODE_API_KEY"
        },
        {
          "description": "Maximum satoshis allowed per single payment request",
          "default": "1000",
          "name": "L402_MAX_SATS_PER_REQUEST"
        },
        {
          "description": "Maximum total satoshis allowed per session",
          "default": "10000",
          "name": "L402_MAX_SATS_PER_SESSION"
        },
        {
          "description": "Lightning Enable API key for agent registration and ASA publishing (Agentic Commerce subscription)",
          "isSecret": true,
          "name": "LIGHTNING_ENABLE_API_KEY"
        },
        {
          "description": "Nostr relay URL for agent events (default: wss://agents.lightningenable.com)",
          "default": "wss://agents.lightningenable.com",
          "name": "AGENT_RELAY_URL"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}