
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_spec | Validate an OpenAPI 3.x or AsyncAPI spec JSON. Returns structural errors, missing required fields, and warnings. |
| diff_request_response | Compare a real HTTP request/response against an OpenAPI spec contract. Returns per-field violations. |
| lint_api_schema | 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. |
| generate_mock_from_spec | Generate mock response data from an OpenAPI spec. Uses examples, defaults, formats, and type heuristics. |
| check_breaking_changes | Compare two OpenAPI spec versions to detect breaking changes: removed paths/operations, new required parameters, removed response codes, operationId renames. |