PluginBench
MCP Server

io.github.zekebuilds-lab/mcp-l402-gate MCP Server

io.github.zekebuilds-lab/mcp-l402-gate

What is the io.github.zekebuilds-lab/mcp-l402-gate MCP server?

L402 Lightning paywall + DoI score gate for MCP tools: challenge, verify, score.

How to install io.github.zekebuilds-lab/mcp-l402-gate

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • POW_GATE_URL

    PowForge L402 gate base URL. Defaults to public production endpoint when running via npx; override for self-hosted or local dev.

  • ORACLE_URL

    PowForge Depth-of-Identity oracle base URL. Used by l402_gate_score for pubkey lookups. Defaults to public production endpoint.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-l402-gate": {
      "command": "npx",
      "args": [
        "-y",
        "@powforge/mcp-l402-gate"
      ],
      "env": {
        "POW_GATE_URL": "<YOUR_POW_GATE_URL>",
        "ORACLE_URL": "<YOUR_ORACLE_URL>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mcp-l402-gate": {
      "command": "npx",
      "args": [
        "-y",
        "@powforge/mcp-l402-gate"
      ],
      "env": {
        "POW_GATE_URL": "<YOUR_POW_GATE_URL>",
        "ORACLE_URL": "<YOUR_ORACLE_URL>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-l402-gate": {
      "command": "npx",
      "args": [
        "-y",
        "@powforge/mcp-l402-gate"
      ],
      "env": {
        "POW_GATE_URL": "<YOUR_POW_GATE_URL>",
        "ORACLE_URL": "<YOUR_ORACLE_URL>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp-l402-gate": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@powforge/mcp-l402-gate"
      ],
      "env": {
        "POW_GATE_URL": "<YOUR_POW_GATE_URL>",
        "ORACLE_URL": "<YOUR_ORACLE_URL>"
      }
    }
  }
}
Claude Code
claude mcp add mcp-l402-gate --env POW_GATE_URL=<YOUR_POW_GATE_URL> --env ORACLE_URL=<YOUR_ORACLE_URL> -- npx -y @powforge/mcp-l402-gate

Related MCP servers

Charge AI agents per-call without accounts. PoW solve = free tier, Lightning = paid tier.

View repository →

DoI score lookup, vouch event builder, and offline schnorr verify for AI agents.

View repository →

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

View repository →