MCP Server
Active
Bug Bounty Intelligence MCP Server
io.github.holistis/bug-bounty-intelligence-mcp
What is the Bug Bounty Intelligence MCP server?
AI security scanner for Solidity + free CC0 dataset of Sherlock audit-competition acceptance rates.
How to install Bug Bounty Intelligence
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"bug-bounty-intelligence-mcp": {
"url": "https://wazir-x402.duckdns.org/api/bug-intel"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"bug-bounty-intelligence-mcp": {
"serverUrl": "https://wazir-x402.duckdns.org/api/bug-intel"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"bug-bounty-intelligence-mcp": {
"type": "http",
"url": "https://wazir-x402.duckdns.org/api/bug-intel"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"bug-bounty-intelligence-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://wazir-x402.duckdns.org/api/bug-intel"
]
}
}
}Claude Code
claude mcp add --transport http bug-bounty-intelligence-mcp https://wazir-x402.duckdns.org/api/bug-intelRelated MCP servers
Search 1,032 verified smart contract vulnerability findings from Sherlock audits by pattern.
1
View repository →JavaScript