{ "name": "s2-netbox-mcp", "version": "0.4.0", "description": "MCP server exposing LenelS2 S2 NetBox NBAPI operations (persons/credentials, access levels, portals/readers, time specs, holidays, portal/reader groups, threat levels, events/activity, partitions/UDF lists) as MCP tools usable from any MCP-compatible client (Claude, Gemini/Antigravity, etc.); read-only by default, with write tools gated behind NETBOX_ENABLE_WRITES/NETBOX_ENABLE_DESTRUCTIVE.", "mcpName": "io.github.J-MaFf/s2-netbox-mcp", "type": "module", "private": false, "license": "MIT", "main": "dist/index.js", "bin": { "s2-netbox-mcp": "dist/index.js" }, "files": [ "dist", "README.md", "LICENSE", "CHANGELOG.md" ], "repository": { "type": "git", "url": "git+https://github.com/J-MaFf/s2-netbox-mcp.git" }, "bugs": { "url": "https://github.com/J-MaFf/s2-netbox-mcp/issues" }, "homepage": "https://github.com/J-MaFf/s2-netbox-mcp#readme", "keywords": [ "mcp", "mcp-server", "model-context-protocol", "lenels2", "s2-netbox", "netbox", "nbapi", "physical-security", "access-control", "security-automation" ], "scripts": { "build": "tsc -p tsconfig.json", "start": "node dist/index.js", "test": "vitest run", "test:live": "tsx scripts/live-check.ts", "typecheck": "tsc -p tsconfig.json --noEmit", "test:live:write": "tsx scripts/live-check-write.ts", "test:live:write:daily": "tsx scripts/live-check-write-daily.ts" }, "engines": { "node": ">=18.17" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0", "dotenv": "^16.4.5", "fast-xml-parser": "^5.11.1", "undici": "^6.21.0", "zod": "^3.23.8" }, "devDependencies": { "@types/node": "^22.10.0", "tsx": "^4.19.2", "typescript": "^5.6.3", "vitest": "^5.0.0" } }