AI-powered web monitoring. Track any website, get structured change intelligence.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"changeflow": {
"env": {
"CHANGEFLOW_API_TOKEN": "your_api_token_here"
},
"args": [
"changeflow-mcp-server"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Monitor any website and get AI-enriched change intelligence via MCP. Manage sources, search changes, and automate web monitoring from Claude, Harvey, or any MCP client.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in browser / ai-ml
Persistent memory using a knowledge graph
Browser automation with Puppeteer for web scraping and testing
Dynamic problem-solving through sequential thought chains
Workspace template + MCP server for Claude Code, Codex CLI, Cursor & Windsurf. Multi-agent knowledge engine (ag-refresh / ag-ask) that turns any codebase into a queryable AI assistant.
MCP Security Weekly
Get CVE alerts and security updates for io.github.stevebutterworth/changeflow and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Monitor any website and get AI-enriched change intelligence via MCP. Manage sources, search changes, and automate web monitoring from Claude, Harvey, or any MCP client.
Requires a Changeflow API token. Get one from your account settings.
Changeflow is an enterprise web intelligence platform. It monitors web pages, PDFs, RSS feeds, and APIs for changes, then uses AI to tell you what changed, why it matters, and what to do about it. Used by compliance teams, legal researchers, competitive intelligence analysts, and procurement teams at Fortune 500 companies and Am Law 200 firms.
Add to your claude_desktop_config.json:
{
"mcpServers": {
"changeflow": {
"command": "npx",
"args": ["changeflow-mcp-server"],
"env": {
"CHANGEFLOW_API_TOKEN": "your_api_token_here"
}
}
}
}
Then ask Claude: "List my Changeflow sources" or "Create a new source to monitor fda.gov/guidance"
Connect directly to the Streamable HTTP endpoint:
POST https://changeflow.com/mcp
Content-Type: application/json
Accept: application/json, text/event-stream
Authorization: Bearer your_api_token_here
Rate limit: 100 requests per hour.
List all your monitored sources with status, tags, and check frequency.
Parameters:
tag - Filter by taglimit - Max results (default 50, max 200)Get full details for a specific source by its share code.
Parameters:
source_id (required) - Share code of the sourceSearch and list recent changes across your monitored sources.
Parameters:
query - Keyword search across change contentsince - ISO 8601 datetype - Filter by type: link (new pages found) or change (page content changed)tag - Filter by source tagsource_id - Filter to a specific sourcelimit - Max results (default 50, max 200)Get full details of a single change including AI summary and structured diff.
Parameters:
change_id (required) - Change ID (v_123 for page changes, l_456 for link discoveries)Create a new source to monitor.
Parameters:
url (required) - URL to monitorlooking_for - What to watch for, in plain Englishfrequency - Check frequency (e.g. "hourly", "daily", "every 6 hours")tags - Comma-separated tagsTrigger an immediate check on a source.
Parameters:
source_id (required) - Share code of the sourcePause or resume monitoring on a source.
Parameters:
source_id (required) - Share code of the sourceCHANGEFLOW_API_TOKEN environment variableLooking for free, public regulatory data without authentication? Use the GovPing MCP Server instead. It provides open access to 27,000+ structured regulatory changes.
MIT