Site Spy
Rank #2,844io.github.vkuprin/site-spy
MCP server for Site Spy — lets AI agents monitor websites for changes
Site Spy is a Model Context Protocol (MCP) server published by vkuprin. It ranks #2,844 of 132,046 servers tracked on MCP Toplist, and its repository has 117 GitHub stars. Site Spy is listed on Official MCP, with 6 tracked versions. It was first listed on Mar 11, 2026 and most recently updated on Sep 4, 2026.
Ranks ahead of 129,202 of 132,046 servers on MCP Toplist.
Use Site Spy
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add site-spy -e "SITE_SPY_API_KEY=<your SITE_SPY_API_KEY>" -- npx -y @site-spy/mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.site-spy]
command = "npx"
args = ["-y", "@site-spy/mcp-server"]
[mcp_servers.site-spy.env]
SITE_SPY_API_KEY = "<your SITE_SPY_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"site-spy": {
"command": "npx",
"args": [
"-y",
"@site-spy/mcp-server"
],
"env": {
"SITE_SPY_API_KEY": "<your SITE_SPY_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"site-spy": {
"command": "npx",
"args": [
"-y",
"@site-spy/mcp-server"
],
"env": {
"SITE_SPY_API_KEY": "<your SITE_SPY_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"site-spy": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@site-spy/mcp-server"
],
"env": {
"SITE_SPY_API_KEY": "<your SITE_SPY_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"site-spy": {
"command": "npx",
"args": [
"-y",
"@site-spy/mcp-server"
],
"env": {
"SITE_SPY_API_KEY": "<your SITE_SPY_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"site-spy": {
"command": "npx",
"args": [
"-y",
"@site-spy/mcp-server"
],
"env": {
"SITE_SPY_API_KEY": "<your SITE_SPY_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.vkuprin%2Fsite-spy)<a href="https://mcptoplist.com/server/io.github.vkuprin%2Fsite-spy"><img src="https://mcptoplist.com/badge/io.github.vkuprin%2Fsite-spy.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
vkuprin
Available versions (6)
| Version | Published |
|---|---|
| 0.3.0 | Sep 4, 2026 |
| 0.2.2 | May 13, 2026 |
| 0.2.0 | May 7, 2026 |
| 0.0.5 | Mar 12, 2026 |
| 0.0.4 | Mar 11, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Site Spy?
- Site Spy is maintained by vkuprin, which publishes 1 MCP server (6 total versions) tracked on MCP Toplist.
- Is Site Spy listed on the Official MCP Registry?
- Yes — Site Spy is listed on the Official MCP Registry.
- How many versions does Site Spy have?
- MCP Toplist tracks 6 versions of Site Spy, most recently published on Sep 4, 2026.
- Where can I find the source code for Site Spy?
- The source code for Site Spy is hosted at github.com/vkuprin/site-spy-monitor.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.