Changeflow MCP Server

Changeflow MCP Server

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.

Category
Visit Server

README

Changeflow MCP Server

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.

What is Changeflow?

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.

Quick Start

Claude Desktop

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"

Remote (Harvey, OpenAI, Claude Code)

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.

Tools

list_sources

List all your monitored sources with status, tags, and check frequency.

Parameters:

  • tag - Filter by tag
  • limit - Max results (default 50, max 200)

get_source

Get full details for a specific source by its share code.

Parameters:

  • source_id (required) - Share code of the source

get_changes

Search and list recent changes across your monitored sources.

Parameters:

  • query - Keyword search across change content
  • since - ISO 8601 date
  • type - Filter by type: link (new pages found) or change (page content changed)
  • tag - Filter by source tag
  • source_id - Filter to a specific source
  • limit - Max results (default 50, max 200)

get_change

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_source

Create a new source to monitor.

Parameters:

  • url (required) - URL to monitor
  • looking_for - What to watch for, in plain English
  • frequency - Check frequency (e.g. "hourly", "daily", "every 6 hours")
  • tags - Comma-separated tags

check_source

Trigger an immediate check on a source.

Parameters:

  • source_id (required) - Share code of the source

pause_source / resume_source

Pause or resume monitoring on a source.

Parameters:

  • source_id (required) - Share code of the source

Getting Your API Token

  1. Sign up at changeflow.com
  2. Go to Account > API
  3. Copy your API token
  4. Set it as CHANGEFLOW_API_TOKEN environment variable

Free Regulatory Intelligence

Looking for free, public regulatory data without authentication? Use the GovPing MCP Server instead. It provides open access to 27,000+ structured regulatory changes.

Links

Rate Limits

  • 100 requests per hour per API token
  • Need higher limits? Email hello@changeflow.com

License

MIT

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured