AgentHubAgentHub

Lightning Enable MCP Server

MCP ServerMCP Registry官方收录

io.github.refined-element/lightning-enable-mcp · v1.12.13

AI agent Lightning payments: invoices, wallets, L402 access, API discovery, budgets, and commerce.

概览

Lightning Enable MCP Server 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "lightning-enable-mcp": {
      "command": "uvx",
      "args": [
        "lightning-enable-mcp"
      ]
    }
  }
}

环境变量

STRIKE_API_KEY可选secret

Strike API key for Lightning payments (recommended wallet)

NWC_CONNECTION_STRING可选secret

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

LND_REST_HOST可选

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

LND_MACAROON_HEX可选secret

LND admin macaroon in hex format

OPENNODE_API_KEY可选secret

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

OPENNODE_ENVIRONMENT可选

OpenNode environment: production or dev (testnet)

L402_MAX_SATS_PER_REQUEST可选

Maximum satoshis allowed per single payment request

L402_MAX_SATS_PER_SESSION可选

Maximum total satoshis allowed per session

LIGHTNING_ENABLE_API_KEY可选secret

Lightning Enable API key for agent registration and ASA publishing (Agentic Commerce subscription)

AGENT_RELAY_URL可选

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

STRIKE_API_KEY可选secret

Strike API key for Lightning payments (recommended wallet)

NWC_CONNECTION_STRING可选secret

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

LND_REST_HOST可选

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

LND_MACAROON_HEX可选secret

LND admin macaroon in hex format

OPENNODE_API_KEY可选secret

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

L402_MAX_SATS_PER_REQUEST可选

Maximum satoshis allowed per single payment request

L402_MAX_SATS_PER_SESSION可选

Maximum total satoshis allowed per session

LIGHTNING_ENABLE_API_KEY可选secret

Lightning Enable API key for agent registration and ASA publishing (Agentic Commerce subscription)

AGENT_RELAY_URL可选

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

STRIKE_API_KEY可选secret

Strike API key for Lightning payments (recommended wallet)

NWC_CONNECTION_STRING可选secret

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

LND_REST_HOST可选

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

LND_MACAROON_HEX可选secret

LND admin macaroon in hex format

OPENNODE_API_KEY可选secret

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

L402_MAX_SATS_PER_REQUEST可选

Maximum satoshis allowed per single payment request

L402_MAX_SATS_PER_SESSION可选

Maximum total satoshis allowed per session

LIGHTNING_ENABLE_API_KEY可选secret

Lightning Enable API key for agent registration and ASA publishing (Agentic Commerce subscription)

AGENT_RELAY_URL可选

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

相关资源

统一 Manifest

{
  "id": "io.github.refined-element/lightning-enable-mcp",
  "type": "mcp-server",
  "version": "1.12.13",
  "displayName": "Lightning Enable MCP Server",
  "description": "AI agent Lightning payments: invoices, wallets, L402 access, API discovery, budgets, and commerce.",
  "repository": {
    "url": "https://github.com/refined-element/lightning-enable-mcp",
    "source": "github"
  },
  "homepage": "https://docs.lightningenable.com/products/l402-microtransactions/mcp-complete-guide",
  "distribution": {
    "packages": [
      {
        "registryType": "nuget",
        "identifier": "LightningEnable.Mcp",
        "version": "1.12.13",
        "runtimeHint": "dnx",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "STRIKE_API_KEY",
            "description": "Strike API key for Lightning payments (recommended wallet)",
            "isSecret": true
          },
          {
            "name": "NWC_CONNECTION_STRING",
            "description": "Nostr Wallet Connect URI (for NWC wallets like CoinOS, CLINK, Alby Hub)",
            "isSecret": true
          },
          {
            "name": "LND_REST_HOST",
            "description": "LND REST API host (e.g., localhost:8080)"
          },
          {
            "name": "LND_MACAROON_HEX",
            "description": "LND admin macaroon in hex format",
            "isSecret": true
          },
          {
            "name": "OPENNODE_API_KEY",
            "description": "OpenNode API key (direct payments only, no L402 support)",
            "isSecret": true
          },
          {
            "name": "OPENNODE_ENVIRONMENT",
            "description": "OpenNode environment: production or dev (testnet)"
          },
          {
            "name": "L402_MAX_SATS_PER_REQUEST",
            "description": "Maximum satoshis allowed per single payment request"
          },
          {
            "name": "L402_MAX_SATS_PER_SESSION",
            "description": "Maximum total satoshis allowed per session"
          },
          {
            "name": "LIGHTNING_ENABLE_API_KEY",
            "description": "Lightning Enable API key for agent registration and ASA publishing (Agentic Commerce subscription)",
            "isSecret": true
          },
          {
            "name": "AGENT_RELAY_URL",
            "description": "Nostr relay URL for agent events (default: wss://agents.lightningenable.com)"
          }
        ]
      },
      {
        "registryType": "pypi",
        "identifier": "lightning-enable-mcp",
        "version": "1.12.13",
        "runtimeHint": "uvx",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "STRIKE_API_KEY",
            "description": "Strike API key for Lightning payments (recommended wallet)",
            "isSecret": true
          },
          {
            "name": "NWC_CONNECTION_STRING",
            "description": "Nostr Wallet Connect URI (for NWC wallets like CoinOS, CLINK, Alby Hub)",
            "isSecret": true
          },
          {
            "name": "LND_REST_HOST",
            "description": "LND REST API host (e.g., localhost:8080)"
          },
          {
            "name": "LND_MACAROON_HEX",
            "description": "LND admin macaroon in hex format",
            "isSecret": true
          },
          {
            "name": "OPENNODE_API_KEY",
            "description": "OpenNode API key (direct payments only, no L402 support)",
            "isSecret": true
          },
          {
            "name": "L402_MAX_SATS_PER_REQUEST",
            "description": "Maximum satoshis allowed per single payment request"
          },
          {
            "name": "L402_MAX_SATS_PER_SESSION",
            "description": "Maximum total satoshis allowed per session"
          },
          {
            "name": "LIGHTNING_ENABLE_API_KEY",
            "description": "Lightning Enable API key for agent registration and ASA publishing (Agentic Commerce subscription)",
            "isSecret": true
          },
          {
            "name": "AGENT_RELAY_URL",
            "description": "Nostr relay URL for agent events (default: wss://agents.lightningenable.com)"
          }
        ]
      },
      {
        "registryType": "oci",
        "identifier": "docker.io/refinedelement/lightning-enable-mcp:1.12.13",
        "runtimeHint": "docker",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "STRIKE_API_KEY",
            "description": "Strike API key for Lightning payments (recommended wallet)",
            "isSecret": true
          },
          {
            "name": "NWC_CONNECTION_STRING",
            "description": "Nostr Wallet Connect URI (for NWC wallets like CoinOS, CLINK, Alby Hub)",
            "isSecret": true
          },
          {
            "name": "LND_REST_HOST",
            "description": "LND REST API host (e.g., localhost:8080)"
          },
          {
            "name": "LND_MACAROON_HEX",
            "description": "LND admin macaroon in hex format",
            "isSecret": true
          },
          {
            "name": "OPENNODE_API_KEY",
            "description": "OpenNode API key (direct payments only, no L402 support)",
            "isSecret": true
          },
          {
            "name": "L402_MAX_SATS_PER_REQUEST",
            "description": "Maximum satoshis allowed per single payment request"
          },
          {
            "name": "L402_MAX_SATS_PER_SESSION",
            "description": "Maximum total satoshis allowed per session"
          },
          {
            "name": "LIGHTNING_ENABLE_API_KEY",
            "description": "Lightning Enable API key for agent registration and ASA publishing (Agentic Commerce subscription)",
            "isSecret": true
          },
          {
            "name": "AGENT_RELAY_URL",
            "description": "Nostr relay URL for agent events (default: wss://agents.lightningenable.com)"
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.refined-element/lightning-enable-mcp",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.refined-element%2Flightning-enable-mcp/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
Lightning Enable MCP Server — MCP Server 安装与配置 · AgentHub