← Index

dev.forgesworn/402-mcp

dev.forgesworn/402-mcp·v3.15.2·Other
Quality Score
85
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "402-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "402-mcp"
      ],
      "env": {
        "NWC_URI": "<your-nwc_uri>",
        "MAX_AUTO_PAY_SATS": "<max_auto_pay_sats>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "402-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "402-mcp"
      ],
      "env": {
        "NWC_URI": "<your-nwc_uri>",
        "MAX_AUTO_PAY_SATS": "<max_auto_pay_sats>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y 402-mcp
§02  Environment variables
NWC_URI
secret

Nostr Wallet Connect URI for autonomous Lightning payments

MAX_AUTO_PAY_SATS

Maximum sats to auto-pay per request

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other