A tool for catching when your API contracts drift from their documented schemas. It's a Cloudflare Workers based MCP server you can reach at api.lazy-mac.com, designed to help you detect when your actual API responses start diverging from your OpenAPI specs or other schema definitions. Reach for this when you need to monitor breaking changes in production APIs or validate that your endpoints still match their documented contracts. The implementation runs on Cloudflare's edge and exposes both REST and MCP interfaces over JSON-RPC 2.0, so you can integrate it into CI/CD pipelines or query it directly through Claude.
claude mcp add --transport http io.github.lazymac2x-api-schema-drift-detector https://api.lazy-mac.com/api-schema-drift-detector/mcp