Serversio.github.jschuller/mcp-server-servicenow
S

ServiceNow MCP Server

io.github.jschuller/mcp-server-servicenow · v0.5.1
▦ pypi
v0.5.1pypi pypi: mcp-server-servicenow↗ Repository
{}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.jschuller/mcp-server-servicenow",
  "description": "19 tools + 5 resources for ServiceNow: CMDB, update sets, tables. OAuth 2.1, Tokyo+.",
  "title": "ServiceNow MCP Server",
  "repository": {
    "url": "https://github.com/jschuller/mcp-server-servicenow",
    "source": "github"
  },
  "version": "0.5.1",
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "mcp-server-servicenow",
      "version": "0.5.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "ServiceNow instance URL",
          "isRequired": true,
          "format": "string",
          "name": "SERVICENOW_INSTANCE_URL"
        },
        {
          "description": "Auth type: basic, oauth, or api_key",
          "isRequired": true,
          "format": "string",
          "name": "SERVICENOW_AUTH_TYPE"
        },
        {
          "description": "Username for basic or OAuth auth",
          "format": "string",
          "name": "SERVICENOW_USERNAME"
        },
        {
          "description": "Password for basic or OAuth auth",
          "format": "string",
          "isSecret": true,
          "name": "SERVICENOW_PASSWORD"
        },
        {
          "description": "OAuth client ID",
          "format": "string",
          "name": "SERVICENOW_CLIENT_ID"
        },
        {
          "description": "OAuth client secret",
          "format": "string",
          "isSecret": true,
          "name": "SERVICENOW_CLIENT_SECRET"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}