mcp

Created By
FourA18 days ago
Web scraping for AI agents. One smart tool fetches any public page and picks the method automatically (direct request, rotating proxy, or full headless browser), getting past anti-bot challenges. Four tools + six prompts, one API key.
Overview

FourA MCP Server

Web scraping for AI agents. One smart tool fetches any public page and picks the method automatically (a direct request, a rotating proxy, or a full headless browser), getting past anti-bot challenges. Four tools + six prompts, one API key.

Tools

  • foura_auto - smart default: give it a URL, it picks direct / proxy / browser and returns the content.
  • foura_single - one fast HTTP request (static pages, JSON APIs).
  • foura_proxy - request through a rotating proxy pool with automatic retry (for blocked / geo-gated sites).
  • foura_browser - full headless-browser render (JS, SPAs, JS anti-bot challenges).

Plus six ready-made prompts (scrape a product page, extract an article, monitor pricing, and more).

Setup

Add to your MCP client config:

{ "mcpServers": { "foura": { "command": "npx", "args": ["-y", "@fouradata/mcp"], "env": { "FOURA_API_KEY": "pk_live_..." } } } } ​

Get an API key at https://foura.ai/dashboard/#api-keys

Server Config

{
  "mcpServers": {
    "foura": {
      "command": "npx",
      "args": [
        "-y",
        "@fouradata/mcp"
      ],
      "env": {
        "FOURA_API_KEY": "pk_live_..."
      }
    }
  }
}
Project Info
Created At
18 days ago
Updated At
18 days ago
Author Name
FourA
Star
-
Language
-
License
-
Category

Recommend Servers

View All