mcpserver.lol
registry/runvouch
Connection check verified live · 28h ago

runvouch

Watchdog for unattended AI agents: alerts, evidence checks and a verifiable proof per run.

Tools 7
GitHub stars
Installs / wk
Licence MIT
Transport streamable-http
Last checked 28h ago

Tools & capabilities

7 tools

Read from the running server on 28h ago.

runvouch_ack alert_id*
Acknowledge an alert by id.
runvouch_alerts read-only
Open (un-acknowledged) alerts: MISSED, FAILED, NO_EVIDENCE, BUDGET_RUN, BUDGET_DAY, RETRY_STORM, DRIFT, STALLED.
runvouch_run_end costrun_id*statustokensevidence
Report that a run ended, with status and evidence dict (name -> bool or {type:'url',url}). Green run without evidence alerts.
runvouch_run_proof read-only run_id*
Tamper-evident proof of a finished run: hashed record, Merkle path, day root, chain hash and OpenTimestamps status. Verify offline with templates/verify_proof.py.
runvouch_runs read-only agent*limit
Recent runs of one agent.
runvouch_run_start agent*source
Report that a run of `agent` started. Returns run_id.
runvouch_status read-only
Health of all watched agents: state (ok/alert/failed/unproven/running/waiting), last run, 24h cost, open alerts.