Endpoint
https://genaispanmapper.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
map_genai_span_fieldsreturns structured JSON with verdict, reason, receipt_id, usage_units, and next_action.normalize_provider_attributesreturns structured JSON with verdict, reason, receipt_id, usage_units, and next_action.detect_missing_genai_attributesreturns structured JSON with verdict, reason, receipt_id, usage_units, and next_action.issue_mapping_receiptreturns structured JSON with verdict, reason, receipt_id, usage_units, and next_action.export_observability_schemareturns 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":"map_genai_span_fields","arguments":{"sample":"{\"provider\":\"gemini\",\"span\":{\"gen_ai.request.model\":\"gemini-2.5-pro\",\"usage.input_tokens\":1842},\"service\":\"checkout-agent\"}"}}}