About
API-first website change detection with native MCP support
README
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:
- Go to glama.ai/mcp/servers/NG-PR0JECT/mcp-watched
- Authenticate with your
wk_API key from watchedapi.com - Start 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_server
Then point your MCP client to stdio with command python -m src.mcp_server.
Tools
| Tool | Description |
|---|---|
create_watch |
Monitor a URL for changes (interval, CSS selector, webhook optional) |
list_watches |
List all your watches with status |
get_watch |
Get full details of a specific watch |
delete_watch |
Remove a watch and its history |
get_changes |
View change history snapshots |
get_change_summary |
Human-readable change summaries |
health |
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: active
Get an API Key
Sign up at watchedapi.com/signup to get your free API key.
License
MIT
Installing Watched
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/NG-PR0JECT/mcp-watchedFAQ
Is Watched MCP free?
Yes, Watched MCP is free — one-click install via Unyly at no cost.
Does Watched need an API key?
No, Watched runs without API keys or environment variables.
Is Watched hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Watched in Claude Desktop, Claude Code or Cursor?
Open Watched on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectAmap Maps Mcp Server
MCP server for using the AMap Maps API
by duxiaohuiSupabase
Database, auth and storage
by SupabaseEverything
Reference / test server with prompts, resources, and tools.
Git
Tools to read, search, and manipulate Git repositories.
Sequential Thinking
Dynamic and reflective problem-solving through thought sequences.
Time
Time and timezone conversion capabilities.
Compare Watched with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
