Catalog
io.github.vkuprin/site-spy
OfficialMCP server for Site Spy — lets AI agents monitor websites for changes
Monitors websites for changes and alerts AI agents to content updates.
README not available yet.
Install
Configuration
Environment variables
SITE_SPY_API_KEYrequiredsecretSite Spy API key from Settings > API
claude_desktop_config.json
{
"mcpServers": {
"site-spy": {
"command": "npx",
"args": [
"-y",
"@site-spy/mcp-server@0.2.2"
],
"env": {
"SITE_SPY_API_KEY": "<YOUR_SITE_SPY_API_KEY>"
}
}
}
}