now-sdk-ext-mcp
Related Servers
Alternatives to now-sdk-ext-mcp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityBmaintenanceA lightweight MCP server that gives AI coding assistants full development capability on ServiceNow through the Table API, enabling CRUD and script execution without local installation.15MIT
- AlicenseNot gradedqualityDmaintenanceA comprehensive MCP server for ServiceNow that provides over 60 pre-built tools for ITSM, ITOM, and App Dev operations, enabling AI agents to manage incidents, changes, users, service catalog, and projects through a unified interface.6MIT
- AlicenseNot gradedqualityCmaintenanceMCP server enabling interaction with ServiceNow API for managing incidents, CMDB, change management, and other ServiceNow operations via natural language.19MIT
- AlicenseNot gradedqualityDmaintenanceMCP server to interact with ServiceNow instances, enabling ITSM, CMDB, workflow, and knowledge search operations.MIT
- FlicenseAqualityDmaintenanceA production-ready MCP server that turns any MCP-compatible AI assistant into an AI-powered ServiceNow Incident Management Assistant, exposing incidents, users, CMDB records, and knowledge articles through validated tools.12-
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server enabling AI agents to access and manipulate ServiceNow data through natural language interactions, allowing users to search for records, update them, and manage scripts.47MIT
TDQS
Scored across 89 tools
With 89 tools spanning many ServiceNow domains, most tools have distinct roles, but several clusters overlap enough to cause misselection (e.g., aggregate_query vs aggregate_grouped vs count_records; query_update_records vs batch_update_records; execute_flow vs test_flow; lookup_table vs list_instance_tables). The detailed descriptions mitigate this, but an agent must read carefully to pick the right tool.
Nearly all tools follow a consistent snake_case verb_noun pattern (e.g., list_kb_articles, get_catalog_item, create_update_set, run_atf_test). Minor verb variation exists for similar retrieval operations (find_task vs lookup_table vs list_instance_tables), but the overall convention is predictable and readable.
89 tools is far beyond the typical 3-15 range and constitutes an extreme mismatch for a single MCP server, even one covering a broad platform like ServiceNow. The surface is so large that discovery and selection become burdensome, and many tools could be consolidated or grouped.
The set broadly covers ServiceNow development and administration: scripts, flows, catalog, CMDB, knowledge, update sets, app installation, ATF, attachments, table schema, and record mutations. Some gaps exist (e.g., Flow Designer flow creation, app uninstall, direct single-record CRUD by sys_id), but agents can work around most of them using generic tools like query_table or batch_*_records.