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

  1. Log in to your Scrapewise account at https://portal.scrapewise.ai.
  2. Open Settings → API Keys and create a key. Copy it right away — it is shown only once.
  3. Add the gateway to your agent. For Claude Code, run:
    claude mcp add scrapewise --transport http https://mcp.scrapewise.ai/mcp --header 'Authorization: Bearer sw_live_…'
    Replace 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.