{ "name": "nel-veil-mcp", "version": "0.2.1", "mcpName": "io.github.NELPROINC/nel-veil", "description": "Free passive security scanning for AI agents. Check any domain for email spoofing (DMARC/SPF/DKIM), TLS, security headers, exposed files, and subdomain takeover risk — using public information only, no intrusive probing.", "license": "MIT", "homepage": "https://www.nelprofessional.com/mcp", "repository": { "type": "git", "url": "git+https://github.com/NELPROINC/nel-veil-mcp.git" }, "bugs": { "url": "https://github.com/NELPROINC/nel-veil-mcp/issues" }, "author": "NEL Professional (https://www.nelprofessional.com)", "type": "module", "bin": { "nel-veil-mcp": "dist/index.js" }, "main": "dist/index.js", "files": [ "dist", "README.md", "server.json", "LICENSE" ], "engines": { "node": ">=18" }, "keywords": [ "mcp", "modelcontextprotocol", "mcp-server", "security", "security-scanner", "dmarc", "spf", "dkim", "email-spoofing", "tls", "ssl", "security-headers", "subdomain-takeover", "domain-security", "osint", "passive-scanning", "ai-agent" ], "scripts": { "build": "tsc", "prepublishOnly": "npm run build", "start": "node dist/index.js", "release": "node scripts/release.mjs", "release:check": "node scripts/release.mjs --dry-run" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.30.0", "zod": "^3.25.0" }, "devDependencies": { "@types/node": "^22", "typescript": "^5" } }