mcpbeat Sign in

Scrapeunblocker MCP Remote MCP Server

answering

Scrapeunblocker MCP Remote is answering right now. Last checked 4 min ago. It exposes 4 tools. Last commit 8 Sep 2026.

Fetch any web page's HTML, AI-parsed JSON, or Google results via the ScrapeUnblocker anti-bot API

Uptime history 47 days of history · worst day 99%
47 days agonow
100.0%
Uptime 24h
92 of 92 checks
4
Tools
read from the server
282 ms
Response time
average over 24h
0
Stars
last commit 8 Sep 2026

What changed 8

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 29 August 2026. No other catalogue keeps this.

8 Sep 4 tool descriptions were rewritten fetch_html, fetch_parsed, google_search and 1 more
29 Aug a tool appeared list_elements
29 Aug a tool description was rewritten fetch_html
29 Aug a tool changed the parameters it asks for fetch_html
29 Aug a tool changed version

Nothing serious here today

Today is the operative word: we check Scrapeunblocker MCP Remote every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 4 min ago.

run in your terminal
claude mcp add scrapeunblocker-mcp-remote --transport http https://mcp.scrapeunblocker.com/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "scrapeunblocker-mcp-remote": {
      "url": "https://mcp.scrapeunblocker.com/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.scrapeunblocker-mcp-remote]
url = "https://mcp.scrapeunblocker.com/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "scrapeunblocker-mcp-remote": {
      "url": "https://mcp.scrapeunblocker.com/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "scrapeunblocker-mcp-remote": {
      "url": "https://mcp.scrapeunblocker.com/mcp"
    }
  }
}

Available tools 4

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

elements
list_elements
Fetch a page through the ScrapeUnblocker API (https://docs.scrapeunblocker.com) and return its interactive elements (buttons, inputs, selects, links, forms), each with a ready-to-use selector, as JSON {url, count, elements:[...]} instead of raw HTML. Use it to discover what to target, then drive the page with the `steps` param of fetch_html.
google
google_search
Run a Google search through the ScrapeUnblocker API (https://docs.scrapeunblocker.com) and return organic results as JSON.
html
fetch_html
Fetch the fully rendered HTML of any web page through the ScrapeUnblocker API (https://docs.scrapeunblocker.com), bypassing anti-bot protection (Cloudflare, DataDome, PerimeterX, Akamai, Shape). Use when a normal fetch is blocked (403/429, captcha) or the page needs a real browser. Returns raw HTML. Pass `steps` to interact with the page (search, click, paginate) before capture - use the list_elements tool first to discover selectors.
parsed
fetch_parsed
Fetch a web page through the ScrapeUnblocker API (https://docs.scrapeunblocker.com) and return AI-parsed structured JSON instead of raw HTML (product details, article content, listings).

Endpoints

URLTransportStateLatencyChecked
https://mcp.scrapeunblocker.com/mcp streamable-http answering 261 ms 4 min ago

Alternatives to Scrapeunblocker MCP Remote

same job, measured the same way
Linkup
by mcparmory

Search the web and fetch pages with sourced results, optimized for AI agents

223 installs/wk local only
MCP Serp
by acedatacloud

MCP server for Google search results via SERP API

756 installs/wk answering
I
Scout Intel MCP — The Google for AI Agents
by omniologynow-rgb

The Google for AI agents — company intel, competitor tracking, market research via MCP. JSON output

46 installs/wk answering
Google Researcher
by zoharbabin

MCP server providing Google Search, web scraping, and multi-source research tools for AI assistants

local only
Yandex Search
by johnisanerd

Yandex search results, images, and SERP data via the Apify Yandex Search Scraper, hosted MCP.

answering
Baidu Search
by johnisanerd

Baidu search results and Chinese SERP data via the Apify Baidu Search Scraper, hosted MCP.

answering
HasData Google Images
by hasdata

Google Images results with source pages, thumbnails and full-resolution URLs, as JSON.

122 installs/wk answering
MESSORA
by messora

Scrape, crawl and search the web for AI agents via MCP.

5 tools answering

Scrapeunblocker MCP Remote — questions

Answers built from our own checks of this server.

What can Scrapeunblocker MCP Remote do?
It exposes 4 tools, read directly from the server on our last check. Among them: fetch_html, fetch_parsed, google_search, list_elements. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Scrapeunblocker MCP Remote working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 92 of 92 checks got a reply (100.0%), average response time 282 ms. The bar chart above shows every period we have measured.
How do I connect Scrapeunblocker MCP Remote?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Scrapeunblocker MCP Remote need an API key?
No. Scrapeunblocker MCP Remote completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 4 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Scrapeunblocker MCP Remote?
It answers our handshake in 282 ms on average, which is faster than 52% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Scrapeunblocker MCP Remote open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.