mcp-watched
šµļø Watched MCP Server
Website change detection for AI agents ā Monitor any URL for content changes via the Model Context Protocol.
Quick Start
Use Watched with any MCP-compatible client (Claude Desktop, Cursor, VS Code, etc.).
Via Glama (streamable HTTP)
This server is registered on Glama. Connect in one click:
Authenticate with your
wk_API key from watchedapi.comStart monitoring URLs directly from your AI agent
Via MCP client config
Add to your claude_desktop_config.json or mcp_servers.json:
{
"mcpServers": {
"watched": {
"type": "streamable-http",
"url": "https://watchedapi.com/mcp",
"headers": {
"X-API-Key": "wk_your-api-key"
}
}
}
}Local stdio server (advanced)
pip install -r requirements.txt
export WATCHED_API_KEY="wk_your-api-key"
python -m src.mcp_serverThen point your MCP client to stdio with command python -m src.mcp_server.
Related MCP server: eyeballs
Tools
Tool | Description |
| Monitor a URL for changes (interval, CSS selector, webhook optional) |
| List all your watches with status |
| Get full details of a specific watch |
| Remove a watch and its history |
| View change history snapshots |
| Human-readable change summaries |
| Check API connectivity |
Example
> Create a watch on https://example.com/pricing, check every 60 minutes
ā
Watch created successfully!
ID: 42
URL: https://example.com/pricing
Interval: 60 min
Status: activeGet an API Key
Sign up at watchedapi.com/signup to get your free API key.
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
AI-powered website change monitoring - manage monitors and alerts via MCP.
Evidence-bearing public webpage monitoring with hashes, diffs, signed webhooks, REST, and MCP.
Detect what changed on a page, sitemap or feed since the last check, with a diff and change id
1Monitor MCP servers, API contracts and AI outputs for schema drift. Alerts on breaking changes.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceMonitor any website and get AI-enriched change intelligence via MCP. Manage sources, search changes, and automate web monitoring from Claude, Harvey, or any MCP client.22 npmMIT
- AlicenseNot gradedqualityCmaintenanceMCP server for visual monitoring: take screenshots of URLs and detect visual changes against stored baselines.9 npm1MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server for monitoring website changes. Enables tracking URLs, detecting content changes, comparing snapshots, and extracting content with CSS selectors from an AI assistant.5 npmMIT
- AlicenseNot gradedqualityDmaintenanceEnables tracking web page changes, detecting content modifications with structured diffs and snapshot history through MCP tools.26 PyPIMIT