# ServiceNow MCP for AI Agents AI Agent Connect

> ServiceNow MCP lets you manage your entire IT service lifecycle through your AI agent. You can create incidents, track service requests, query the CMDB, and search the knowledge base without jumping between tabs. It turns your AI client into a command center for handling tickets, change orders, and asset records directly in your chat interface.

## Overview
- **Category:** industry-titans
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_k4ZSCrrNOwevZ2C9FCaVluKPltLhbQHBl2nIvIOe/ai-agent-connect
- **Tags:** itsm, incident-management, service-catalog, workflow-automation, enterprise-service-management, cmdb

## Description

You're tired of digging through the ServiceNow dashboard just to find out why a server is down or who is supposed to be fixing it. With this Connector, you just ask your AI agent. It handles the heavy lifting of navigating complex menus and dot-walking through configuration items. You can triage incidents, submit service requests, and review change approvals while staying in your primary workspace. If you need to know the status of a specific asset or find a knowledge base article to help a customer, the agent pulls that data instantly. It is like having an IT operations expert sitting next to you, doing the clicking and searching so you don't have to. By adding this to your Vinkius catalog, you get a direct line into your ITSM backbone. You stop being a data entry clerk for your own tickets and start actually solving the problems that matter. You can move from identifying a problem to updating a record without ever leaving your conversation.

## Tools

### get_record
Fetch every field of a single ServiceNow record using its unique sys_id.

### update_record
Modify specific fields on an existing ServiceNow record to keep your data current.

### query_table
Execute SysParm-filtered queries against any table, including dot-walking for related fields.

### count_records
Get the total count of records from a table to quickly pull metrics for dashboards.

### create_record
Create new records in tables like incident, change_request, or sc_request using JSON fields.

### delete_record
Remove a record from ServiceNow permanently. Use this with caution.

### list_incidents
List incidents filtered by priority, state, or assignment group for quick triage.

### list_change_requests
View change requests filtered by risk, state, or type to monitor scheduled windows.

### search_knowledge
Find matching articles with KB numbers and descriptions in the ServiceNow Knowledge Base.

### query_cmdb
Search configuration items like servers and network devices to explore CI relationships.

## Prompt Examples

**Prompt:** 
```
Show me all P1 incidents that are unassigned.
```

**Response:** 
```
Found 4 unassigned P1 incidents:

| ID | Short Description | Opened |
|---|---|dyn|
| INC0012345 | Email Service Down | 2h ago |
| INC0012350 | VPN Authentication Failure | 45m ago |
| INC0012352 | ERP Integration Timeout | 30m ago |
| INC0012355 | Database Replication Lag | 15m ago |

Would you like me to assign any of these?
```

**Prompt:** 
```
Create a normal change request for 'Database Upgrade to v15' assigned to the DBA team.
```

**Response:** 
```
Change request **CHG0045678** has been created successfully.

*   **Type:** Normal
*   **Risk:** Moderate
*   **Assignment Group:** DBA Team
*   **Short Description:** Database Upgrade to v15

It is now pending CAB approval. Would you like me to add implementation notes?
```

**Prompt:** 
```
Search the knowledge base for 'VPN connection issues'.
```

**Response:** 
```
Found 3 relevant knowledge articles:

1. **KB0098765** — VPN Troubleshooting Guide (Last updated: March 2026)
2. **KB0098770** — Corporate VPN Setup for Remote Workers
3. **KB0098780** — Known VPN Issues After Security Patch 2026-Q1

Would you like me to show the resolution steps from any of these?
```

## Capabilities

### Triage incidents by priority
See which high priority tickets need immediate attention using natural language.

### Submit service requests
Create and track service catalog requests directly through your chat interface.

### Review change approvals
Monitor scheduled change windows and review CAB approvals without manual navigation.

### Search CMDB assets
Explore configuration items and see how infrastructure pieces connect to each other.

### Retrieve knowledge articles
Pull relevant documentation from your knowledge base to help resolve issues faster.

### Query any table
Execute complex filtered queries against any ServiceNow table using SysParm syntax.

## Use Cases

### High priority incident triage
An incident manager asks the agent to show all unassigned P1 tickets. The agent uses list_incidents to present a prioritized list of active outages.

### Rapid change request creation
A DevOps engineer describes a database upgrade. The agent uses create_record to build the change request with the correct risk level and assignment group.

### Knowledge base troubleshooting
A help desk analyst asks about VPN issues. The agent uses search_knowledge to find the correct troubleshooting guide and shares the resolution steps.

### Infrastructure relationship audit
An IT director asks about the servers connected to a specific database. The agent uses query_cmdb to map out the configuration item relationships.

## Benefits

- Skip the Fiori dashboard. Use list_incidents to see what needs attention immediately without clicking through nested menus.
- Faster knowledge retrieval. Use search_knowledge to give your team instant answers from your internal documentation.
- Automated record creation. Use create_record to spin up change requests or incidents with a simple text command.
- Deep asset visibility. Use query_cmdb to understand how your infrastructure pieces connect without manual searching.
- Accurate reporting. Use count_records to get instant totals for your weekly status reports or live dashboards.
- Efficient updates. Use update_record to change ticket statuses or assignment groups on the fly during a conversation.

## How It Works

The bottom line is you get a chat-based interface for your entire ServiceNow instance.

1. Subscribe to the ServiceNow MCP on Vinkius.
2. Provide your ServiceNow instance URL and credentials.
3. Start asking your AI agent to fetch tickets, search the CMDB, or update records.

## Frequently Asked Questions

**Can the ServiceNow MCP help my help desk team?**
Yes, it lets analysts find knowledge articles and update tickets using just conversation. This means they can resolve issues faster without navigating complex menus.

**How does the ServiceNow MCP interact with my CMDB?**
It can query configuration items and show relationships between your assets. You can ask about specific servers or network devices directly.

**Can I create new tickets with this ServiceNow MCP?**
Yes, you can use it to create incidents, change requests, and service requests. The agent handles the data entry based on your instructions.

**Does the ServiceNow MCP support custom tables?**
It can query any ServiceNow table using specific filters and dot-walking. This gives you access to your organization's unique data structures.

**Is the ServiceNow MCP good for tracking change orders?**
Yes, it can list change requests and check their risk levels or approval status. This makes monitoring scheduled windows much easier.

**Can I use the ServiceNow MCP to update existing records?**
Yes, you can update specific fields on any record without opening the full form. It is a great way to change statuses or assignees on the fly.

**Can I query incidents filtered by priority and assignment group?**
Yes. Use the `query_table` tool with the `incident` table and SysParm query filters like `priority=1^assignment_group=Network`. Full dot-walking is supported for related fields.

**How do I create a change request through the agent?**
Use the `create_record` tool with the `change_request` table. Provide key fields like short_description, category, risk, and assignment_group. The agent returns the CHG number immediately.

**Can the agent search the knowledge base for solutions?**
Absolutely. The `search_knowledge` tool searches across all published knowledge articles using keyword or category filters, returning relevant articles with their KB numbers and resolution steps.

**Does it support custom tables beyond the standard ITSM modules?**
Yes. The `query_table` tool works with any ServiceNow table — standard or custom (u_ prefixed). Pass the table name and your SysParm filters, and the agent handles pagination and field expansion automatically.