{ "name": "nowaikit", "mcpName": "io.github.aartiq/nowaikit", "version": "4.20.0", "description": "The most comprehensive ServiceNow AI toolkit, including a full ServiceNow MCP server: 500+ MCP tools plus 26 AI capabilities (scan, review, build, ops, docs) and a direct BYOK mode. Works with Claude, ChatGPT, Gemini, Cursor, GitHub Copilot and any LLM.", "main": "dist/server.js", "types": "dist/server.d.ts", "exports": { ".": { "types": "./dist/server.d.ts", "import": "./dist/server.js" }, "./embed": { "types": "./dist/embed.d.ts", "import": "./dist/embed.js" }, "./sdk": { "types": "./dist/sdk/index.d.ts", "import": "./dist/sdk/index.js" }, "./client": { "types": "./dist/servicenow/client.d.ts", "import": "./dist/servicenow/client.js" }, "./reports": { "types": "./dist/reports/index.d.ts", "import": "./dist/reports/index.js" } }, "bin": { "nowaikit": "dist/cli/index.js", "nowaikit-mcp": "dist/server.js" }, "type": "module", "files": [ "dist/", "desktop/serve.cjs", "desktop/renderer/dist/", "skills/", "instances.example.json", ".env.example" ], "engines": { "node": ">=20.0.0" }, "scripts": { "build": "tsc && node scripts/extract-tools.mjs", "dev": "tsx watch src/server.ts", "start": "node dist/server.js", "setup": "node dist/cli/index.js setup", "test": "vitest run", "test:watch": "vitest", "lint": "eslint src tests", "lint:fix": "eslint src tests --fix", "type-check": "tsc --noEmit" }, "keywords": [ "servicenow", "servicenow-mcp", "servicenow-mcp-server", "servicenow-ai", "servicenow-agent", "servicenow-automation", "servicenow-developer-tools", "servicenow-tools", "servicenow-claude", "servicenow-chatgpt", "servicenow-integration", "servicenow-api", "mcp", "mcp-server", "model-context-protocol", "nowaikit", "itsm", "itom", "hrsd", "csm", "secops", "grc", "cmdb", "now-assist", "atf", "flow-designer", "service-portal", "performance-analytics", "service-catalog", "app-studio", "scoped-app", "ai", "ai-agent", "llm", "autonomous-agent", "multi-agent", "claude", "anthropic", "openai", "gemini", "cursor", "copilot", "typescript", "automation", "agentic", "apex", "scan", "review", "code-review", "security-audit", "technical-debt", "direct-mode", "byok", "sdk", "servicenow-sdk" ], "author": "aartiq", "homepage": "https://nowaikit.com", "repository": { "type": "git", "url": "https://github.com/aartiq/servicenow-mcp.git" }, "bugs": { "url": "https://github.com/aartiq/servicenow-mcp/issues" }, "license": "Elastic-2.0", "overrides": { "minimatch": "^10.2.2", "fast-uri": "^3.1.5", "ip-address": "^10.5.0", "body-parser": "^2.3.0", "qs": "^6.15.3", "image-size": "^2.0.2", "hono": "^4.13.2", "@hono/node-server": "^1.19.15" }, "dependencies": { "@inquirer/prompts": "^8.5.2", "@modelcontextprotocol/sdk": "^1.30.0", "chalk": "^6.0.0", "commander": "^14.0.3", "dotenv": "^17.4.2", "ora": "^9.4.1", "pdfmake": "^0.3.11", "pptxgenjs": "^4.0.1", "zod": "^3.22.4" }, "devDependencies": { "@types/node": "^20.19.33", "@typescript-eslint/eslint-plugin": "^8.56.0", "@typescript-eslint/parser": "^8.56.0", "eslint": "^9.39.3", "globals": "^17.3.0", "tsx": "^4.7.0", "typescript": "^5.3.3", "vitest": "^4.0.18" }, "funding": { "type": "individual", "url": "https://nowaikit.com" } }