Home › Search & Research › mcp

mcp

Reliable web access for AI agents: smart HTTP, rotating proxies, and full-browser rendering.

Official TypeScript CloudLocal Remote
★ 4 stars Last pushed 2026-09-23 License: MIT

Topics: Search & Data Extraction

Connect

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

Remote (streamable-http)

https://mcp.foura.ai/mcp Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http mcp https://mcp.foura.ai/mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp": {
      "url": "https://mcp.foura.ai/mcp"
    }
  }
}

Package (npm 0.7.3)

npx -y @fouradata/mcp@0.7.3

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@fouradata/mcp@0.7.3"
      ],
      "env": {
        "FOURA_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • FOURA_API_KEY required secret — Your FourA API key (pk_live_...), managed at https://foura.ai/dashboard/#api-keys

Related servers

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

Data from the Official MCP Registry