ADEO CTI MCP Server

by ADEOSec
Verified
{ "name": "adeo-cti-mcp", "version": "1.0.0", "description": "ADEO CTI MCP Server with VirusTotal integration", "type": "module", "main": "build/index.js", "scripts": { "build": "tsc", "start": "node build/index.js", "dev": "ts-node-esm src/index.ts", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": ["adeo", "cti", "mcp", "security", "virustotal"], "author": "", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^0.1.0", "axios": "^1.6.2", "zod": "^3.22.4", "zod-to-json-schema": "^3.22.1" }, "devDependencies": { "@types/node": "^20.10.0", "ts-node": "^10.9.1", "typescript": "^5.3.2" } }