MCP Server
MCP
io.github.vkuprin/site-spy
MCP server for Site Spy — lets AI agents monitor websites for changes
Install
npx -y @site-spy/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@site-spy/mcp-server",
"version": "0.2.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Site Spy API key from Settings > API",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "SITE_SPY_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment