Fetch any web page's HTML, AI-parsed JSON, or Google results via the ScrapeUnblocker anti-bot API
MCPpedia last refreshed this data
com.scrapeunblocker/scrapeunblocker-mcp-remote is an MCP server that fetch any web page's HTML, AI-parsed JSON, or Google results via the ScrapeUnblocker anti-bot API. Its tool list has not been published yet, requires no API key, and scores 33/100 on MCPpedia's security, maintenance and efficiency rubric.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"com-scrapeunblocker-scrapeunblocker-mcp-remote": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A hosted (HTTP) Model Context Protocol server for ScrapeUnblocker, deployed as a Vercel serverless function. It lets claude.ai (web and mobile), Claude Desktop, Claude Code, and any other MCP client fetch any web page's HTML - or AI-parsed JSON, or Google results - through ScrapeUnblocker's anti-bot API, billed to your own account.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in browser
Monitor browser logs directly from Cursor and other MCP compatible IDEs.
🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.
The Apify MCP server enables your AI agents to extract data from social media, search engines, maps, e-commerce sites, or any other website using thousands of ready-made scrapers, crawlers, and automation tools available on the Apify Store.
Self-hosted URL- and file-to-Markdown service for humans and AI agents - web pages, documents, images, audio, YouTube. PWA + REST + MCP + Claude Code skill, Reddit-aware, refreshable share links.
MCP Security Weekly
Get CVE alerts and security updates for com.scrapeunblocker/scrapeunblocker-mcp-remote and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A hosted (HTTP) Model Context Protocol server for ScrapeUnblocker, deployed as a Vercel serverless function. It lets claude.ai (web and mobile), Claude Desktop, Claude Code, and any other MCP client fetch any web page's HTML - or AI-parsed JSON, or Google results - through ScrapeUnblocker's anti-bot API, billed to your own account.
Prefer a local install with no hosting? Use the stdio package instead:
scrapeunblocker-mcp.
https://mcp.scrapeunblocker.com/mcp
You need a ScrapeUnblocker account - create a free one. There are two ways to authenticate, and you only need one of them.
A. Sign in with OAuth (recommended) - nothing to copy or paste. The server is an OAuth 2.1 Resource Server backed by Auth0, so the client runs a standard PKCE flow, and the server resolves your ScrapeUnblocker key server-side from the account you signed in with (the token is never passed through to the backend, per RFC 8707).
If your client asks for an OAuth client ID, use the public one - it is a PKCE client, so it carries no secret and is safe to share:
5BM5Wk2dE4ABkDITmuKfemPLnn3QQ8jd
Leave the client secret field empty.
B. Bring your own API key - handy for scripts and clients without an OAuth flow. Supply the key any of three ways:
?key=YOUR_KEY (or ?token=YOUR_KEY) in the URL.Authorization: Bearer YOUR_KEY header (a non-JWT value).x-scrapeunblocker-key: YOUR_KEY header.Listing the tools (initialize, tools/list) needs no credentials at all, so MCP
directories and inspectors can introspect the server; actually running a tool does.
| Env var | Purpose |
|---|---|
AUTH0_ISSUER | Auth0 issuer URL, e.g. https://TENANT.auth0.com/ (trailing slash). Enables OAuth together with MCP_AUDIENCE. |
MCP_AUDIENCE | Canonical MCP URI = the Auth0 API Identifier, https://mcp.scrapeunblocker.com/mcp. The token aud must match this. |
MCP_EMAIL_CLAIM | Optional namespaced claim carrying the user's email (set by an Auth0 Post-Login Action), e.g. https://scrapeunblocker.com/email. Falls back to the standard email claim. |
MCP_RESOURCE_METADATA_URL | Optional override for the RFC 9728 metadata URL advertised in WWW-Authenticate. |
UTILS_API_BASE_URL | utils-api base for the email_to_key lookup, e.g. https://utils-api.scrapeunblocker.com. |
AWS_ACCESS_KEY_ID / AWS_SECRET_ACCESS_KEY / AWS_REGION | IAM creds (SigV4, execute-api) for calling utils-api. |
Discovery endpoints served (via vercel.json rewrites):
/.well-known/oauth-protected-resource and /.well-known/oauth-protected-resource/mcp.
https://mcp.scrapeunblocker.com/mcp5BM5Wk2dE4ABkDITmuKfemPLnn3QQ8jd
and leave OAuth Client Secret empty.Or skip OAuth entirely and paste a personalised URL instead:
https://mcp.scrapeunblocker.com/mcp?key=YOUR_API_KEY
claude mcp add --transport http scrapeunblocker "https://mcp.scrapeunblocker.com/mcp?key=YOUR_API_KEY"
| Tool | What it does |
|---|---|
fetch_html | Fetch the fully rendered HTML of a URL. |
fetch_parsed | Fetch a page and return AI-parsed structured JSON. |
google_search | Run a Google search and return organic results as JSON. |
This is a standard Vercel project - no build step, the function lives in `