Scrapewise MCP gateway
This endpoint is for AI agents, not for browsers. Agents talk to it over
MCP (Streamable HTTP) at https://mcp.scrapewise.ai/mcp.
How to connect
- Log in to your Scrapewise account at https://portal.scrapewise.ai.
- Open Settings → API Keys and create a key. Copy it right away — it is shown only once.
- Add the gateway to your agent. For Claude Code, run:
Replaceclaude mcp add scrapewise --transport http https://mcp.scrapewise.ai/mcp --header 'Authorization: Bearer sw_live_…'sw_live_…with your key. Other clients: see the MCP quickstart in the docs.
Send the key only in the Authorization: Bearer header. Never put it in a URL.