Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Watched

БесплатноНе проверен

API-first website change detection with native MCP support

GitHubEmbed

Описание

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.

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.

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

from github.com/NG-PR0JECT/mcp-watched

Установка Watched

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/NG-PR0JECT/mcp-watched

FAQ

Watched MCP бесплатный?

Да, Watched MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Watched?

Нет, Watched работает без API-ключей и переменных окружения.

Watched — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Watched в Claude Desktop, Claude Code или Cursor?

Открой Watched на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Watched with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development