← Index

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

io.github.zekebuilds-lab/mcp-l402-gate·v0.1.4·Other
Quality Score
85
/100

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

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp-l402-gate": {
      "command": "npx",
      "args": [
        "-y",
        "@powforge/mcp-l402-gate"
      ],
      "env": {
        "POW_GATE_URL": "https://gate.powforge.dev",
        "ORACLE_URL": "https://identity.powforge.dev"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp-l402-gate": {
      "command": "npx",
      "args": [
        "-y",
        "@powforge/mcp-l402-gate"
      ],
      "env": {
        "POW_GATE_URL": "https://gate.powforge.dev",
        "ORACLE_URL": "https://identity.powforge.dev"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @powforge/mcp-l402-gate
§02  Environment variables
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.

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