SnoopScan
← All integrations

Add web scraping to Zed

SnoopScan over MCP, on your API key.

  1. 1

    Put the config below where Zed keeps its MCP servers — Zed speaks to local servers, so mcp-remote bridges to the endpoint. Add to settings.json.

    Config
    {
        "context_servers": {
            "snoopscan": {
                "source": "custom",
                "command": "npx",
                "args": [
                    "-y",
                    "mcp-remote",
                    "https://api.snoopscan.com/mcp",
                    "--header",
                    "Authorization: Bearer sk_YOUR_KEY"
                ]
            }
        }
    }

    Zed speaks to local servers, so mcp-remote bridges to the endpoint. Add to settings.json.

  2. 2

    Restart Zed so it picks the server up.

  3. 3

    Ask it to read a page and watch it call SnoopScan.

Where the key comes from

The block above carries a placeholder. Create an account and your real key appears in the same setup, ready to copy — the free plan needs no card.