Endpoint
https://schemadriftgate.clauxel.com/mcp
Authentication
Production calls require a paid bearer token. The checkout and token-claim endpoints return machine-readable instructions for agents.
Available tools
check_schema_driftreturns structured JSON with verdict, reason, receipt_id, usage_units, and next_action.approve_tool_schemareturns structured JSON with verdict, reason, receipt_id, usage_units, and next_action.record_tool_receiptreturns structured JSON with verdict, reason, receipt_id, usage_units, and next_action.explain_breaking_changereturns structured JSON with verdict, reason, receipt_id, usage_units, and next_action.export_audit_logreturns structured JSON with verdict, reason, receipt_id, usage_units, and next_action.
Example call
{"jsonrpc":"2.0","id":"call-1","method":"tools/call","params":{"name":"check_schema_drift","arguments":{"sample":"{\"tool\":\"create_invoice\",\"old_schema\":{\"amount\":\"number\"},\"new_schema\":{\"amount_cents\":\"integer\"},\"client\":\"billing-agent\"}"}}}