ENDPOINT 1
https://xanadu.run/mcp
Known tools 13
dispatch_agentRun AGENT on TASK.
get_dispatch_resultPoll the result of an async dispatch started with ``wait=False``.
cancel_dispatchCancel an in-flight async dispatch (a wait=False handle).
warm_repoPre-build a repo's warm base (clone + install + build) AHEAD of a wave, so the wave's dispatches skip that work on the critical path.
follow_up_dispatchSend a follow-up to a previous dispatch (Cursor add_followup parity).
run_workflowRun a multi-step workflow (e.g.
get_workflow_resultPoll a workflow run.
resume_workflowResume a workflow run that died mid-flight (e.g.
list_workflow_runsList workflow runs (optionally by status: running | done | halted_budget | failed).
list_agentsList every available agent's catalog entry.
ledger_summaryAggregate spend from the cost ledger (totals by agent, model, status).
list_dispatchesLive dispatch health — see saturation without SSH.
agent_metricsOperational telemetry to drive improvement: per-agent and per-model success rate, verify pass rate, cost, and a failure-category histogram (budget / rate_limited / workspace / backend_error / cancelled).