mcpserver.lol
registry/api-contract-validator
Connection check verified live · 27h ago

api-contract-validator

Cloudflare Workers MCP server: api-contract-validator

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

Tools & capabilities

5 tools

Read from the running server on 27h ago.

check_breaking_changes spec_new*spec_old*
Compare two OpenAPI spec versions to detect breaking changes: removed paths/operations, new required parameters, removed response codes, operationId renames.
diff_request_response spec*request*response
Compare a real HTTP request/response against an OpenAPI spec contract. Returns per-field violations.
generate_mock_from_spec pathspec*methodstatusCode
Generate mock response data from an OpenAPI spec. Uses examples, defaults, formats, and type heuristics.
lint_api_schema spec*rules
Lint an API spec for quality and best practice compliance. Rules: operation-id-kebab-case, response-success-required, tags-defined, no-empty-description, security-defined.
validate_openapi_spec spec*strict
Validate an OpenAPI 3.x or AsyncAPI spec JSON. Returns structural errors, missing required fields, and warnings.