MCP server for website change monitoring. Let your AI assistant track websites, detect changes, and compare snapshots with visual diffs.
Server Config
{
"mcpServers": {
"site-spy": {
"command": "npx",
"args": [
"-y",
"@site-spy/mcp-server"
],
"env": {
"SITE_SPY_API_KEY": "your-api-key"
}
}
}
}