Serversio.github.BurtTheCoder/virustotal
V

io.github.BurtTheCoder/virustotal

io.github.BurtTheCoder/virustotal · v1.0.17
▦ npm
v1.0.17npm npm: @burtthecoder/mcp-virustotal↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.BurtTheCoder/virustotal",
  "description": "MCP server for querying VirusTotal API with comprehensive security analysis tools.",
  "repository": {
    "url": "https://github.com/BurtTheCoder/mcp-virustotal",
    "source": "github"
  },
  "version": "1.0.17",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@burtthecoder/mcp-virustotal",
      "version": "1.0.17",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your VirusTotal API key",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "VIRUSTOTAL_API_KEY"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}