HackerOne MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@HackerOne MCP ServerShow me the in-scope assets and scope exclusions for uber."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
π― HackerOne MCP Server
Hey there! π Welcome to the HackerOne MCP Server.
This tool seamlessly connects your favorite AI assistants (Claude Code, Claude Desktop, Cursor, Windsurf) directly to your HackerOne account.
Whether you want to search your past reports, manage draft report intents, check program scope rules & exclusions, analyze bounty payouts, draft vulnerability write-ups, or reply to triagers β your AI can now help you do it all right from your chat window! π
β‘ Quick Start (60 Seconds)
1. Grab your HackerOne API Token
Head over to HackerOne > Settings > API Token and generate your token.
2. Build the project
git clone https://github.com/Sicks3c/hackerone-mcp-server.git
cd hackerone-mcp-server
npm install
npm run build3. Add to your AI Client
π Via Smithery.ai (Easiest)
npx -y @smithery/cli mcp add hackerone-mcp-serverπ» Claude Code (Local)
claude mcp add hackerone \
-e H1_USERNAME="your-h1-username" \
-e H1_API_TOKEN="your-h1-api-token" \
-s user \
-- node /path/to/hackerone-mcp-server/dist/index.jsπ₯οΈ Claude Desktop
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"hackerone": {
"command": "node",
"args": ["/path/to/hackerone-mcp-server/dist/index.js"],
"env": {
"H1_USERNAME": "your-h1-username",
"H1_API_TOKEN": "your-h1-api-token"
}
}
}
}π±οΈ Cursor / Windsurf
In your editor's MCP Settings, add a new server:
Type:
stdioCommand:
node /path/to/hackerone-mcp-server/dist/index.jsEnv: Set
H1_USERNAMEandH1_API_TOKEN
Related MCP server: h1-brain
π‘ Cool Things You Can Ask Your AI
Here are a few fun prompts to try out:
π Recon & Scope: "Show me the in-scope assets and scope exclusions for
uber. What are their response times and accepted vulnerability types?"π Report Intents (Drafts): "Create a new report intent draft for program
gitlabtitled 'XSS in search endpoint'. Let's refine the write-up before submitting."π¬ Triage Assistance: "The triager on report #123456 requested an updated PoC. Help me write a friendly technical response."
π° Check Stats & Payouts: "How much unpaid balance do I have on HackerOne right now, and show my payout history via PayPal?"
π Analyze Patterns: "Analyze my report history β what severity gets resolved the fastest for me?"
π Hacktivity Research: "Search disclosed reports on
githubfor IDOR vulnerabilities to see what they usually pay."
π§° What's Included?
π οΈ Tools (Actions your AI can take)
Category | Tool | What it does |
Reports |
| Search your reports by keyword, program, severity, or state |
| View full report details (CVSS score, bounty, attachments) | |
| View report details along with full triage conversation | |
| View timeline of comments, bounties, and status changes | |
| Submit a brand new report to a program | |
| Post a comment or reply to a triager | |
| Withdraw or close a report | |
| Build a clean Markdown template for your report write-up | |
Report Intents (Drafts) |
| List all draft report intents and AI processing job statuses |
| Get details of a specific draft report intent | |
| Create a new draft report intent | |
| Update draft report intent title or write-up | |
| Delete a draft report intent | |
| Finalize and submit a draft intent as an official report | |
| List attachments for a draft report intent | |
| Delete an attachment from a draft report intent | |
Programs |
| Discover & rank the best programs by fast payouts, bounties, or open scope |
| List all bug bounty programs you have access to | |
| Check program policy, response metrics, and average pay times | |
| List all in-scope assets for a target program | |
| List report categories specifically excluded from rewards | |
| List accepted weakness/CWE categories for a program | |
Profile & Financials |
| Check your reputation score, signal, impact, and rank |
| See your bounty earnings history | |
| Check completed payouts history (PayPal, Wire, status) | |
| Check your current unpaid bounty balance | |
| Get stats on your report severities, states, and top programs | |
Hacktivity |
| Search publicly disclosed hacktivity reports for research |
π Resources (Instant context for your AI)
Your AI can instantly look up these hackerone:// URIs:
π€
hackerone://profileβ Your live reputation, signal, impact, and rank.π΅
hackerone://balanceβ Your unpaid balance.π
hackerone://earnings/recentβ Your latest bounty payouts.π
hackerone://reports/recentβ Your 10 latest submitted reports.π₯
hackerone://hacktivity/trendingβ Top upvoted public reports on Hacktivity.
π¬ Prompts (Guided workflows)
find-best-bounty-program: Automated strategy prompt to find & rank the highest-paying, fast-response target programs.draft-vulnerability-report: Step-by-step guide to draft a top-tier report.triage-response-assistant: Craft polite, effective replies to triagers.analyze-program-scope: Break down a program's assets to find high-yield targets.summarize-hunting-profile: Create a neat summary dashboard of your research stats.
βοΈ Configuration Options
Setting | Required? | Default | Description |
| Yes | β | Your HackerOne API Username |
| Yes | β | Your HackerOne API Token |
| No |
| Base API URL |
| No |
| Response caching speed booster |
| No |
| Verbosity ( |
π Security & Privacy
100% Local: Runs completely on your local machine using stdio transport.
Your Credentials Stay Yours: Your API keys are kept strictly in your local environment variables and never sent anywhere except directly to HackerOne's official API.
π License
MIT License β Feel free to use, modify, and share! Happy hunting! π―
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/esektov12121-eng/HackerOne-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server