changedetection-mcp

rusty4444/changedetection-mcp
★ 0 stars Python 🤖 AI/LLM Updated 3d ago
MCP server for ChangeDetection.io — AI-native website change monitoring
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "changedetection-mcp": {
      "command": "uvx",
      "args": [
        "changedetection-mcp"
      ]
    }
  }
}

Or install with pip: pip install changedetection-mcp

README Excerpt

An MCP (Model Context Protocol) server that gives AI agents native access to [ChangeDetection.io](https://github.com/dgtlmoon/changedetection.io) — the open-source website change detection and monitoring platform. - **Watch Management** — Create, list, update, delete, and trigger rechecks on watches - **Change History** — Browse snapshot history and get diffs between any two points in time

Tools (12)

create_tagcreate_watchdelete_watchget_snapshot_diffget_system_infoget_watchget_watch_historylist_tagslist_watchesrecheck_watchsearch_watchesupdate_watch