Claude Desktop

Claude Desktop setup

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

Endpoint

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

  • check_mcp_server_uptime returns structured JSON with verdict, reason, receipt_id, usage_units, and next_action.
  • validate_tool_schema returns structured JSON with verdict, reason, receipt_id, usage_units, and next_action.
  • detect_auth_failure returns structured JSON with verdict, reason, receipt_id, usage_units, and next_action.
  • issue_sla_receipt returns structured JSON with verdict, reason, receipt_id, usage_units, and next_action.
  • export_status_report 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":"check_mcp_server_uptime","arguments":{"sample":"Three remote MCP servers with one schema change, one expired token path, and a 780ms latency spike affecting a coding agent."}}}

Setup pages