SnoopScan
← All integrations

Add web scraping to VS Code

SnoopScan over MCP, on your API key.

  1. 1

    Put the config below where VS Code keeps its MCP servers — Save as .vscode/mcp.json. Copilot agent mode picks it up.

    Config
    {
        "servers": {
            "snoopscan": {
                "type": "http",
                "url": "https://api.snoopscan.com/mcp",
                "headers": {
                    "Authorization": "Bearer sk_YOUR_KEY"
                }
            }
        }
    }

    Save as .vscode/mcp.json. Copilot agent mode picks it up.

  2. 2

    Restart VS Code 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.