Skip to main content
Glama
weiseer

@weiseer/api-changelog-mcp

by weiseer

@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?"

Related MCP server: package-version-check-mcp

Why use this instead of your agent scraping GitHub releases

Agent DIY

api-changelog

Releases to fetch

18 GitHub repo release feeds

1 MCP call

Token cost

$0.06-0.20

$0 free / $0.00005 paid

Latency

5-15 seconds

<100ms

Breaking-change classification

LLM-classified per call

Pre-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

Available Tools

4 tools
check_versionB

Given a package + version, return breaking changes since. Saves agents from inspecting changelogs.

ParametersJSON Schema
NameRequiredDescriptionDefault
package_idYes
current_versionYes

TDQS

B3.3/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden. It only mentions returning breaking changes, which suggests a read operation, but it does not disclose potential side effects, authentication requirements, rate limits, or what happens if the package or version is not found.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two concise sentences with no wasted words. It front-loads the core functionality and provides a practical benefit statement.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the lack of annotations, no output schema, and limited parameter info, the description is too brief. It does not cover error handling, return format, or edge cases, leaving agents with significant gaps for safe invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description mentions 'package + version' but does not explain the parameter names 'package_id' and 'current_version', nor their expected formats (e.g., exact version string, package identifier). With 0% schema description coverage, the description adds only vague context.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb ('return breaking changes since') and the resource ('package + version'). It distinguishes itself from siblings like 'list_tracked' and 'get_package' by focusing on breaking changes for a specific package version.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage as an alternative to inspecting changelogs ('Saves agents from inspecting changelogs'), but it does not explicitly state when to use this tool versus siblings like 'get_recent_breaking'. No exclusions or prerequisites are mentioned.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

get_packageA

Full record for one tracked package — latest version, recent breaking events, source URLs.

ParametersJSON Schema
NameRequiredDescriptionDefault
package_idYes

TDQS

A3.5/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description must convey behavioral traits. It mentions what the record contains but does not disclose whether it is read-only, any authentication requirements, or error handling (e.g., what happens if the package is not tracked).

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence that is direct and efficient. It conveys the tool's purpose without extraneous words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's simplicity (one parameter, no output schema), the description covers the main output aspects. However, it could mention error cases or the exact response structure, but it is largely adequate.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The only parameter, package_id, has no schema description (0% coverage). The description adds no detail about its format, expected values, or examples. It relies solely on the parameter name.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it retrieves the full record for one tracked package, including latest version, recent breaking events, and source URLs. This distinguishes it from siblings like list_tracked (listing) and get_recent_breaking (breaking events only).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies it is for getting a single package's full record, but it does not explicitly state when to use this tool versus alternatives like check_version or list_tracked. No when-not-to-use or prerequisites are mentioned.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

get_recent_breakingB

Recent breaking changes across all tracked packages. Filter by days/ecosystem.

ParametersJSON Schema
NameRequiredDescriptionDefault
ecosystemNo
since_daysNo

TDQS

B3.2/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries full burden. It only states the basic function (get recent breaking changes) without disclosing behavioral traits such as read-only nature, aggregation scope, pagination, or what constitutes a 'breaking change'. The description is minimal and does not add valuable behavioral context beyond the tool's name.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence, front-loaded with the core purpose and filtering hint. It is concise and free of unnecessary words, but could be improved by structuring the filtering options more clearly.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool has two parameters, no output schema, and no annotations, the description is insufficient. It does not explain the return format (e.g., list of changes with package, version, date), pagination, or any limitations. The agent lacks context to understand the full behavior and output structure.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, and the description only says 'Filter by days/ecosystem', which loosely matches the two parameters but provides no specifics on valid ecosystem values or the exact meaning of since_days. The agent is left without guidance on allowed inputs or format, adding marginal value over the raw schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description clearly states 'Recent breaking changes across all tracked packages' with filtering options, distinguishing this aggregation tool from sibling tools like list_tracked (which lists packages), get_package (details for a package), and check_version (specific version check). The verb 'get' with the resource 'recent breaking' is specific.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Description implies usage for viewing breaking changes across all packages and filtering by days or ecosystem, but does not explicitly guide when to use this tool versus siblings like get_package or check_version for package-level details. Usage context is implied but lacks exclusions or alternative recommendations.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

list_trackedA

List packages we track with latest version + breaking-change counts.

ParametersJSON Schema
NameRequiredDescriptionDefault
ecosystemNoe.g. npm, pypi, cargo

TDQS

A4/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries full burden. It clearly states this is a read operation that returns version and breaking-change counts, which is transparent. However, it does not disclose potential details like authentication, rate limits, or side effects, though those are likely minimal for a list tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is extremely concise: one sentence of 10 words with no wasted words. It is front-loaded with the action and resource. Every word earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the low complexity (1 optional parameter, no output schema, no nested objects), the description is fairly complete. It states the action and outputs. It could be slightly improved by clarifying that the ecosystem parameter filters results, but this is inferred. No mention of pagination or ordering, but likely not needed for a simple list.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% for the single optional parameter 'ecosystem', and the schema description already explains it with examples. The tool description does not add any further meaning beyond what is in the schema, so baseline of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb ('List') and resource ('packages we track') and specifies output fields (latest version + breaking-change counts). It clearly distinguishes from sibling tools like get_package (single package) and get_recent_breaking (breaking changes).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage for listing tracked packages but provides no explicit guidance on when to use this tool versus alternatives like get_package or check_version. No exclusions or context for selection are given.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 4 tool updatesv0.1.1
    • First observedcheck_version
    • First observedget_package
    • First observedget_recent_breaking
    • First observedlist_tracked

TDQS

A3.7/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: listing tracked packages, fetching a full record, querying recent breaking changes across packages, and checking breaking changes for a specific version. No ambiguity between them.

Naming Consistency5/5

All tool names follow a consistent verb_noun snake_case pattern: list_tracked, get_package, get_recent_breaking, check_version. Naming is predictable and clear.

Tool Count4/5

With 4 tools, the server is well-scoped for its purpose of tracking API changelogs. It covers the essential operations (list, detail, recent, version check) without being too few or too many.

Completeness4/5

The tool set covers the main use cases: listing packages, getting full details, recent breaking changes, and version-specific impact. A minor gap is the lack of a tool to view actual changelog entries, but check_version essentially provides that for breaking changes.

Maintenance

ActivityInactive
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/weiseer/api-changelog-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server