HackerOne

v1.0.0Securitystable

Provides read-only access to HackerOne reports, program scopes, and bounty earnings through the HackerOne API. It enables users to analyze hunting patterns, check asset eligibility, and retrieve report details or triage conversations via natural lang

hackerone-mcp-servermcpai-integration
Share:
32
Stars
0
Downloads
0
Weekly
0/5

What is HackerOne?

HackerOne is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to provides read-only access to hackerone reports, program scopes, and bounty earnings through the hackerone api. it enables users to analyze hunting patterns, check asset eligibility, and retrieve repor...

Provides read-only access to HackerOne reports, program scopes, and bounty earnings through the HackerOne API. It enables users to analyze hunting patterns, check asset eligibility, and retrieve report details or triage conversations via natural lang

This server falls under the Security category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Provides read-only access to HackerOne reports, program scop

Use Cases

Analyze bug bounty reports and hunting patterns from HackerOne platform.
Check asset eligibility and retrieve bounty program scopes through natural language.
Access triage conversations and report details for security research.
Sicks3c

Maintainer

LicenseMIT
Languagetypescript
Versionv1.0.0
UpdatedMay 19, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx hackerone-mcp-server

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use HackerOne

The HackerOne MCP Server provides AI-assisted access to the HackerOne bug bounty platform through 16 read and write tools. Security researchers can search and filter their submitted reports by program, severity, or state; retrieve triage conversations and report timelines; check program scopes and asset eligibility; and even submit new vulnerability reports or add comments — all through natural language. It is purpose-built for bug bounty hunters who want to analyze their hunting patterns, draft reports consistent with past submissions, and streamline their HackerOne workflow.

Prerequisites

  • Node.js 18+ and npm installed
  • A HackerOne account with reports or program participation
  • HackerOne API credentials: your username and an API token (generated at HackerOne Settings → API Token)
  • An MCP-compatible client: Claude Desktop or Claude Code CLI
1

Clone and build the server

Clone the repository, install dependencies, and compile the TypeScript source.

git clone https://github.com/Sicks3c/hackerone-mcp-server.git
cd hackerone-mcp-server
npm install
npm run build
2

Generate a HackerOne API token

Log in to HackerOne, go to Settings → API Token, and create a new token. Copy both your username and the token — you will need them for the next step.

3

Register the server with Claude Code CLI

Use the claude mcp add command to register the server with your credentials. Replace the path and credentials with your actual values.

claude mcp add hackerone \
  -e H1_USERNAME=your-h1-username \
  -e H1_API_TOKEN=your-api-token \
  -s user \
  -- node /path/to/hackerone-mcp-server/dist/index.js
4

Or configure Claude Desktop directly

Alternatively, add the server to your claude_desktop_config.json with your credentials as environment variables.

{
  "mcpServers": {
    "hackerone": {
      "command": "node",
      "args": ["/path/to/hackerone-mcp-server/dist/index.js"],
      "env": {
        "H1_USERNAME": "your-h1-username",
        "H1_API_TOKEN": "your-api-token"
      }
    }
  }
}
5

Verify connectivity

Ask your AI assistant to search your reports or list program scopes. A successful response confirms the server is authenticated and working.

HackerOne Examples

Client configuration

Claude Desktop configuration for the HackerOne MCP server using your API credentials.

{
  "mcpServers": {
    "hackerone": {
      "command": "node",
      "args": ["/path/to/hackerone-mcp-server/dist/index.js"],
      "env": {
        "H1_USERNAME": "your-hackerone-username",
        "H1_API_TOKEN": "your-hackerone-api-token"
      }
    }
  }
}

Prompts to try

Example prompts for bug bounty research and report management via the HackerOne MCP server.

- "Search my HackerOne reports for SSRF findings and summarize their severity and resolution status."
- "Show me the triage conversation on report #2345678 — what questions did they ask?"
- "Analyze my report patterns — which severity level gets resolved fastest?"
- "What assets are in scope for the Uber bug bounty program?"
- "Search disclosed reports on the shopify program for XSS vulnerabilities."

Troubleshooting HackerOne

Authentication error: 401 Unauthorized

Verify that H1_USERNAME matches your HackerOne account username exactly (case-sensitive) and that H1_API_TOKEN is the full token string from Settings → API Token. Tokens have a 90-day expiry — regenerate if expired.

npm run build fails with TypeScript errors

Ensure you are using Node.js 18 or later. Run 'node --version' to check. Delete node_modules and run 'npm install' again before retrying the build.

Report submission is rejected or returns validation errors

The submit_report tool requires a valid program handle and a structured vulnerability description. Ensure the program is currently accepting reports and that you have provided the required fields (title, vulnerability type, severity, and description).

Frequently Asked Questions about HackerOne

What is HackerOne?

HackerOne is a Model Context Protocol (MCP) server that provides read-only access to hackerone reports, program scopes, and bounty earnings through the hackerone api. it enables users to analyze hunting patterns, check asset eligibility, and retrieve report details or triage conversations via natural lang It connects AI assistants to external tools and data sources through a standardized interface.

How do I install HackerOne?

Follow the installation instructions on the HackerOne GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with HackerOne?

HackerOne works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is HackerOne free to use?

Yes, HackerOne is open source and available under the MIT license. You can use it freely in both personal and commercial projects.

HackerOne Alternatives — Similar Security Servers

Looking for alternatives to HackerOne? Here are other popular security servers you can use with Claude, Cursor, and VS Code.

Casdoor

13.6k

An open-source Agent-first Identity and Access Management (IAM) /LLM MCP & agent gateway and auth server with web UI supporting OpenClaw, MCP, OAuth, OIDC, SAML, CAS, LDAP, SCIM, WebAuthn, TOTP, MFA, Face ID, Google Workspace, Azure AD

ghidraMCP

9.0k

An Model Context Protocol server that enables LLMs to autonomously reverse engineer applications by exposing Ghidra's decompilation and analysis tools. It allows AI agents to list code structures, rename methods, and analyze binaries directly through

HexStrike AI

8.9k

HexStrike AI MCP Agents is an advanced MCP server that lets AI agents (Claude, GPT, Copilot, etc.) autonomously run 150+ cybersecurity tools for automated pentesting, vulnerability discovery, bug bounty automation, and security research. Seamlessly b

IDA Pro MCP

8.7k

Enables AI-assisted reverse engineering in IDA Pro by providing tools to analyze binaries, decompile functions, manage comments, search patterns, and interact with the IDA database through natural language.

Anthropic Cybersecurity Skills

6.6k

754 structured cybersecurity skills for AI agents · Mapped to 5 frameworks: MITRE ATT&CK, NIST CSF 2.0, MITRE ATLAS, D3FEND & NIST AI RMF · agentskills.io standard · Works with Claude Code, GitHub Copilot, Codex CLI, Cursor, Gemini CLI & 20+ platform

Hooker

5.1k

🔥🔥 hooker is a Frida-based reverse engineering toolkit for Android. It offers a user-friendly CLI, universal scripts, auto hook generation, memory roaming to detect activities/services, one-click SOCKS5 proxy setup, Frida JustTrustMe, and BoringSSL u

Browse More Security MCP Servers

Explore all security servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "hackerone-mcp-server": { "command": "npx", "args": ["-y", "hackerone-mcp-server"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use HackerOne?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides