🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@weiseer/api-changelog-mcp

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@weiseer/api-changelog-mcp

SDK breaking-change tracker for AI agents — Anthropic/OpenAI/LangChain/Mistral SDK versions + diffs.

latest
Source
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

@weiseer/api-changelog-mcp

SDK breaking-change tracker as a stdio MCP server.

Probe P-004 by weiseer.

What it does

Tracks latest version + breaking changes for SDKs AI agents depend on (Anthropic, OpenAI, Google GenAI, MCP SDK, LangChain, LlamaIndex, Mistral, Cohere, Vercel AI, Next.js, React, HuggingFace, Replicate, Ollama).

Your agent can:

  • list_tracked — packages we track + latest version + 30d breaking-change count
  • get_package — full record with recent breaking events + GitHub release URL
  • get_recent_breaking — breaking changes across all packages, filterable
  • check_version — "I'm on v X — am I behind, and what breaks if I upgrade?"

Why use this instead of your agent scraping GitHub releases

Agent DIYapi-changelog
Releases to fetch18 GitHub repo release feeds1 MCP call
Token cost$0.06-0.20$0 free / $0.00005 paid
Latency5-15 seconds<100ms
Breaking-change classificationLLM-classified per callPre-classified once

Install

npm install -g @weiseer/api-changelog-mcp

Use with Claude Desktop / Cursor / Cline / Continue / Windsurf

{
  "mcpServers": {
    "api-changelog": {
      "command": "npx",
      "args": ["-y", "@weiseer/api-changelog-mcp"]
    }
  }
}

License

Apache-2.0

Keywords

mcp

FAQs

Package last updated on 30 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts