hackerone-mcp
Provides tools for interacting with the HackerOne platform, including managing submitted reports, viewing earnings and payouts, retrieving hacktivity and program scope information, submitting vulnerabilities, and reading full public disclosed reports and writeups via a persistent web session.
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-mcpsearch hacktivity for recent SSRF writeups"
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 Hybrid MCP Server
Serveur MCP complet et hybride pour HackerOne, combinant :
L'API REST v1 HackerOne (HTTP Basic Auth avec vos identifiants d'API) pour la rapidité et la fiabilité.
Session Web persistante (Playwright / Patchright) pour accéder aux rapports publics complets (Hacktivity PoCs, scopes et discussions) protégés par Cloudflare.
✅ Portabilité : Ce serveur MCP est 100% portable et fonctionne de manière identique sur Windows, Linux et macOS. Aucun chemin n'est codé en dur : tous les chemins sont résolus dynamiquement (
os.path.expanduser, variables d'environnement).
🐧 Installation rapide sous Linux
cd hackerone-mcp
chmod +x install.sh
./install.shLe script install.sh crée l'environnement virtuel, installe les dépendances et télécharge Chromium anti-détection.
Related MCP server: h1-brain
🛠️ Outils disponibles dans ce MCP
1. Outils API REST Officiels
h1_get_my_reports: Liste tous les rapports et vulnérabilités soumis par votre compte.h1_get_report_details: Affiche les détails complets d'un rapport spécifique par son identifiant.h1_submit_report: Soumet un nouveau rapport de vulnérabilité (handle du programme, titre, steps to reproduce, impact, sévérité).h1_get_earnings: Consultez vos gains totaux, balance actuelle et historique des payouts / bounties reçus.h1_get_hacktivity: Récupère le flux public des dernières vulnérabilités résolues.h1_get_program: Récupère le scope et les informations d'un programme officiel.
2. Outils Web Avancés (Session Persistante)
h1_web_read_disclosed_report: Lit l'intégralité d'un rapport public HackerOne (https://hackerone.com/reports/<id>), incluant les messages de triage, les PoCs détaillés et les primes accordées.h1_web_search_disclosed: Recherche des writeups et PoCs réels dans le Hacktivity avec vos mots-clés (ex:SSRF AWS,OAuth bypass,GraphQL).h1_web_view_program_policy: Affiche la politique complète et les tables de bounty d'un programme directement sur le web.
🚀 Installation & Configuration
Étape 1 : Créer l'environnement virtuel et installer les dépendances
Dans le dossier D:\Steph\File\Projet\MCP\hackerone-mcp :
python -m venv .venv
.\.venv\Scripts\activate
pip install -r requirements.txt
patchright install chromiumÉtape 2 : Configurer vos clés d'accès API
Rendez-vous sur votre compte HackerOne dans les paramètres d'API :
👉 https://hackerone.com/settings/api_token/editCréez un token d'API.
Remplissez le fichier
.env:
H1_USERNAME=votre_pseudo_hackerone
H1_API_TOKEN=votre_cle_api_genereeÉtape 3 : Initialiser la session Web (Playwright)
Pour permettre au MCP de lire les writeups protégés par Cloudflare et accéder à votre dashboard web :
python auth.pyUne fenêtre de navigateur s'ouvre.
Connectez-vous avec vos identifiants (Mot de passe / SSO Google / 2FA).
Une fois sur le dashboard, fermez la fenêtre.
Vos cookies de session sont sauvegardés dans
~/.hackerone-mcp/profile.
🔌 Intégration Claude Desktop / MCP Clients
Ajoutez cette configuration dans votre claude_desktop_config.json ou mcp_settings.json :
{
"mcpServers": {
"hackerone": {
"command": "D:\\Steph\\File\\Projet\\MCP\\hackerone-mcp\\.venv\\Scripts\\python.exe",
"args": [
"D:\\Steph\\File\\Projet\\MCP\\hackerone-mcp\\server.py"
],
"env": {
"H1_USERNAME": "votre_pseudo",
"H1_API_TOKEN": "votre_token"
}
}
}
}Sous Linux / macOS :
{
"mcpServers": {
"hackerone": {
"command": "/chemin/vers/hackerone-mcp/.venv/bin/python",
"args": [
"/chemin/vers/hackerone-mcp/server.py"
],
"env": {
"H1_USERNAME": "votre_pseudo",
"H1_API_TOKEN": "votre_token"
}
}
}
}🔒 Sécurité de vos identifiants
Vos identifiants (
H1_USERNAME/H1_API_TOKEN) ne sont jamais loggés, envoyés à un service tiers, ou inclus dans le code source. Ils sont utilisés uniquement en mémoire pour signer les requêtes HTTP Basic versapi.hackerone.com.Le fichier
.envest exclu du versioning via.gitignore.Le profil navigateur (
~/.hackerone-mcp/profile) contient vos cookies de session et reste local à votre machine.
⚠️ Portabilité : détails techniques
Fonctionnalité | Windows | Linux | macOS |
API REST ( | ✅ | ✅ | ✅ |
Session navigateur ( | ✅ | ✅ | ✅ |
Chemin du profil utilisateur |
|
|
|
Détection de Chrome système | ✅ | ✅ | ✅ |
Chromium Patchright embarqué | ✅ (auto-téléchargé) | ✅ (auto-téléchargé) | ✅ (auto-téléchargé) |
Sous Linux, si vous exécutez le navigateur en mode root ou dans un conteneur Docker, les flags --no-sandbox et --disable-dev-shm-usage sont déjà intégrés pour éviter les crashes de sandbox Chromium.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Programmatic control of the Hiro security platform: scans, tasks, plans, and approvals.
Browse Hacker News feeds, threads, and user profiles with full-text search.
Stealth scraping & search. Bypasses Cloudflare, DataDome & LinkedIn via Cyborg HITL approach.
Automate any website: discover, run and create browser scripts that work behind logins.
Related MCP Servers
- FlicenseAqualityDmaintenanceProvides 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 language.941-
- AlicenseNot gradedqualityCmaintenanceConnects AI assistants to HackerOne to pull bug bounty history, program scopes, and report details into a local SQLite database, exposing tools for searching, analyzing, and generating attack briefings using both personal and public disclosed reports.351MIT
- AlicenseNot gradedqualityCmaintenanceConnects AI assistants to HackerOne bug bounty history, program scopes, and public disclosed reports for searching, analyzing, and generating attack briefings.MIT
- FlicenseAqualityBmaintenanceA local, read-only MCP server that connects your HackerOne researcher account to Claude Desktop and Claude Code, helping you find targets, analyze program scopes, review reports and earnings, and draft bug reports.174-
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/Steph-ux/hackerone-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server