NowAIKit — ServiceNow AI Toolkit✓
io.github.aartiq/nowaikit · v3.1.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.aartiq/nowaikit",
"description": "400+ ServiceNow MCP tools + 26 AI capabilities + fluent query, batch API, BYOK mode.",
"title": "NowAIKit — ServiceNow AI Toolkit",
"repository": {
"url": "https://github.com/aartiq/nowaikit",
"source": "github"
},
"version": "3.1.0",
"websiteUrl": "https://github.com/aartiq/nowaikit",
"packages": [
{
"registryType": "npm",
"identifier": "nowaikit",
"version": "3.1.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your ServiceNow instance URL (e.g. https://yourinstance.service-now.com)",
"name": "SERVICENOW_INSTANCE_URL"
},
{
"description": "Authentication method: 'basic' or 'oauth'",
"name": "SERVICENOW_AUTH_METHOD"
},
{
"description": "ServiceNow username (for basic auth)",
"name": "SERVICENOW_BASIC_USERNAME"
},
{
"description": "ServiceNow password (for basic auth)",
"name": "SERVICENOW_BASIC_PASSWORD"
},
{
"description": "Enable write operations (true/false, default: false)",
"name": "WRITE_ENABLED"
},
{
"description": "Enable scripting operations (true/false, default: false)",
"name": "SCRIPTING_ENABLED"
},
{
"description": "Enable CMDB write operations (true/false, default: false)",
"name": "CMDB_WRITE_ENABLED"
},
{
"description": "Enable Now Assist AI features (true/false, default: false)",
"name": "NOW_ASSIST_ENABLED"
},
{
"description": "Enable ATF test execution (true/false, default: false)",
"name": "ATF_ENABLED"
},
{
"description": "Role-based tool package: full, service_desk, platform_developer, etc.",
"name": "MCP_TOOL_PACKAGE"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}