Skip to main content
Glama
iamaether

hackerone-mcp

by iamaether

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
H1_USERNAMEYesYour HackerOne username
H1_API_TOKENYesYour HackerOne API token
H1_CACHE_DIRNoOptional directory for disk cache
H1_CACHE_TTLNoCache TTL in seconds (default 3600)3600

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_programsA

List all HackerOne programs your account can access.

The full list is large; pass compact=true to get just handle/name/offers_bounties/submission_state/state per program, which stays well under the response size limit. For just totals, use count_programs instead.

count_programsA

Count programs without listing them: total, bounty programs, VDPs (offers_bounties=false), and a breakdown by submission_state. One cheap API call, tiny response — use this for 'how many ...' questions.

get_programA

Get full policy/details for a program by its handle.

get_program_scopesC

Get structured scopes for a program, summarized in/out of scope.

get_program_weaknessesA

List the weaknesses (CWE types) a program tracks: name, external_id (e.g. CWE-79), and description.

filter_programsB

List programs matching filters, compactly. Examples: all VDPs (offers_bounties=false), all bounty programs (offers_bounties=true), only open programs (submission_state="open"), your bookmarked programs (bookmarked=true). Omitted filters are not applied.

list_my_reportsA

List your own submitted reports (compact: id, title, state, dates). Use get_report(id) for the full detail of one report.

search_disclosed_reportsA

Search HackerOne's PUBLIC disclosed reports (hacktivity). Filters: free-text query; severity (critical/high/medium/low); cwe (vuln-class name, e.g. "Cross-site Scripting (XSS)"); cve (e.g. CVE-2024-1234); program (a team handle, e.g. "curl"). sort is "relevance" or "recent" (default: relevance when a free-text query is given, else recent). since/until bound results by disclosable-activity date as YYYY-MM-DD. Use size/from_ to page. Returns {total_count, results[...]}.

list_cwe_typesB

List valid CWE/weakness names usable as the cwe filter in search_disclosed_reports.

search_directoryA

Search HackerOne's public program directory by name/handle term. Returns up to 10 matches (name, handle).

search_scopesA

Search assets across your programs by keyword and optional asset_type.

Scans every program you can access, which on a cold cache means one API call per program and can be slow/rate-limited. Pass limit (e.g. 50) to scan only the first N programs for a quick result.

rank_programsA

Rank your programs by attractiveness (bounties, scope breadth, severity).

Scans every program you can access, which on a cold cache means one API call per program and can be slow/rate-limited. Pass limit (e.g. 50) to rank only the first N programs for a quick result.

get_balanceA

Read your current HackerOne balance.

list_earningsB

List your HackerOne earnings.

get_reportB

Read a specific report by its id.

draft_reportC

Format a HackerOne-style report in markdown for you to submit yourself.

raw_getA

Authenticated read-only GET against any HackerOne v1 path, for reads not covered by a dedicated tool. Pass a RELATIVE path (no host).

Known read endpoints: hackers/programs hackers/programs/{handle} hackers/programs/{handle}/structured_scopes hackers/programs/{handle}/weaknesses hackers/me/reports hackers/reports/{id} hackers/payments/balance hackers/payments/earnings

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/iamaether/hackerone-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server