Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

com.scrapeunblocker/scrapeunblocker-mcp-remote

com.scrapeunblocker/scrapeunblocker-mcp-remote

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

Uptime
100.0%
1 direct probes · 30d
Response
664ms
last probe
Tools
4
callable
Resources
0
readable
Prompts
0
available

Tools · 4

fetch_html

Fetch the fully rendered HTML of any web page through the ScrapeUnblocker API (https://developers.scrapeunblocker.com), bypassing anti-bot protection (Cloudflare, DataDome, PerimeterX, Akamai, Shape).…

fetch_parsed

Fetch a web page through the ScrapeUnblocker API (https://developers.scrapeunblocker.com) and return AI-parsed structured JSON instead of raw HTML (product details, article content, listings).

google_search

Run a Google search through the ScrapeUnblocker API (https://developers.scrapeunblocker.com) and return organic results as JSON.

list_elements

Fetch a page through the ScrapeUnblocker API (https://developers.scrapeunblocker.com) and return its interactive elements (buttons, inputs, selects, links, forms), each with a ready-to-use selector, a…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "com.scrapeunblocker/scrapeunblocker-mcp-remote": {
      "url": "https://mcp.scrapeunblocker.com/mcp",
      "transport": "streamable-http"
    }
  }
}