Claude Desktop

Claude Desktop setup

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

Endpoint

https://playwrightselectorguard.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_selector_risk returns structured JSON with verdict, reason, receipt_id, usage_units, and next_action.
  • suggest_selector_healing returns structured JSON with verdict, reason, receipt_id, usage_units, and next_action.
  • record_action_receipt returns structured JSON with verdict, reason, receipt_id, usage_units, and next_action.
  • request_human_approval returns structured JSON with verdict, reason, receipt_id, usage_units, and next_action.
  • export_selector_failure 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_selector_risk","arguments":{"sample":"Browser agent plans to click text=Submit inside a page with three matching buttons and a destructive billing action nearby."}}}

Setup pages