scrapeunblocker-mcp.
Tools
Get an API key
Grab your key from the dashboard. The server reads it from theSCRAPEUNBLOCKER_KEY environment variable, so each user runs it with their own key.
Install
- Claude Code
- Claude Desktop
- Any MCP client
Hosted connector (claude.ai web & mobile)
Don’t want to run anything locally? Use the hosted server. It works across claude.ai (web and mobile), Claude Desktop, and Claude Code - no install. There are two ways to connect: sign in with OAuth (no key to copy) or put your API key in the URL.Sign in with OAuth (recommended on claude.ai)
Connect with your ScrapeUnblocker login - no key to paste, and it bills your own account.- On claude.ai: Settings → Connectors → Add custom connector.
- URL:
https://mcp.scrapeunblocker.com/mcp(no?key=). - Open Advanced settings and set OAuth Client ID to:
Leave OAuth Client Secret empty.
- Add, then sign in with your ScrapeUnblocker account and Authorize.
Or use your API key in the URL
Simplest for Claude Code and other MCP clients - your key goes in the URL:Authorization: Bearer YOUR_API_KEY header instead of
the query parameter.
Example prompts
- “This page keeps blocking me:
https://example-shop.com/product/123. Usefetch_htmlto get it and list the price.” - “Fetch the parsed data for
https://www.amazon.com/dp/B08N5WRWNWand summarise the product.” - “Search Google for
best running shoes 2026and give me the top 5 links, then fetch the first one.”
Configuration
The MCP server is a thin wrapper over the Node.js SDK and the same getPageSource endpoint. Anything the tools return is exactly what the API returns - see the guides for response shapes.
Source
- npm:
scrapeunblocker-mcp - GitHub: ScrapeUnblocker/scrapeunblocker-mcp

