Home › Security › captcha-mcp

captcha-mcp

Charge AI agents per-call without accounts. PoW solve = free tier, Lightning = paid tier.

TypeScript Local macOSWindowsLinux
★ 1 stars Last pushed 2026-08-14 License: MIT

Topics: Security

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.1.1)

npx -y @powforge/captcha-mcp@0.1.1

Or add to your MCP client config:

{
  "mcpServers": {
    "captcha-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@powforge/captcha-mcp@0.1.1"
      ],
      "env": {
        "CAPTCHA_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • CAPTCHA_URL — PowForge captcha backend URL. Defaults to public production endpoint when running via npx; override for self-hosted or local dev.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry