ServiceNow MCP Tools for AI Agents
Arcade.dev LLM tools for ServiceNow ITSM
Available Tools
17 tools available in this integration
Servicenow.AddComment Add a comment or internal work note to a work record.
Servicenow.CreateIncident Open a new incident.
Servicenow.GetCatalogItem Read a catalog item's details and the options required to order it.
Servicenow.GetConfigurationItem Read a configuration item together with what it depends on and what depends on it.
Servicenow.GetKnowledgeArticle Read a knowledge article's full body.
Servicenow.GetRecord Read a work record together with its full comment and work-note history.
Servicenow.GetRecordCounts Count work records matching a filter, optionally broken down by a field.
Servicenow.GetRecordFieldChoices Discover the valid choice values for a work-record field on this instance.
Servicenow.OrderCatalogItem Order an item from the service catalog.
Servicenow.SearchAssignmentGroups Find ServiceNow assignment groups by full or partial name, to route work to them.
Servicenow.SearchCatalogItems Find service catalog items matching a described need.
Servicenow.SearchConfigurationItems Find configuration items (systems) by name, optionally narrowed to a CMDB class.
Servicenow.SearchKnowledgeArticles Search the knowledge base for articles matching a described problem or topic.
Servicenow.SearchRecords Find work records of one type by text, assignment, state, priority, or recency.
Servicenow.SearchUsers Find ServiceNow users by name or email, to assign or contact them.
Servicenow.UpdateRecord Change one or more fields on a work record.
Servicenow.WhoAmI Return the authenticated ServiceNow user's profile.
Why agent-optimized tools matter
Built for intent, not API schemas
Forcing the agent to juggle not only what you want to get done, but also how to operate all the APIs it needs to use is a recipe for disaster. Agent-optimized tools keep the agent focused on the work at hand, not ID hunting.
Up to 100x fewer tokens
Context bloat is a serious problem that gets in the way of real work getting done with agents. Agent-optimized tools return only the fields the agent needs to get the job done, not the full API response. Up to 100x less token consumption on every call.
Complete the workflow end to end
Most tasks take more than one action to finish. Agent-optimized tools cover the full sequence so the agent completes the workflow end to end, not just the first lookup.
Make actions predictable and controlled
Arcade tools return structured results and useful errors across users and runs. Teams can apply scope restrictions, redaction, and approval policies so agents follow the same controls every time.
Your questions, answered
A ServiceNow MCP server exposes ServiceNow's capabilities as structured tools an AI agent can call over the Model Context Protocol. Once access is authorized, the agent can perform the actions the toolkit covers without anyone writing API glue for it.
Where ServiceNow ships one of its own, it is an endpoint onto the same API. Arcade adds the runtime around it: brokered authentication, approval before consequential calls, redaction on the way back, and scope controls that hold the same way across users, agents and frameworks.
The tools listed on this page, and only those. Each one is a real call Arcade ships for ServiceNow, so the list above is the coverage rather than a sample of it.
Only the permissions the tools you enable actually need. Grant the narrowest set that supports your workflow — enabling fewer tools asks for less.
Yes. Each user authorizes their own ServiceNow account, and every action runs under that person's own grant — the agent can only reach what they could reach.
Yes. Contextual Access policies can require human approval before a consequential action runs, and the call proceeds only once the policy is satisfied.
No. Arcade proxies API calls and does not persist your ServiceNow content. Where ServiceNow requires credentials, Arcade brokers them and stores them encrypted at rest — the model never sees them.
Any framework or client that can reach Arcade's MCP gateway or tool APIs, including LangChain, OpenAI Agents, CrewAI, Claude Desktop, Claude Code, Cursor, Visual Studio Code, Microsoft Copilot Studio and GitHub Copilot.
Arcade refreshes access while the authorization is still valid. If it is revoked, rotated, or can no longer be refreshed, ServiceNow calls stop until the credential is reconnected.
ServiceNow's own rate limits and quotas still apply to calls made through Arcade, and an individual tool may also cap how much it processes in a single call.