Bug Bounty Intelligence MCP Server

Smart contract security scanner trained on 27,681 real audit findings. $5 USDC on Base.

Local serverstdio

What is the Bug Bounty Intelligence MCP server?

Smart contract security scanner trained on 27,681 real audit findings. $5 USDC on Base. That is what the bug bounty intelligence mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.

The short version

AI-powered smart contract security analysis for AI agents and developers.

  1. Code reading (literal, not docs) 2. Reachability chain (entry to exploit) 3. Threat model (who can trigger it) 4. Invariant breach (what rule is violated) 5. Protocol intent (was this intended?) 6. Impact (real financial damage) 7. Formal proof (reproducible PoC)

The tools it exposes

The server publishes 3 tools. What each one is for:

  • scan_contract — Submit repo for security analysis
  • get_scan_report — Poll status and get report URL
  • list_vulnerability_patterns — Show acceptance rates from exact-reconciled Sherlock contests

Getting it running

The server ships on npm as bug-bounty-intelligence-mcp, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.

How it compares

Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Bug Bounty Intelligence's toolset — scan_contract, get_scan_report, list_vulnerability_patterns — is a fair guide to whether it matches your workflow. It is maintained by holistis; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Bug Bounty Intelligence's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Things to watch

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
scan_contractSubmit repo for security analysis
get_scan_reportPoll status and get report URL
list_vulnerability_patternsShow acceptance rates from exact-reconciled Sherlock contests

How to install the Bug Bounty Intelligence MCP server

{
  "mcpServers": {
    "bug-bounty-intelligence": {
      "command": "npx",
      "args": ["-y", "bug-bounty-intelligence-mcp@latest"]
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use Bug Bounty Intelligence to scan contract.
  • Use Bug Bounty Intelligence to get scan report.
  • Use Bug Bounty Intelligence to list vulnerability patterns.

Frequently asked questions

It connects Bug Bounty Intelligence to MCP-compatible AI assistants such as Claude and Cursor, exposing 3 tools (scan_contract, get_scan_report, list_vulnerability_patterns) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Bug Bounty Intelligence directly.