mcpbeat Sign in

api-changelog MCP Server

local only

api-changelog runs on your own machine — the client starts it, so there is no endpoint to ping. 62 installs a week from npm. Last commit 1 Jun 2026.

SDK breaking-change tracker for AI agents — Anthropic/OpenAI/LangChain/MCP/Mistral.

Installs per day peak 36 · avg 9 · +184% w/w
a month agotoday
62
Installs / week
npm · @weiseer/api-changelog-mcp
0
Stars
0 open issues
1 Jun 2026
Last commit
0 releases in 90 days
License
JavaScript

Nothing serious here today

Today is the operative word: we check api-changelog every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add api-changelog -- npx -y @weiseer/api-changelog-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "api-changelog": {
      "args": [
        "-y",
        "@weiseer/api-changelog-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.api-changelog]
command = "npx"
args = ["-y", "@weiseer/api-changelog-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "api-changelog": {
      "args": [
        "-y",
        "@weiseer/api-changelog-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "api-changelog": {
      "args": [
        "-y",
        "@weiseer/api-changelog-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: API_CHANGELOG_URL (Override remote snapshot URL), API_CHANGELOG_LOCAL_ONLY (Skip remote fetch). The author declared them in the registry entry; get the values from the project itself.

Alternatives to api-changelog

same job, measured the same way
Deprecation MCP
by tsvillain

MCP server for cross-vendor API/SDK deprecation and breaking-change tracking

39 installs/wk local only
Styx MCP Server
by timmx7

MCP server for Styx — intelligent AI routing across OpenAI, Anthropic, Google, and Mistral.

30 installs/wk local only
Traced Openai Langchain Agent
by getvda

Traced OpenAI LangChain Agent

2 tools answering
Specshield MCP Server
by specshield-io

The API-change deploy gate for AI coding agents. Read-only breaking-change detection.

local only
LLM Orchestration Agent Langchain Anthropic
by getvda

LLM Orchestration Agent (Langchain Anthropic)

2 tools answering
I
release-gate-mcp
by abduljabbarbxr

Release intelligence for AI agents. Detects breaking changes and recommends semver.

526 installs/wk local only
API Changelog Tracker
by lazymac2x

Cloudflare Workers MCP server: api-changelog-tracker

6 tools answering
Thinchain
by snipmcp

MCP server that sanitizes bad broker data and compresses options chains 95% for AI trading agents.

42 installs/wk local only

api-changelog — questions

Answers built from our own checks of this server.

Why is there no uptime for api-changelog?
api-changelog runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @weiseer/api-changelog-mcp was installed 62 times last week.
How do I connect api-changelog?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @weiseer/api-changelog-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use api-changelog?
The npm package @weiseer/api-changelog-mcp was installed 62 times in the last week. Week over week that is +184%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is api-changelog open source?
We cannot say either way: written in JavaScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.