AgentHubAgentHub

virustotal

MCP ServerMCP Registry官方收录

io.github.BurtTheCoder/virustotal · v1.0.17

MCP server for querying VirusTotal API with comprehensive security analysis tools.

概览

virustotal 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "virustotal": {
      "command": "npx",
      "args": [
        "-y",
        "@burtthecoder/mcp-virustotal"
      ],
      "env": {
        "VIRUSTOTAL_API_KEY": "<VIRUSTOTAL_API_KEY>"
      }
    }
  }
}

环境变量

VIRUSTOTAL_API_KEY必填secret

Your VirusTotal API key

相关资源

统一 Manifest

{
  "id": "io.github.BurtTheCoder/virustotal",
  "type": "mcp-server",
  "version": "1.0.17",
  "displayName": "virustotal",
  "description": "MCP server for querying VirusTotal API with comprehensive security analysis tools.",
  "repository": {
    "url": "https://github.com/BurtTheCoder/mcp-virustotal",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "@burtthecoder/mcp-virustotal",
        "version": "1.0.17",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "VIRUSTOTAL_API_KEY",
            "description": "Your VirusTotal API key",
            "isRequired": true,
            "isSecret": true
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.BurtTheCoder/virustotal",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.BurtTheCoder%2Fvirustotal/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
virustotal — MCP Server 安装与配置 · AgentHub