Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
VirusTotal MCP Server
Claim
by
BurtTheCoder
npm
GitHub
Security
TypeScript
MIT License
44
17
Apple
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
mcp-virustotal
.github
src
Dockerfile
.env.example
.gitignore
LICENSE
.npmignore
package.json
package-lock.json
README.md
smithery.yaml
tsconfig.json
{ "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" } }