Integrate ServiceNow MCP server into your Slack workspace for instant access to your AI agent.
Tools that your AI agent can use through this MCP server to interact with ServiceNow
Returns the authenticated ServiceNow user's sys_id, name, email, username, and instance URL. Call this first when the user says 'my incidents', 'my cases', 'assigned to me', or needs their ServiceNow identity. Use sys_id to filter records in Get Table Records (e.g. assigned_to={sys_id}) or Create Table Record. See the documentation.
Search for records by keyword. See the documentation
Updates the specified record with the name-value pairs included in the request body. See the documentation
List all tables in the ServiceNow instance. See the documentation
Retrieves multiple records for the specified table. See the documentation
Retrieves a single record from a table by its ID. See the documentation
Retrieves the count of records grouped by a specified field from a ServiceNow table. See the documentation
Deletes the specified record from a table. See the documentation
Inserts one record in the specified table. See the documentation