End-to-end bug bounty recon skill for Claude Code — passive OSINT first, active scanning via VPN, platform-ready reports. Requires osint-mcp-server + pentest-mcp.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"bounty-recon-pro": {
"command": "npx",
"args": [
"-y",
"synicalkid/bounty-recon-pro"
]
}
}
}
Run in terminal:
claude mcp add bounty-recon-pro npx -y synicalkid/bounty-recon-pro
Add to .cursor/mcp.json:
{
"mcpServers": {
"bounty-recon-pro": {
"command": "npx",
"args": [
"-y",
"synicalkid/bounty-recon-pro"
]
}
}
}