MCP server for AI-powered smart contract security analysis. USDC/scan via x402 on Base. Trained on 27,681 real Sherlock/Code4rena findings.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"bug-bounty-intellige": {
"command": "npx",
"args": [
"-y",
"holistis/bug-bounty-intelligence-mcp"
]
}
}
}
Run in terminal:
claude mcp add bug-bounty-intellige npx -y holistis/bug-bounty-intelligence-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"bug-bounty-intellige": {
"command": "npx",
"args": [
"-y",
"holistis/bug-bounty-intelligence-mcp"
]
}
}
}