Skip to content
Back to search
100
MCP live MCP 2026-07-28 streamable-http

oasdiff

io.github.oasdiff/oasdiff

Detect breaking changes, generate changelogs, diff, and validate OpenAPI specs.

Uptime
100.0%
1 direct probes · 30d
Response
253ms
last probe
Tools
4
callable
Resources
0
readable
Prompts
0
available

Tools · 4

oasdiff_breaking_changes

Detect breaking API changes between two OpenAPI specifications. Pass the base (old) and revision (new) specs as YAML or JSON; returns the breaking and warning-level changes. Use this when the question…

oasdiff_changelog

Produce a full changelog of every detected change between two OpenAPI specifications (base vs revision), down to informational changes. Pass both specs as YAML or JSON. Use this when you want the comp…

oasdiff_diff

Show the structural diff between two OpenAPI specifications (base vs revision): what was added, removed, or modified. Pass both specs as YAML or JSON. Use this when you want the raw structural changes…

oasdiff_validate

Validate a single OpenAPI specification against the OpenAPI and JSON Schema rules. Pass the spec as YAML or JSON; returns the findings (empty when the spec is valid). Use this when you have one spec a…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "oasdiff": {
      "url": "https://api.oasdiff.com/mcp",
      "transport": "streamable-http"
    }
  }
}