The Enoki MCP server exposes these tools over streamable HTTP at
https://mcp.enokilabs.ai/mcp. What each does and the scope it needs:
Discover what we test
Trigger & poll assessments
A cancelled run is not a passing run. get_assessment_status still returns
a min_severity verdict once a run is terminal, and cancelled is terminal —
so a run stopped early reads pass simply because it never got far enough to
find anything. If you gate a pipeline on the verdict, compare
categories_completed against categories_planned, or treat cancelled as
its own outcome. The same applies to GET /api/v1/run/{run_id}.
Full parameters & responses
Full inputs and response shapes travel with each tool over tools/list (the
create-target config schema is the create_target_schema resource). For a guided
walkthrough, call get_setup_guide or see Connect your agent.