{ "name": "@oksigenia/checker-mcp", "version": "0.1.1", "mcpName": "com.oksigenia/checker-mcp", "description": "MCP server exposing a domain security & privacy checker (SSL/TLS, email auth, DNS, web headers). Local-first, zero telemetry.", "license": "GPL-3.0-or-later", "author": "Oksigenia SL ", "homepage": "https://github.com/OksigeniaSL/checker-mcp#readme", "repository": { "type": "git", "url": "git+https://github.com/OksigeniaSL/checker-mcp.git" }, "bugs": { "url": "https://github.com/OksigeniaSL/checker-mcp/issues" }, "keywords": [ "mcp", "model-context-protocol", "dns", "domain-security", "dmarc", "spf", "dkim", "dnssec", "tls", "privacy", "security", "self-hosted", "local-first" ], "type": "module", "bin": { "oksigenia-checker-mcp": "dist/index.js" }, "exports": { ".": { "types": "./dist/engine.d.ts", "import": "./dist/engine.js" } }, "files": [ "dist" ], "engines": { "node": ">=18.18" }, "publishConfig": { "access": "public" }, "scripts": { "build": "tsup", "dev": "tsup --watch", "start": "node dist/index.js", "typecheck": "tsc --noEmit", "test": "vitest run", "test:watch": "vitest", "smoke": "node test/smoke.mjs", "prepublishOnly": "npm run build", "changeset": "changeset", "version": "changeset version", "release": "npm run build && changeset publish" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0", "zod": "^3.23.8" }, "devDependencies": { "@changesets/cli": "^2.27.10", "@types/node": "^22.10.0", "tsup": "^8.3.5", "typescript": "^5.7.2", "vitest": "^2.1.8" } }