VS Code

VS Code and Copilot workflow

Route release, schema, or safety checks through the MCP endpoint before accepting agent output.

Endpoint

https://copilotconnectorledger.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_connector_permission_risk returns structured JSON with verdict, reason, receipt_id, usage_units, and next_action.
  • scan_connector_drift returns structured JSON with verdict, reason, receipt_id, usage_units, and next_action.
  • request_owner_signoff returns structured JSON with verdict, reason, receipt_id, usage_units, and next_action.
  • generate_audit_pack returns structured JSON with verdict, reason, receipt_id, usage_units, and next_action.
  • export_connector_receipt 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_connector_permission_risk","arguments":{"sample":"Copilot Studio topic with Salesforce, SharePoint, and Jira connectors plus DLP policy changes from the last seven days."}}}

Setup pages