HuntX
OfficialHuntX
Personal MCP (Model Context Protocol) server giving Claude Code (or any MCP-compatible client) direct tool-access to security-testing primitives for bug bounty hunting: recon querying/triggering, HTTP request replay, IDOR/BOLA fuzzing, SQLi/XSS/SSTI/SSRF detection, JWT/OAuth testing, secrets scanning, misconfiguration/exposure checks, and persistent hunt memory with confidence-scored findings across sessions.
Every finding gets a confidence level (confirmed/likely/
needs_review) and nothing auto-escalates without explicit human
review — see AGENTS.md for the full design principles.
Requirements
Python 3.12+
Optional external tools
Most adapters work standalone. A few shell out to external CLI tools — install these only if you need the corresponding adapter:
Adapter | Needs |
|
|
|
|
| reconFTW installed — |
Setup
uv sync
uv run huntxThen add HuntX as an MCP server in your Claude Code config, pointing at
this project's huntx entrypoint.
Configuration (environment variables)
Variable | Default | Purpose |
|
| SQLite database for request history and findings |
| public interactsh pool ( | Interactsh server for |
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/IAZENT/HuntX'
If you have feedback or need assistance with the MCP directory API, please join our Discord server