← Back to browse

SiliconBridge

Indexed by io.github.aataqi-boop

About

Human-in-the-loop API for AI agents. CAPTCHA, OTP, KYC, and approvals by real humans.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

TransportHTTP (remote server)
Claude Code
claude mcp add --transport http siliconbridge https://siliconbridge.xyz/mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"siliconbridge","type":"http","url":"https://siliconbridge.xyz/mcp"}'
JSON
{
  "mcpServers": {
    "siliconbridge": {
      "url": "https://siliconbridge.xyz/mcp"
    }
  }
}