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: OmniMCP
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 installed
Maintenance
Related MCP Servers
- Alicense-qualityCmaintenance23 pay-per-call web analysis APIs as MCP tools. Security audits, tech stack detection, email verification, SEO analysis, SSL checks, performance monitoring. Supports x402 and Stripe MPP payments.Last updated946MIT
- Flicense-qualityCmaintenanceTurns any website into a rich set of MCP tools for scraping, crawling, structured data extraction, and automatic API mounting via OpenAPI specs.Last updated
- Alicense-qualityDmaintenanceMonitor 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.Last updated75MIT
- Alicense-qualityDmaintenanceMCP server for visual monitoring: take screenshots of URLs and detect visual changes against stored baselines.Last updated131MIT
Related MCP Connectors
Monitor MCP servers, API contracts and AI outputs for schema drift. Alerts on breaking changes.
One MCP for 160+ live web-data APIs ā clean JSON from sites that block scrapers.
Screenshot, diff, audit and sitemap-capture any web page ā 5 MCP tools for AI agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/NG-PR0JECT/mcp-watched'
If you have feedback or need assistance with the MCP directory API, please join our Discord server