MCP Server SDK
Overview of the MCP Server SDK package for building MCP servers that expose Umbraco APIs to AI assistants.
Last updated
Was this helpful?
Overview of the MCP Server SDK package for building MCP servers that expose Umbraco APIs to AI assistants.
The @umbraco-cms/mcp-server-sdk package provides infrastructure for building Model Context Protocol (MCP) servers that expose Umbraco APIs to AI assistants. The SDK handles tool registration, API communication, error handling, configuration loading, tool filtering, and MCP chaining.
Create a new MCP server project with the Create Umbraco MCP Server CLI. The project template includes this SDK and configures it for you.
How the system works, adding collections and tools, examples
API call helpers, HTTP client, ProblemDetails handling
Modes, slices, collections, configuration flow
Proxying, delegation, and composite tool patterns
Server config, env vars, CLI flags, custom fields
Well-known Umbraco IDs reference
Unit testing, snapshot helpers, LLM eval framework
Count tools and catalog ignored endpoints
Last updated
Was this helpful?
Was this helpful?