Cursor

Cursor setup

Use the endpoint as a gated workflow check before agent changes or release actions.

Endpoint

https://mcpscopeconsent.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_scope_consent returns structured JSON with verdict, reason, receipt_id, usage_units, and next_action.
  • issue_consent_receipt returns structured JSON with verdict, reason, receipt_id, usage_units, and next_action.
  • explain_scope_policy returns structured JSON with verdict, reason, receipt_id, usage_units, and next_action.
  • log_tool_call returns structured JSON with verdict, reason, receipt_id, usage_units, and next_action.
  • export_scope_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":"check_scope_consent","arguments":{"sample":"MCP Scope Consent sample with public-safe workflow context, owner, policy, deadline, risk notes, and reviewer evidence."}}}

Setup pages