MCP Server
MCP
ChangeDetection.io MCP Server
MCP server for ChangeDetection.io website monitoring and change history.
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
By
Comments
Sign in to leave a comment