Endpoint
https://aiwaiverdesk.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
evaluate_ai_waiverreturns structured JSON with verdict, reason, receipt_id, usage_units, and next_action.request_policy_exceptionreturns structured JSON with verdict, reason, receipt_id, usage_units, and next_action.check_waiver_expiryreturns structured JSON with verdict, reason, receipt_id, usage_units, and next_action.issue_waiver_receiptreturns structured JSON with verdict, reason, receipt_id, usage_units, and next_action.export_governance_auditreturns 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":"evaluate_ai_waiver","arguments":{"sample":"{\"useCase\":\"support response drafting\",\"model\":\"frontier-llm\",\"risk\":\"medium\",\"reason\":\"pilot exception\",\"owner\":\"platform\"}"}}}