← Back to browse

402-mcp

Indexed by dev.forgesworn

About

AI agents discover, pay for, and consume any Lightning-gated API autonomously

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsNWC_URI MAX_AUTO_PAY_SATS
Claude Code
claude mcp add --env NWC_URI= --env MAX_AUTO_PAY_SATS= 402-mcp -- npx 402-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"402-mcp","command":"npx","args":["402-mcp"],"env":{"NWC_URI":"","MAX_AUTO_PAY_SATS":""}}'
JSON
{
  "mcpServers": {
    "402-mcp": {
      "command": "npx",
      "args": [
        "402-mcp"
      ],
      "env": {
        "NWC_URI": "",
        "MAX_AUTO_PAY_SATS": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.