ChatGPT

ChatGPT agent usage

Use the server-card and endpoint metadata to prepare a connector or agent workflow.

Endpoint

https://tracepiishield.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

  • scan_trace_pii returns structured JSON with verdict, reason, receipt_id, usage_units, and next_action.
  • redact_tool_payload returns structured JSON with verdict, reason, receipt_id, usage_units, and next_action.
  • classify_sensitive_field returns structured JSON with verdict, reason, receipt_id, usage_units, and next_action.
  • issue_pii_receipt returns structured JSON with verdict, reason, receipt_id, usage_units, and next_action.
  • export_trace_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":"scan_trace_pii","arguments":{"sample":"Support-agent trace containing email, order number, address, internal note, and tool payload before sharing with a vendor."}}}

Setup pages