Back to search
60
MCP http

captcha-mcp

zekebuilds/captcha-mcp

PoW CAPTCHA verification for MCP clients. Exposes generate_challenge and verify_solution tools — stateless proof-of-work that agents can embed in auth flows. L402 Lightning skip tier available for trusted clients. No API key required for PoW path.

Uptime
100.0%
8 probes
Response
0ms
last probe
Tools
0
callable

Similar MCP servers embedding-nearest

@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
io.github.zekebuilds-lab/captcha-mcp
Charge AI agents per-call without accounts. PoW solve = free tier, Lightning = paid tier.
0 tools
@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 / l
0 tools
io.github.zekebuilds-lab/mcp-l402-gate
L402 Lightning paywall + DoI score gate for MCP tools: challenge, verify, score.
0 tools
@gatesolve/mcp-server
MCP server for CAPTCHA solving - Turnstile, reCAPTCHA, hCaptcha. 100 free solves. AI agent automation.
0 tools
proofof-ai-mcp
Proofof Ai tools for AI agents. Capabilities: verify text origin, detect deepfake image, generate content certificate. Built by MEOK AI Labs
0 tools

How to use

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

{
  "mcpServers": {
    "captcha-mcp": {
      "url": "https://captcha-mcp.powforge.dev",
      "transport": "http"
    }
  }
}