MCP setup

Connect agents to a paid remote MCP endpoint

Use AI Governance Waiver Desk as a hosted MCP server with bearer-token access, structured tool outputs, and audit receipts.

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_waiver returns structured JSON with verdict, reason, receipt_id, usage_units, and next_action.
  • request_policy_exception returns structured JSON with verdict, reason, receipt_id, usage_units, and next_action.
  • check_waiver_expiry returns structured JSON with verdict, reason, receipt_id, usage_units, and next_action.
  • issue_waiver_receipt returns structured JSON with verdict, reason, receipt_id, usage_units, and next_action.
  • export_governance_audit returns 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\"}"}}}

Setup pages