security
VirusTotal MCP
51
BurtTheCoder
Malware detection, file and URL analysis, IP and domain reputation checks, and threat relationship mapping via the VirusTotal API.
1090/wk4.0K tokens(2%)1mo ago
Network
virustotalmalwarethreat-intelligencefile-analysissecurity
Quick Setup
Paste in ~/.claude.json
json
{
"mcpServers": {
"virustotal-mcp": {
"command": "npx",
"args": [
"-y",
"@burtthecoder/mcp-virustotal"
],
"env": {
"VIRUSTOTAL_API_KEY": "YOUR_VIRUSTOTAL_API_KEY"
}
}
}
}