scrapeunblocker-mcp.
Using Claude Code? The Claude Code plugin installs this
same server with two commands, prompts for your API key and keeps it in your OS
keychain, and adds a
/scrape-url command plus reference skills.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: Customize → 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.
ChatGPT
ChatGPT connects to the same hosted server as a custom connector, with your API key in the URL. Set it up in ChatGPT on the web (chatgpt.com - not the desktop app) under Settings → Plugins → Developer mode. See the full, screenshot-by-screenshot ChatGPT setup guide.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

