ScrapeUnblocker Remote MCP Server
OfficialProvides a tool to run Google searches and retrieve organic results as JSON, bypassing anti-bot measures via ScrapeUnblocker.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ScrapeUnblocker Remote MCP Serversearch Google for latest AI news"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
ScrapeUnblocker remote MCP server
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.
Endpoint
https://mcp.scrapeunblocker.com/mcpYou 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:
5BM5Wk2dE4ABkDITmuKfemPLnn3QQ8jdLeave 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_KEYheader (a non-JWT value).x-scrapeunblocker-key: YOUR_KEYheader.
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.
OAuth configuration (maintainers)
Env var | Purpose |
| Auth0 issuer URL, e.g. |
| Canonical MCP URI = the Auth0 API Identifier, |
| Optional namespaced claim carrying the user's email (set by an Auth0 Post-Login Action), e.g. |
| Optional override for the RFC 9728 metadata URL advertised in |
| utils-api base for the |
| IAM creds (SigV4, |
Discovery endpoints served (via vercel.json rewrites):
/.well-known/oauth-protected-resource and /.well-known/oauth-protected-resource/mcp.
Related MCP server: @unblockingapi/mcp
Add it to claude.ai
Settings → Connectors → Add custom connector.
URL:
https://mcp.scrapeunblocker.com/mcpUnder Advanced settings, set OAuth Client ID to
5BM5Wk2dE4ABkDITmuKfemPLnn3QQ8jdand leave OAuth Client Secret empty.Add, then sign in and Authorize. The tools appear across claude.ai web, mobile, and Claude Desktop.
Or skip OAuth entirely and paste a personalised URL instead:
https://mcp.scrapeunblocker.com/mcp?key=YOUR_API_KEY
Add it to Claude Code
claude mcp add --transport http scrapeunblocker "https://mcp.scrapeunblocker.com/mcp?key=YOUR_API_KEY"Tools
Tool | What it does |
| Fetch the fully rendered HTML of a URL. |
| Fetch a page and return AI-parsed structured JSON. |
| Run a Google search and return organic results as JSON. |
Deploy (maintainers)
This is a standard Vercel project - no build step, the function lives in api/mcp.ts.
vercel # preview
vercel --prod # productionThen point the mcp.scrapeunblocker.com domain at the Vercel project. Scraping calls
can be slow, so the function's maxDuration is set to 60s (raise it on a paid Vercel
plan if you hit timeouts on heavy pages).
License
MIT
This server cannot be installed
Maintenance
Related MCP Servers
- Alicense-qualityDmaintenanceEnables web searching via Google Search and AI Mode, plus advanced web scraping capabilities including content extraction in multiple formats, link extraction, and batch scraping of multiple URLs.Last updated11MIT

@unblockingapi/mcpofficial
Alicense-qualityBmaintenanceEnables AI agents to fetch bot-protected web pages, run structured Google searches, and check domain authority through UnblockingAPI's anti-detection engine and residential proxies.Last updated101MIT- Alicense-qualityAmaintenanceEnables privacy-first web scraping and structured data extraction using a local headless browser and your own LLM key. Supports tools for scraping, batch scraping, data extraction with prompts or schemas, and screenshots.Last updated192MIT

spidra-mcp-serverofficial
AlicenseAqualityBmaintenanceEnables AI assistants to scrape pages, batch-process URLs, and crawl entire websites with AI-powered extraction.Last updated12355MIT
Related MCP Connectors
The most accurate web access API. Stop getting blocked.
Enable language models to perform advanced AI-powered web scraping with enterprise-grade reliabili…
Web scraping for AI agents. Converts URLs to clean, LLM-ready Markdown with anti-bot bypass.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ScrapeUnblocker/scrapeunblocker-mcp-remote'
If you have feedback or need assistance with the MCP directory API, please join our Discord server