blackknight75/hackerone_mcp_server
If you are the rightful owner of hackerone_mcp_server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The HackerOne MCP Server is a Model Context Protocol server designed to integrate seamlessly with HackerOne's bug bounty platform through Claude Desktop, enabling efficient management of vulnerability reports and compliance with security directives.
Tools
Functions exposed to the LLM to take actions
get_new_reports
Fetches all new reports (state=new) for your program with comprehensive details including reporter info, severity, and vulnerability details.
get_all_reports
Fetches all reports regardless of state for comprehensive program analysis.
check_report
Retrieves detailed information for a specific report by ID, including complete vulnerability information and timeline.
check_scope
Analyzes whether a specific report falls within your program's scope by comparing against structured scope rules and policy.
check_duplicate
Performs intelligent duplicate analysis using similarity scoring across titles, weaknesses, assets, and vulnerability descriptions.
make_weekly_report
Generates comprehensive weekly status reports with metrics, trends, compliance analysis, and actionable insights.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client