For the complete documentation index, see llms.txt. This page is also available as Markdown.

MCP Server

The HackenProof MCP (Model Context Protocol) server connects AI assistants like Claude Code and Claude Desktop to the HackenProof bug bounty dashboard. It enables AI-assisted triage — reading reports, changing states, setting severity, posting comments, managing labels, and batch operations — all through structured tool calls.

Quick Start

1. Get your credentials

API Key — get it from your HackenProof dashboard account settings.

2. Add the MCP server to your config

Claude Code — add to .mcp.json in your project root, or ~/.claude/.mcp.json globally:

Claude Desktop — add to Settings → Developer → MCP Servers.

3. Verify connection

In Claude Code, run /mcp to see the server listed. Then try:

"List my companies on HackenProof"

Last updated