hayabusa-mcp-security-scanner

Pirate-Kitty/hayabusa-mcp-security-scanner
★ 0 stars Python Security Updated 3d ago
An MCP server that connects Claude to Hayabusa for EVTX threat detection, severity filtering, rule discovery, and structured security analysis.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "hayabusa-mcp-securit": {
      "command": "uvx",
      "args": [
        "hayabusa-mcp-security-scanner"
      ]
    }
  }
}

Or install with pip: pip install hayabusa-mcp-security-scanner