Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by DriesMeerman • APIs & Integration
A proof-of-concept MCP provider that exposes ServiceNow table schemas to MCP-enabled tools by querying the ServiceNow REST API.
Retrieve full table schema and field definitions from a ServiceNow instance to provide context-aware code completions or suggestions.
Inspect referenced tables, field types, and constraints in ServiceNow to validate or generate correct API calls and record structures.
Integrate MCP inspector tooling with a ServiceNow environment for on-demand schema lookups during development or code review.
This project implements a Model Context Protocol (MCP) server that bridges MCP-compatible editors and assistants with ServiceNow instances. It fetches table metadata (from sys_db_object) and detailed field definitions (from sys_dictionary) — including field names, labels, types, references, lengths, and flags — and exposes them via an MCP tool for use by inspectors and other clients. The repository is a quick POC built with cursor, intended for testing and exploration rather than production use, and requires a ServiceNow connection string (user:password@instance) to run.
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.