CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Changeflow

stevebutterworth/changeflow-mcp
authSTDIOregistry active
Summary

Connects Claude to Changeflow's web monitoring API so you can track changes across websites, PDFs, and feeds without leaving your chat. You get tools to list monitored sources, search changes by keyword or date, create new sources with plain English instructions, and trigger immediate checks. Each change comes back with AI summaries and structured diffs. Requires a Changeflow API token from your account settings. If you need regulatory intelligence specifically, the author also maintains GovPing MCP for free access to 27,000+ government changes without authentication. Useful when you're doing competitive monitoring, compliance tracking, or need to know the moment a supplier changes their terms.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

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

  • Changeflow - Enterprise web intelligence platform
  • GovPing - Free regulatory intelligence (powered by Changeflow)
  • Pricing - Plans from $99/mo
  • API Documentation

Rate Limits

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

License

MIT

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Configuration

CHANGEFLOW_API_TOKEN*secret

Your Changeflow API token from https://changeflow.com/account/api

Registryactive
Packagechangeflow-mcp-server
TransportSTDIO
AuthRequired
UpdatedMar 28, 2026
View on GitHub