A paid remote MCP that runs safety evaluations before you ship agent releases. It exposes five tools: run_safety_replay for re-running evals, check_policy_gate for compliance checks, record_eval_receipt for audit trails, suggest_control_fix for remediation guidance, and export_release_evidence for deployment documentation. You authenticate with a bearer token from the Clauxel dashboard and call it over streamable HTTP. Reach for this when you need structured gates and paper trails between your agent builds and production deployments, especially if you're working in regulated environments or need reproducible safety checks that generate export-ready evidence.
Replay safety evals before agent releases move forward.
Paid remote MCP for AI agent safety replay checks, policy gates, eval receipts, control-fix suggestions, and release evidence exports.
com.clauxel.safetyreplay/safetyreplay-mcpThis is a paid hosted remote MCP. Production calls require a bearer token issued from the product website.
Authorization: Bearer <token>
Unauthenticated browser visits to /mcp return a clear JSON error instead of internal details.
run_safety_replaycheck_policy_gaterecord_eval_receiptsuggest_control_fixexport_release_evidenceThis repository is a public documentation and directory-submission reference for the hosted service. It does not contain the private production source code.