← Back to Plugins
MCP Server MCP

ChangeDetection.io MCP Server

github By github 👁 1 views ▲ 0 votes

MCP server for ChangeDetection.io website monitoring and change history.

Homepage Verified source GitHub

Install

uvx changedetection-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "changedetection-mcp",
      "version": "0.1.0",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Base URL of the ChangeDetection.io instance, e.g. https://changedetection.example.com",
          "isRequired": true,
          "placeholder": "https://changedetection.example.com",
          "name": "CHANGEDETECTION_BASE_URL"
        },
        {
          "description": "ChangeDetection.io API key",
          "isRequired": true,
          "isSecret": true,
          "name": "CHANGEDETECTION_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...