acunetix-mcp-server

McxM123/acunetix-mcp-server
★ 1 stars Python Security Updated 2d ago
MCP server for Acunetix/Invicti Web Vulnerability Scanner — lets LLM operate targets, scans, vulnerabilities, reports via GraphQL+REST dual-channel (14 tools)
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": {
    "acunetix-mcp-server": {
      "command": "uvx",
      "args": [
        "acunetix-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install acunetix-mcp-server