Skip to content

Available tools

/MCP Server

Available tools

12 read-only tools, scoped to your API key. No mutations — can't trigger scans or open PRs.

get_dashboard_overviewOverview

Counts, score, severity breakdown, recent activity.

Params: -
list_projectsProjects

List tracked GitHub repos with pagination.

Params: limit?, page?
get_projectProjects

Get single project by id.

Params: id: string
search_projectsProjects

Search by name or owner/repo.

Params: query: string
get_project_memoryProjects

Agent-maintained markdown summary.

Params: id: string
list_scansScans

List scan runs, filterable by project and status.

Params: limit?, page?, projectId?, status?
get_scanScans

Single scan with findings and transcript.

Params: id: string
list_findingsFindings

Findings across projects, filterable by severity/status/category.

Params: limit?, page?, projectId?, severity?, status?, category?
get_findingFindings

Single finding with description, fix prompt, location.

Params: id: string
list_fix_runsFixes

Recent fix runs for a project.

Params: projectId, limit?
get_fix_runFixes

Single fix run: status, PR url, commit.

Params: id: string
get_github_installationIntegrations

Check GitHub App connection.

Params: -