Featured

Deploy OpenClaw in 60 seconds β€” 20% off logoDeploy OpenClaw in 60 seconds β€” 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger β†’
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger β†’
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free β†’
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free β†’
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data β€” no proxies, no parsers, no maintenance.

Start building free β†’
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it β€” secured from day one.

Get it set up for you β†’
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free β†’
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here β†’

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

idapixl-web-research-mcp MCP server](https://glama.ai/mcp/servers/idapixl-web-research-mcp/badges/score.svg)](https://glama.ai/mcp/servers/idapixl-web-research-mcp) πŸ“‡ ☁️ - Pay-per-use web research for AI agents on Apify.

README.md

Web Research MCP β€” Search, Fetch & Synthesize

An MCP server for AI agents that need to search the web, read pages, and synthesize research β€” all in a single tool call.

Pay-per-use. No subscription. No idle charges. Powered by Apify Standby.

---

What it does

Three tools, designed to work together:

| Tool | What it does | |---|---| | web_search | Search the web. Returns titles, URLs, and snippets. Uses Brave Search API (if configured) or DuckDuckGo fallback. | | fetch_page | Fetch any URL and return clean markdown. Strips ads, nav, and boilerplate. Supports article, full-body, or links-only extraction. | | research_topic | Multi-step research in one call: search β†’ fetch β†’ score relevance β†’ deduplicate β†’ extract key facts β†’ synthesize. |

---

Quick connect

Add to your MCP client config (Claude Desktop, Cursor, etc.):

{
  "mcpServers": {
    "web-research": {
      "type": "http",
      "url": "https://idapixl--web-research-mcp.apify.actor/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_APIFY_API_TOKEN"
      }
    }
  }
}

Replace YOUR_APIFY_API_TOKEN with your token from apify.com/account/integrations.

Claude Code: ``bash claude mcp add web-research https://idapixl--web-research-mcp.apify.actor/mcp --transport http ``

Cursor / Windsurf β€” add via Settings > MCP Servers > HTTP URL.

---

Pricing

Pay only for what you use. Charged per tool call.

| Event | Price | |---|---| | web_search | $0.003 | | fetch_page | $0.005 | | research_topic | $0.025 (single charge, includes all sub-calls) |

---

Brave Search API setup (optional but recommended)

By default the actor uses DuckDuckGo HTML scraping, which works without any key. For better results and freshness filtering:

  1. Go to brave.com/search/api and sign up for the free tier (2,000 queries/month)
  2. Copy your API key
  3. In the actor input, set Brave Search API Key (stored as secret β€” never exposed in logs)

When the key is set, web_search and research_topic will use Brave Search automatically. DuckDuckGo is the fallback on error.

---

Example tool calls

Search with freshness filter (Brave only)

{
  "tool": "web_search",
  "arguments": {
    "query": "Claude 4 release announcement",
    "maxResults": 5,
    "freshness": "pw"
  }
}

Read a page β€” links extraction mode

{
  "tool": "fetch_page",
  "arguments": {
    "url": "https://docs.anthropic.com/en/api/getting-started",
    "extractMode": "links"
  }
}

Deep research with focus

{
  "tool": "research_topic",
  "arguments": {
    "topic": "Model Context Protocol",
    "maxSources": 3,
    "focus": "pricing and monetization"
  }
}

---

Input configuration

| Field | Type | Default | Description | |---|---|---|---| | braveApiKey | string (secret) | β€” | Brave Search API key for higher-quality search | | maxSearchResults | integer | 5 | Max results per web_search call (1–10) | | fetchTimeoutSecs | integer | 30 | Page fetch timeout in seconds (5–120) | | proxyConfiguration | object | β€” | Apify Proxy config (residential recommended for best success rates) |

---

Tool reference

web_search

  • query (required) β€” search query, max 500 chars
  • maxResults (optional) β€” 1–10, default 5
  • freshness (optional) β€” pd past day, pw past week, pm past month, py past year (Brave only)

fetch_page

  • url (required) β€” page URL
  • timeoutSecs (optional) β€” 5–120, default 30
  • extractMode (optional) β€” article main content (default), full entire body, links all links

research_topic

  • topic (required) β€” research topic or question, max 500 chars
  • maxSources (optional) β€” 1–5, default 3
  • focus (optional) β€” sub-question to narrow the research (e.g. "performance benchmarks"), max 200 chars

---

Notes

  • Stateless: each MCP request gets an isolated server instance
  • research_topic scores relevance, deduplicates near-duplicate sources (>70% sentence overlap filtered), and extracts key sentences containing your query terms
  • Proxy: Apify Residential proxies improve success rates on pages that block datacenter IPs
  • Charges fire before execution β€” if a page fails to load after charging, the tool returns an error

---

Built by Idapixl. TypeScript, MCP SDK 1.x, Apify SDK 3.x.

See related servers & alternatives β†’

Related MCP servers

Browse all β†’

Related guides

Hand-picked reading to help you choose and use Search servers.