io.github.stevebutterworth/changeflow✓
io.github.stevebutterworth/changeflow · v1.0.2
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.stevebutterworth/changeflow",
"description": "AI-powered web monitoring. Track any website, get structured change intelligence.",
"repository": {
"url": "https://github.com/stevebutterworth/changeflow-mcp",
"source": "github"
},
"version": "1.0.2",
"packages": [
{
"registryType": "npm",
"identifier": "changeflow-mcp-server",
"version": "1.0.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your Changeflow API token from https://changeflow.com/account/api",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "CHANGEFLOW_API_TOKEN"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}