mcpserver.lol
registry/oasdiff
Connection check verified live · 27h ago

oasdiff

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

Tools 4
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 27h ago

Tools & capabilities

4 tools

Read from the running server on 27h ago.

oasdiff_breaking_changes base*revision*
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 th…
oasdiff_changelog base*revision*
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 wh…
oasdiff_diff base*revision*
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 ra…
oasdiff_validate spec*
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…