{
  "markdown": "# Changeflow MCP Server\n\nMonitor 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.\n\n**Requires a [Changeflow](https://changeflow.com) API token.** Get one from your [account settings](https://changeflow.com/account/api).\n\n## What is Changeflow?\n\n[Changeflow](https://changeflow.com) 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.\n\n## Quick Start\n\n### Claude Desktop\n\nAdd to your `claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"changeflow\": {\n      \"command\": \"npx\",\n      \"args\": [\"changeflow-mcp-server\"],\n      \"env\": {\n        \"CHANGEFLOW_API_TOKEN\": \"your_api_token_here\"\n      }\n    }\n  }\n}\n```\n\nThen ask Claude: *\"List my Changeflow sources\"* or *\"Create a new source to monitor fda.gov/guidance\"*\n\n### Remote (Harvey, OpenAI, Claude Code)\n\nConnect directly to the Streamable HTTP endpoint:\n\n```\nPOST https://changeflow.com/mcp\nContent-Type: application/json\nAccept: application/json, text/event-stream\nAuthorization: Bearer your_api_token_here\n```\n\nRate limit: 100 requests per hour.\n\n## Tools\n\n### list_sources\n\nList all your monitored sources with status, tags, and check frequency.\n\n**Parameters:**\n- `tag` - Filter by tag\n- `limit` - Max results (default 50, max 200)\n\n### get_source\n\nGet full details for a specific source by its share code.\n\n**Parameters:**\n- `source_id` (required) - Share code of the source\n\n### get_changes\n\nSearch and list recent changes across your monitored sources.\n\n**Parameters:**\n- `query` - Keyword search across change content\n- `since` - ISO 8601 date\n- `type` - Filter by type: link (new pages found) or change (page content changed)\n- `tag` - Filter by source tag\n- `source_id` - Filter to a specific source\n- `limit` - Max results (default 50, max 200)\n\n### get_change\n\nGet full details of a single change including AI summary and structured diff.\n\n**Parameters:**\n- `change_id` (required) - Change ID (v_123 for page changes, l_456 for link discoveries)\n\n### create_source\n\nCreate a new source to monitor.\n\n**Parameters:**\n- `url` (required) - URL to monitor\n- `looking_for` - What to watch for, in plain English\n- `frequency` - Check frequency (e.g. \"hourly\", \"daily\", \"every 6 hours\")\n- `tags` - Comma-separated tags\n\n### check_source\n\nTrigger an immediate check on a source.\n\n**Parameters:**\n- `source_id` (required) - Share code of the source\n\n### pause_source / resume_source\n\nPause or resume monitoring on a source.\n\n**Parameters:**\n- `source_id` (required) - Share code of the source\n\n## Getting Your API Token\n\n1. Sign up at [changeflow.com](https://changeflow.com)\n2. Go to [Account > API](https://changeflow.com/account/api)\n3. Copy your API token\n4. Set it as `CHANGEFLOW_API_TOKEN` environment variable\n\n## Free Regulatory Intelligence\n\nLooking for free, public regulatory data without authentication? Use the [GovPing MCP Server](https://github.com/stevebutterworth/govping-mcp) instead. It provides open access to 27,000+ structured regulatory changes.\n\n## Links\n\n- [Changeflow](https://changeflow.com) - Enterprise web intelligence platform\n- [GovPing](https://govping.org) - Free regulatory intelligence (powered by Changeflow)\n- [Pricing](https://changeflow.com/pricing) - Plans from $99/mo\n- [API Documentation](https://changeflow.com/account/api)\n\n## Rate Limits\n\n- 100 requests per hour per API token\n- Need higher limits? Email hello@changeflow.com\n\n## License\n\nMIT\n",
  "bytes": 3749,
  "sha": "ea7da0486e98faa64c79e86652810c26826854fbe6f3f96febd29c32aa8e57ca",
  "repo_slug": "stevebutterworth/changeflow-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_stevebutterworth_changeflow_0d2a8ace/readme"
}