Odel
mcp l402 gate

mcp l402 gate

Local
@zekebuilds-labJavaScriptUpdated 4mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@powforge/mcp-l402-gatev0.1.4

Run

npx -y @powforge/mcp-l402-gate

MCP client config

{
  "mcpServers": {
    "mcp-l402-gate": {
      "command": "npx",
      "args": [
        "-y",
        "@powforge/mcp-l402-gate"
      ]
    }
  }
}