BurtTheCoder/mcp-virustotal
MCP server for querying the VirusTotal API. This server provides tools for scanning URLs, analyzing file hashes, and retrieving IP address reports.
Quick Start
Clone the repository:
git clone https://github.com/BurtTheCoder/mcp-virustotalClaude Desktop configuration example:
{
"mcpServers": {
"mcp-virustotal": {
"command": "npx",
"args": [
"-y",
"BurtTheCoder/mcp-virustotal"
]
}
}
}Check the repository README for specific installation and configuration instructions.