← Index

io.github.vkuprin/site-spy

io.github.vkuprin/site-spy·v0.0.5·Other
Quality Score
79
/100

MCP server for Site Spy — lets AI agents monitor websites for changes

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "site-spy": {
      "command": "npx",
      "args": [
        "-y",
        "@site-spy/mcp-server"
      ],
      "env": {
        "SITE_SPY_API_KEY": "<your-site_spy_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "site-spy": {
      "command": "npx",
      "args": [
        "-y",
        "@site-spy/mcp-server"
      ],
      "env": {
        "SITE_SPY_API_KEY": "<your-site_spy_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @site-spy/mcp-server
§02  Environment variables
SITE_SPY_API_KEY
requiredsecret

Site Spy API key from Settings > API

§03  MCP Quality Score  ·  methodology
freshness
24
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other