A paid remote MCP that generates verifiable receipts for Codex runs. You call create_run_receipt to log what changed, summarize_scope to document what was in bounds, list_missing_evidence to flag gaps, and export_client_handoff to package everything for delivery. Runs over streamable HTTP with bearer token auth. Useful when you're handing off AI-assisted work to a reviewer or client and need tamper-evident proof of what the assistant touched, what it skipped, and what's still missing. Requires signup and a paid plan at codexrunledger.clauxel.com to get a token.
Codex run receipts your reviewer can trust.
Paid remote MCP for Codex run ledgers, changed-file evidence, scope summaries, missing proof checks, and client-ready handoff receipts.
com.clauxel.codexrunledger/codexrunledger-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.
create_run_receiptsummarize_scopelist_missing_evidenceexport_client_handoffThis repository is a public documentation and directory-submission reference for the hosted service. It does not contain the private production source code.