Skip to content
OSINT Tradecraft
OSINT Tradecraft
Investigation skills · Vol. 8
← MCP catalog#034 · Digital Forensics

VirusTotal MCP

file/URL/IP/domain reputation + relationship graphs

Direct VT submission and relationship graph traversal. Covers files (hash + content), URLs, IP addresses, and domains with 70+ vendor verdicts and infrastructure relationship mapping.

Cost
Free tier · paid upgrade available
API key
Required
Slug
virustotal-mcp
MCP.md
---
name: virustotal-mcp
category: digital-forensics
cost: freemium
api_key_required: yes
repo: https://github.com/BurtTheCoder/mcp-virustotal
paired_skills: ["malware-triage-static", "malware-triage-dynamic", "virustotal-pivoting"]
capabilities: ["threat-intel", "reputation-lookup", "malware-triage"]
---

# VirusTotal MCP — file/URL/IP/domain reputation + relationship graphs

Direct VT submission and relationship graph traversal. Covers files (hash + content), URLs, IP addresses, and domains with 70+ vendor verdicts and infrastructure relationship mapping.

## Install

```
uvx mcp-virustotal
```

## Configuration

```json
{
  "mcpServers": {
    "virustotal": {
      "command": "uvx",
      "args": ["mcp-virustotal"],
      "env": {
        "VT_API_KEY": "YOUR_VT_KEY_HERE"
      }
    }
  }
}
```

Get a free API key at virustotal.com.

## What it adds

Claude submits IOCs to VirusTotal and traverses the relationship graph — which campaigns share this infrastructure, what other domains this IP has hosted, what files dropped this hash, what URLs resolve to this domain. The relationship graph is VirusTotal's most powerful investigative feature and this MCP makes it accessible mid-conversation.

## Pairs with skills

- 085 `malware-triage-static`
- 086 `malware-triage-dynamic`
- 432 `virustotal-pivoting`

## Cost

Free VirusTotal API key. Rate limit: 4 requests/minute on free tier — sufficient for investigation-scale work, not bulk scanning.
Pairs with skills
  • #085malware-triage-static
  • #086malware-triage-dynamic
  • #432virustotal-pivoting

This MCP gives your agent the tools to execute the workflow described by these skills — instead of just describing it.

Bundled in the Toolkit

This MCP is one of 36 pre-configured servers in the Investigator's MCP Toolkit. One-command installer, $149 one-time.

Pricing
Back to MCP catalog
VirusTotal MCP — file/URL/IP/domain reputation + relationship graphs — MCP server · OSINT Tradecraft