Skip to main content
Glama
NG-PR0JECT
by NG-PR0JECT

šŸ•µļø Watched MCP Server

Website change detection for AI agents — Monitor any URL for content changes via the Model Context Protocol.

Glama

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:

  1. Go to glama.ai/mcp/servers/NG-PR0JECT/mcp-watched

  2. Authenticate with your wk_ API key from watchedapi.com

  3. 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.

Related MCP server: eyeballs

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

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityInactive
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    An MCP server for monitoring website changes. Enables tracking URLs, detecting content changes, comparing snapshots, and extracting content with CSS selectors from an AI assistant.
    21
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables tracking web page changes, detecting content modifications with structured diffs and snapshot history through MCP tools.
    MIT

Latest Blog Posts

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