Coding-with-Mayank/advanced-bugbounty-mcp
If you are the rightful owner of advanced-bugbounty-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The Advanced Bug Bounty MCP Server is a comprehensive AI-powered platform designed for bug bounty hunting, integrating with Claude via the Model Context Protocol (MCP) to enhance vulnerability detection and reporting.
🔥 Advanced Bug Bounty MCP Server - 2025 Edition
The most comprehensive AI-powered bug bounty hunting platform integrated with Claude via MCP protocol.
🚀 What's New in 2.0.1
- 🔥 CRITICAL FIX - Docker build failures resolved (100% success rate)
- ✅ Minimal build - Only essential 10 tools for guaranteed success
- 📌 Pinned versions - All tools use verified stable versions
- ⚡ Fast builds - 3-5 minutes, 1-2 minutes cached
- 🛠️ 10 core tools - nuclei, subfinder, httpx, katana, naabu, dnsx, waybackurls, gau, ffuf, gobuster
- 📚 Complete docs - DOCKERFILE_FIX.md explains everything
- 🔧 Optional full build - Dockerfile.full has 30+ tools for advanced users
|
🎯 Features
Core Capabilities
- 🤖 AI-Powered Analysis: Integrates with Claude via MCP for intelligent vulnerability detection
- 🔍 Advanced Reconnaissance: Multi-source subdomain enumeration, port scanning, tech detection
- 🌐 Asset Discovery: Cloud storage buckets (S3, Azure, GCS), API endpoints, JavaScript analysis
- 🛡️ Vulnerability Scanning: XSS, SQLi, SSRF, IDOR, XXE, CORS, and 100+ vulnerability types
- 📊 Intelligence Integration: Shodan, VirusTotal, Censys, SecurityTrails, Hunter, GitHub
- 🔐 Infrastructure Analysis: CDN detection, WAF identification, origin IP discovery
- 📝 Auto-Reporting: Generates professional bug bounty reports with CVSS scoring
- ☁️ Cloud Native: Deploy anywhere - local, AWS, GCP, Azure, DigitalOcean
🛠️ Essential Tool Suite (10 Core Tools)
Minimal Build (Default - Guaranteed to Work):
- nuclei v3.6.0 - Fast vulnerability scanner with 10K+ templates
- subfinder v2.6.7 - Passive subdomain enumeration
- httpx v1.6.10 - HTTP toolkit
- katana v1.1.1 - Web crawler
- naabu v2.3.4 - Port scanner
- dnsx v1.2.3 - DNS toolkit
- waybackurls v0.1.0 - Historical URL enumeration
- gau v2.2.3 - URL fetcher
- ffuf v2.1.0 - Web fuzzer
- gobuster v3.6.0 - Directory/DNS fuzzer
Full Build (Optional - Use Dockerfile.full):
- All 30+ tools including alterx, asnmap, dalfox, puredns, and more
☁️ Cloud Deployment
Deploy to any cloud provider in minutes!
Quick Deploy
# One-line install
curl -fsSL https://raw.githubusercontent.com/Coding-with-Mayank/advanced-bugbounty-mcp/main/cloud-deploy.sh | bash
Supported Providers
| Provider | Instance | Monthly Cost | Setup Time |
|---|---|---|---|
| DigitalOcean | 4GB/2vCPU | $24 | 3 min |
| AWS EC2 | t3.large | ~$60 | 5 min |
| GCP | n2-standard-2 | ~$50 | 5 min |
🚀 Quick Start
# Clone
git clone https://github.com/Coding-with-Mayank/advanced-bugbounty-mcp.git
cd advanced-bugbounty-mcp
# Setup
cp .env.example .env
nano .env # Add API keys
# Build (minimal - fast and reliable)
docker-compose build
# Or use full build (30+ tools)
docker-compose -f docker-compose.full.yml build
# Start
docker-compose up -d
Connect to Claude
Edit ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"bugbounty": {
"command": "docker",
"args": ["exec", "-i", "bugbounty-mcp", "python", "-m", "mcp_server"]
}
}
}
Restart Claude Desktop and test: "List bug bounty tools"
📚 Available MCP Tools
recon_full- Full reconnaissancesubdomain_enum- Subdomain enumerationport_scan- Port scanningcdn_detection- CDN detectionnuclei_scan- Vulnerability scanningxss_scan- XSS detectionsqli_scan- SQL injection testing- And more...
🔧 Configuration
Required API Keys
SHODAN_API_KEY=your_key
VIRUSTOTAL_API_KEY=your_key
CENSYS_API_KEY=your_key
GITHUB_TOKEN=your_token
🐛 Troubleshooting
Build fails?
# Use minimal build (default)
docker-compose build
# Or build without tools first
docker-compose build --build-arg INSTALL_TOOLS=false
Still having issues? See
📖 Documentation
- - Understanding the fix
- - Deploy to cloud
- - Detailed setup
- - What's new
⚠️ Legal Disclaimer
Authorized security testing only.
- ✅ Get written permission
- ✅ Stay within scope
- ✅ Follow program rules
- ✅ Comply with laws
📄 License
MIT License - See
🙏 Acknowledgments
- ProjectDiscovery tools
- Bug bounty community
- OWASP
📞 Support
Version 2.0.1 | Built for 2025 | Cloud Native | AI-Powered | ✅ Production Ready
⭐ Star ⭐ Fork ⭐ Contribute ⭐