mcpserver.lol
registry/api-schema-drift-detector
Connection check verified live · 27h ago

api-schema-drift-detector

Cloudflare Workers MCP server: api-schema-drift-detector

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

Tools & capabilities

3 tools

Read from the running server on 27h ago.

breaking-change-analyzer newSchema*oldSchema*
Analyzes breaking changes between two schema versions. Detects: field removal, type changes, newly required fields, enum value removal, constraint tightening.
drift-detector schema*response*
Detects differences between an actual API response and an expected JSON schema. Reports missing_required (error), type_mismatch (error), enum_violation (error), missing_optional (w…
schema-validator data*schema*
Validates if data conforms to a JSON schema. Returns valid:true/false and an error message on failure.