73
/ 100
1 month ago
glama

ServiceNow MCP Server

Enables AI assistants to interact with ServiceNow instances for data retrieval, record management, and workflow execution via the ServiceNow API.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 3 credentials: SERVICENOW_PASSWORD, SERVICENOW_CLIENT_SECRET, SERVICENOW_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configSERVICENOW_INSTANCE_URL"": "https://your-instance.service-now.com",
configSERVICENOW_USERNAMEyour-username
🔐 secretSERVICENOW_PASSWORDyour-password
configSERVICENOW_DEBUG
configSERVICENOW_TIMEOUT
configSERVICENOW_AUTH_TYPEbasic # or oauth, api_key
configSERVICENOW_CLIENT_IDyour-client-id
🔐 secretSERVICENOW_CLIENT_SECRETyour-client-secret
configSERVICENOW_TOKEN_URL
🔐 secretSERVICENOW_API_KEYyour-api-key
configSERVICENOW_API_KEY_HEADER
configSCRIPT_EXECUTION_API_RESOURCE_PATH
configTOOL_PACKAGE_CONFIG_PATH
configMCP_TOOL_PACKAGE1. Environment Variable: Set the environment variable to the name of the desired package.
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 3 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/matthew123003-servicenow-mcp-server-elhi6e)](https://m8ven.ai/mcp/matthew123003-servicenow-mcp-server-elhi6e)
commit: 61ba255105f2e60d69456043eac729119f3745f3
code hash: edd90c30fb782a5bac15ff2d48286c8e17293e5e95544b2b4399af9dba017aff
verified: 6/24/2026, 10:00:15 AM
view raw JSON →