Serversio.github.nickzitzer/servicenow-nodejs
N

io.github.nickzitzer/servicenow-nodejs

io.github.nickzitzer/servicenow-nodejs · v2.1.1
▦ npm
v2.1.1npm npm: servicenow-mcp-server↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
  "name": "io.github.nickzitzer/servicenow-nodejs",
  "description": "Multi-instance ServiceNow MCP server with 40+ tools and intelligent schema discovery",
  "repository": {
    "url": "https://github.com/Happy-Technologies-LLC/mcp-servicenow-nodejs",
    "source": "github"
  },
  "version": "2.1.1",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "servicenow-mcp-server",
      "version": "2.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "ServiceNow instance URL (e.g., https://dev123456.service-now.com)",
          "isRequired": true,
          "format": "string",
          "name": "SERVICENOW_INSTANCE_URL"
        },
        {
          "description": "ServiceNow username",
          "isRequired": true,
          "format": "string",
          "name": "SERVICENOW_USERNAME"
        },
        {
          "description": "ServiceNow password",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "SERVICENOW_PASSWORD"
        },
        {
          "description": "Authentication type (default: basic)",
          "format": "string",
          "name": "SERVICENOW_AUTH_TYPE"
        },
        {
          "description": "Specific instance name from config file (optional)",
          "format": "string",
          "name": "SERVICENOW_INSTANCE"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}