An MCP (Model Context Protocol) server that gives Claude Code access to a comprehensive bug bounty hunting knowledge base.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"rs0n-bug-bounty-mcp-": {
"command": "npx",
"args": [
"-y",
"R-s0n/rs0n-bug-bounty-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add rs0n-bug-bounty-mcp- npx -y R-s0n/rs0n-bug-bounty-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"rs0n-bug-bounty-mcp-": {
"command": "npx",
"args": [
"-y",
"R-s0n/rs0n-bug-bounty-mcp-server"
]
}
}
}