mcp-l402-gate
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 chall…
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add zekebuilds/mcp-l402-gate
# Browse available tools
npx -y smithery tool list zekebuilds/mcp-l402-gate
# Get full schema for a tool
npx -y smithery tool get zekebuilds/mcp-l402-gate l402_gate_challenge
# Call a tool
npx -y smithery tool call zekebuilds/mcp-l402-gate l402_gate_challenge '{}'Direct MCP Connection
Endpoint: https://mcp-l402-gate--zekebuilds.run.tools
Tools (3)
l402_gate_challenge— Request a fresh PoW challenge from the PowForge L402 gate. Returns {nonce, difficulty}. Find asolutionsuch that SHA…l402_gate_verify— Verify a gate access attempt. Three shapes: (a) {nonce, solution} verifies a PoW solve and returns a 5-min token; (b) {…l402_gate_score— Look up the Depth-of-Identity (DoI) score for a Nostr pubkey via the public PowForge oracle. Returns {composite, rank, …
# Get full input/output schema for a tool
npx -y smithery tool get zekebuilds/mcp-l402-gate