Skip to main content
Run in terminal:
claude mcp add --transport http hacktron https://mcp.hacktron.ai/mcp
Then authenticate the connection:
  1. Start Claude Code in your project.
  2. Type /mcp, select hacktron, and choose Authenticate.
  3. Complete the Hacktron browser sign-in.
Create an organization API key — see Authentication. Grant read & write access to let your assistant triage findings.Run in terminal:
claude mcp add --transport http hacktron https://mcp.hacktron.ai/mcp --header "Authorization: Bearer hacktron_your_key_here"
An API key is a long-lived secret. Store it in your client’s secret settings, never commit it to source control, and grant the narrowest scope your workflow needs.

Tools

NameDescription
list_scansList scans with severity breakdown
get_scanGet details about a scan
export_findingsExport a scan’s findings as JSON, CSV, or SARIF
list_findingsList findings across the organisation
get_findingGet details about a finding
update_findingUpdate a finding’s state or severity
add_finding_commentPost a comment on a finding

Authentication & API keys

Create and scope the API key used for API-key auth.

API reference

The same scans and findings, over the REST API.