api-schema-drift-detector

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

Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only

What it can do

    What data it sees

    Do you need an account

    No: the server works without sign-in

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

    Server tool list (3)

    Raw names from tools/list. Only developers need these.

    schema-validatorValidates if data conforms to a JSON schema. Returns valid:true/false and an error message on failure.
    drift-detectorDetects differences between an actual API response and an expected JSON schema. Reports missing_required (error), type_mismatch (error), enum_violation (error), missing_optional (warning), unexpected_field (info). Recurses into nested objects.
    breaking-change-analyzerAnalyzes breaking changes between two schema versions. Detects: field removal, type changes, newly required fields, enum value removal, constraint tightening.