Back to Home
Hacker0x01 icon

hackerone-graphql-mcp-server

Verified Safe

by Hacker0x01

Overview

Provides a Model Context Protocol (MCP) interface to HackerOne's GraphQL API, allowing AI agents or tools to interact with HackerOne data.

Installation

Run Command
docker run -i --rm -e ENDPOINT="https://hackerone.com/graphql" -e TOKEN="<your_base64_encoded_token>" -e MUTATION_MODE="none" hackertwo/hackerone-graphql-mcp-server:1.0.6

Environment Variables

  • ENDPOINT
  • TOKEN
  • MUTATION_MODE
  • DISABLE_TYPE_DESCRIPTION
  • DISABLE_SCHEMA_DESCRIPTION

Security Notes

The server itself is a thin wrapper over Apollo MCP Server, configured to connect to HackerOne's GraphQL API. It relies on environment variables for sensitive data like `TOKEN` (a base64 encoded API key), which is good practice for Dockerized applications. The `scripts/generate_token.sh` handles API key input securely by suppressing echo. The `MUTATION_MODE` variable allows control over write operations, defaulting to 'none' for safety. Setting `MUTATION_MODE` to 'all' or 'explicit' introduces the risk of performing sensitive operations on HackerOne, which is a user-configurable risk rather than an inherent vulnerability in the server's design. No 'eval', obfuscation, or hardcoded secrets were found.

Similar Servers

Stats

Interest Score38
Security Score8
Cost ClassLow
Avg Tokens50
Stars12
Forks2
Last Update2025-12-03

Tags

GraphQLHackerOneMCPDockerAPI ClientAI Integration