This MCP server allows users to query the VirusTotal API for comprehensive security analysis, including URL, file, IP, and domain reports with automatic relationship data fetching.
From the registry: MCP server for querying VirusTotal API with comprehensive security analysis tools.
Please install the `virustotal` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **VirusTotal API Key** — Free API key from virustotal.com (https://www.virustotal.com/gui/my-apikey)
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","@burtthecoder/mcp-virustotal"]
- required environment variables:
- `VIRUSTOTAL_API_KEY`: VirusTotal API key (example: `<your-virustotal-api-key>`)
Note: VirusTotal API integration. Tools: get_url_report, get_file_report, get_ip_report, get_domain_report, and relationship tools for each type. HTTP streaming transport also available via MCP_TRANSPORT=httpStream.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.VIRUSTOTAL_API_KEYrequiredYour VirusTotal API keyAI-powered threat hunting and incident response MCP server for Elasticsearch/OpenSearch