VirusTotal MCP Server

{ "name": "@burtthecoder/mcp-virustotal", "version": "1.0.10", "description": "MCP server for VirusTotal API integration", "type": "module", "main": "build/index.js", "bin": { "mcp-virustotal": "build/index.js" }, "files": [ "build", "README.md", "LICENSE" ], "scripts": { "build": "tsc && chmod +x build/index.js", "start": "node build/index.js", "dev": "tsc -w", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "virustotal", "security" ], "author": "BurtTheCoder", "license": "MIT", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/BurtTheCoder/mcp-virustotal.git" }, "dependencies": { "@modelcontextprotocol/sdk": "1.0.3", "axios": "^1.4.0", "dotenv": "^16.4.5", "zod": "^3.22.2", "zod-to-json-schema": "^3.23.5" }, "devDependencies": { "@types/node": "^20.11.24", "typescript": "^5.3.3" } }