INDIVIDUAL MCP TOOL
runvouch_run_end
Report that a run ended, with status and evidence dict (name -> bool or {type:'url',url}).
LIVE ENDPOINT
https://api.runvouch.com/mcp
Connect to this endpoint to inspect the live schema for runvouch_run_end and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.runvouch]
url = "https://api.runvouch.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"runvouch": {
"type": "http",
"url": "https://api.runvouch.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: runvouch
Remote MCP URL: https://api.runvouch.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"runvouch": {
"url": "https://api.runvouch.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"runvouch": {
"type": "http",
"url": "https://api.runvouch.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "runvouch",
"transport": "streamable-http",
"url": "https://api.runvouch.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
runvouch_status— Health of all watched agents: state (ok/alert/failed/unproven/running/waiting), last run, 24h cost, open alerts.runvouch_alerts— Open (un-acknowledged) alerts: MISSED, FAILED, NO_EVIDENCE, BUDGET_RUN, BUDGET_DAY, RETRY_STORM, DRIFT, STALLED.runvouch_ack— Acknowledge an alert by id.runvouch_runs— Recent runs of one agent.runvouch_run_start— Report that a run of `agent` started.