A paid remote service that watches for breaking changes in MCP tool schemas before your agents call them. It offers five tools: check_schema_drift to scan for incompatibilities, approve_tool_schema to greenlight updates, record_tool_receipt to log compatibility confirmations, explain_breaking_change to get plain English summaries of what broke, and export_audit_log to pull a full history of schema approvals and drift events. Requires a bearer token from the Clauxel website. Useful if you're running agents against third-party MCPs that evolve over time and you need a safety layer to catch interface mismatches before runtime errors cascade through your workflows.
Block breaking MCP tool-schema changes before agents call the wrong interface.
Paid remote MCP for schema drift checks, tool-schema approvals, compatibility receipts, breaking-change explanations, and release audit logs.
com.clauxel.schemadriftgate/schemadriftgate-mcpThis is a paid hosted remote MCP. Production calls require a bearer token issued from the product website.
Authorization: Bearer <token>
Unauthenticated browser visits to /mcp return a clear JSON error instead of internal details.
check_schema_driftapprove_tool_schemarecord_tool_receiptexplain_breaking_changeexport_audit_logThis repository is a public documentation and directory-submission reference for the hosted service. It does not contain the private production source code.