Back to MCP Servers
Virustotal
MCP server for querying the VirusTotal API. This server provides tools for scanning URLs, analyzing file hashes, and retrieving IP address reports.
securityrustapi
By BurtTheCoder
Installation
npx -y mcp-virustotalConfiguration
{
"mcpServers": {
"mcp-virustotal": {
"command": "npx",
"args": ["-y", "mcp-virustotal"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes