api-contract-validator

Cloudflare Workers MCP server: api-contract-validator

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-contract-validator

    Server tool list (5)

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

    validate_openapi_specValidate an OpenAPI 3.x or AsyncAPI spec JSON. Returns structural errors, missing required fields, and warnings.
    diff_request_responseCompare a real HTTP request/response against an OpenAPI spec contract. Returns per-field violations.
    lint_api_schemaLint an API spec for quality and best practice compliance. Rules: operation-id-kebab-case, response-success-required, tags-defined, no-empty-description, security-defined.
    generate_mock_from_specGenerate mock response data from an OpenAPI spec. Uses examples, defaults, formats, and type heuristics.
    check_breaking_changesCompare two OpenAPI spec versions to detect breaking changes: removed paths/operations, new required parameters, removed response codes, operationId renames.