Back to Apps

h1-brain
Supports UIby PatrikFehrenbach
Connects AI assistants to HackerOne to analyze bug bounty history and generate offensive attack briefings.
0 stars
Works in:claude
Exposes:Tools
What it does
Integrates AI assistants with HackerOne, pulling personal bug bounty history, program scopes, and report details into a local SQLite database. It includes a pre-built database of 3,600+ publicly disclosed bounty reports to help the AI identify vulnerability patterns and suggest attack vectors.
Tools
hack(handle): Generates a full hacking session briefing including scope, past findings, and suggested attack vectors.search_reports: Search personal rewarded reports by title, program, weakness, or severity.get_report: Retrieves full details and write-ups for a specific report.search_disclosed_reports: Full-text search across 3,600+ public bounty-awarded reports.fetch_rewarded_reports: Syncs personal bounty-awarded reports from the HackerOne API.fetch_programs: Syncs accessible programs from the API.
Installation
Requires Python 3.10+ and a HackerOne API token.
Claude Desktop Config:
{
"mcpServers": {
"h1-brain": {
"command": "/path/to/h1-brain/venv/bin/python",
"args": ["/path/to/h1-brain/server.py"],
"env": {
"H1_USERNAME": "your_username",
"H1_API_TOKEN": "your_token"
}
}
}
}
Supported hosts
- claude
Quick install
python server.pyInformation
- Pricing
- free
- Published
- 4/16/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
Configure with H1_USERNAME and H1_API_TOKEN in your config file.





