Claude Desktop

Claude Desktop setup

Add the remote endpoint and bearer token to a client that supports remote Streamable HTTP MCP servers.

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_fields returns structured JSON with verdict, reason, receipt_id, usage_units, and next_action.
  • normalize_provider_attributes returns structured JSON with verdict, reason, receipt_id, usage_units, and next_action.
  • detect_missing_genai_attributes returns structured JSON with verdict, reason, receipt_id, usage_units, and next_action.
  • issue_mapping_receipt returns structured JSON with verdict, reason, receipt_id, usage_units, and next_action.
  • export_observability_schema 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":"map_genai_span_fields","arguments":{"sample":"{\"provider\":\"gemini\",\"span\":{\"gen_ai.request.model\":\"gemini-2.5-pro\",\"usage.input_tokens\":1842},\"service\":\"checkout-agent\"}"}}}

Setup pages