Back to search
30
MCP

@powforge/mcp-l402-gate

npm/@powforge/mcp-l402-gate

L402 Lightning paywall + Depth-of-Identity score gate for MCP. Two integration shapes: (a) stdio MCP server exposing l402_gate_challenge / l402_gate_verify / l402_gate_score for agent clients; (b) drop-in Express middleware + MCP tool factory that combine

Uptime
0.0%
4 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

io.github.zekebuilds-lab/mcp-l402-gate
L402 Lightning paywall + DoI score gate for MCP tools: challenge, verify, score.
0 tools
@powforge/mcp-pay-gate
Dual-rail Lightning paywall middleware for MCP servers. Accepts L402 macaroons (legacy) and x402-bip122-exact payments (forward-compat). One
0 tools
io.github.zekebuilds-lab/mcp-pay-gate
Dual-rail Lightning paywall for MCP servers: accepts L402 and x402 bip122/exact, one LNBits backend.
0 tools
io.github.thiagodataengineer/l402-kit
MCP server for L402-protected APIs via Bitcoin Lightning. Pay-per-call AI tools in sats.
0 tools
@powforge/mcp-identity
MCP server exposing PowForge Depth-of-Identity oracle to Claude Code, Cursor, and any MCP-compatible agent. Three tools: doi_score_lookup (p
0 tools
@powforge/captcha-mcp
MCP server that turns PowForge pow-captcha into agent auth. Charge AI agents per-call without accounts: PoW solve = free tier, Lightning pay
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "@powforge/mcp-l402-gate": {
      "url": "None",
      "transport": "http"
    }
  }
}