VirusTotal MCP Server by BurtTheCoder
40 score
A MCP server for querying the VirusTotal API. This server provides tools for scanning URLs, analyzing file hashes, and retrieving IP address reports.
Ranked #1880 out of 5463 indexed tools.
Is this your tool? Claim this listing to add maintainer context, get a verified badge, and unlock analytics.
Claim listing → Signal Breakdown
Installs 1.6k
Freshness 28d ago
Issue Health 0%
Stars 114
Platform Breadth 1 platform
Contributors 4
Description Good
How to Improve
Issue Health high impact
Platforms medium impact
Supported Platforms
From the README
# VirusTotal MCP Server A Model Context Protocol (MCP) server for querying the [VirusTotal API](https://www.virustotal.com/). This server provides comprehensive security analysis tools with automatic relationship data fetching. It integrates seamlessly with MCP-compatible applications like [Claude Desktop](https://claude.ai). ## Quick Start (Recommended) ### Claude Code ```bash claude mcp add --transport stdio --env VIRUSTOTAL_API_KEY=your-key virustotal -- npx -y @burtthecoder/mcp-virustotal ``` ### Codex CLI ```bash codex mcp add virustotal --env VIRUSTOTAL_API_KEY=your-key -- npx -y @burtthecoder/mcp-virustotal ``` ### Gemini CLI ```bash gemini mcp add -e VIRUSTOTAL_API_KEY=your-key virustotal npx -y @burtthecoder/mcp-virustotal ``` ### Installing via Smithery To install VirusTotal Server for Claude Desktop automatically via [Smithery](https://smithery.ai/server/@burtthecoder/mcp-virustotal): ```bash npx -y @smithery/cli install @burtthecoder/mcp-virustotal --client claude `Read full README on GitHub →