Tools reference

All 5 tools exposed by the MCP server. Each maps to a /api/v1/* HTTP route.

scan_target

Tier required: Free+

Start a security scan against a public URL.

Parameters

get_scan_status

Tier required: Free+

Poll the status of a scan.

Parameters

list_findings

Tier required: Free+ (own scans only)

List findings for a scan as a markdown table.

Parameters

propose_fix

Tier required: Pro+

Generate an AI code fix for a specific finding.

Parameters

Returns the fix code, an explanation, and a confidence score. Cached by evidence_hash — second call is instant.

apply_fix

Tier required: Business+

Mark a fix as applied and re-run the affected module to verify the vulnerability is gone.

Parameters

Returns retest_status: fixed | still_vulnerable | new_finding | inconclusive.