{ "name": "eleion-scanner-mcp", "mcpName": "io.github.hernaninverso/eleion-scanner-mcp", "version": "0.1.1", "description": "MCP server for the Eleion security scanner: register and verify your domains, queue security scans, and read the findings — for AI agents.", "type": "module", "bin": { "eleion-scanner-mcp": "dist/index.js" }, "files": ["dist", "README.md"], "scripts": { "build": "tsc", "prepublishOnly": "npm run build" }, "keywords": ["mcp", "model-context-protocol", "security", "scanner", "vulnerability", "nuclei", "cve", "appsec", "devsecops", "ai-security"], "license": "MIT", "author": "eleata", "homepage": "https://eleion.io", "repository": { "type": "git", "url": "https://github.com/hernaninverso/eleion-scanner-mcp.git" }, "engines": { "node": ">=18" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0" }, "devDependencies": { "typescript": "^5.6.0", "@types/node": "^22.0.0" } }