Agent Tools
Back to MCP servers
● healthy

L402 Lightning paywall + Depth-of-Identity score gate for MCP. Three tools — `l402_gate_challenge`, `l402_gate_verify`, `l402_gate_score` — let agents pay per-call without accounts: solve a PoW challenge for the free tier, or pay a Lightning invoice (L402) for the paid tier. The bundled `l402_gate_score` tool looks up the Depth-of-Identity composite for any Nostr pubkey from the public PowForge oracle, so server operators can compose price + identity gating with one call. Stdlib only — no MCP SDK dependency. Speaks to live `gate.powforge.dev` and `identity.powforge.dev`.

Transport
streamable-http
Auth
smithery_api_key
Cost

How to connect

MCP endpoint (streamable-http)
https://server.smithery.ai/zekebuilds/mcp-l402-gate/mcp
JSON-RPC initialize probe
curl -X POST https://server.smithery.ai/zekebuilds/mcp-l402-gate/mcp \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json, text/event-stream' \
  -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'
Homepage
https://powforge.dev/mcp
Listed at (smithery)
https://powforge.dev/mcp