Google PageRank for AI agents. 25,000+ tools indexed.

VirusTotal MCP Server by BurtTheCoder

#1880 of 5463 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

You have 4 open vs 0 closed issues — triaging stale issues improves health

Platforms medium impact

Only 1 platform listed — publishing to more platforms improves your score

Badge

AgentRank score for VirusTotal MCP Server by BurtTheCoder
[![AgentRank](https://agentrank-ai.com/api/badge/skill/glama-BurtTheCoder--mcp-virustotal)](https://agentrank-ai.com/skill/glama-BurtTheCoder--mcp-virustotal/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge)
<a href="https://agentrank-ai.com/skill/glama-BurtTheCoder--mcp-virustotal/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge"><img src="https://agentrank-ai.com/api/badge/skill/glama-BurtTheCoder--mcp-virustotal" alt="AgentRank"></a>

Supported Platforms

MCP

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 →