← Back to browse

mcp-pay-gate

Indexed by io.github.zekebuilds-lab

About

Dual-rail Lightning paywall for MCP servers: accepts L402 and x402 bip122/exact, one LNBits backend.

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 varsPOW_GATE_URL
Claude Code
claude mcp add --env POW_GATE_URL= mcp-pay-gate -- npx @powforge/mcp-pay-gate
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":"mcp-pay-gate","command":"npx","args":["@powforge/mcp-pay-gate"],"env":{"POW_GATE_URL":""}}'
JSON
{
  "mcpServers": {
    "mcp-pay-gate": {
      "command": "npx",
      "args": [
        "@powforge/mcp-pay-gate"
      ],
      "env": {
        "POW_GATE_URL": ""
      }
    }
  }
}

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