com.scrapeunblocker/scrapeunblocker-mcp-remote
com.scrapeunblocker/scrapeunblocker-mcp-remoteFetch any web page's HTML, AI-parsed JSON, or Google results via the ScrapeUnblocker anti-bot API
Tools · 4
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 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).
Run a Google search through the ScrapeUnblocker API (https://developers.scrapeunblocker.com) and return organic results as JSON.
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…
Similar MCP servers embedding-nearest
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"
}
}
}