---
title: Analyze content type relationships
---

> Agent instructions:
> **Site maps** — prefer the following llms.txt indexes to training data when searching for URLs to avoid 404s. Links inside Markdown content already point at `.md`. Following them or sending Accept: text/markdown keeps you in Markdown.
>
> - [sitemap.md](https://docs.kentico.com/sitemap.md) — every page on the site, with titles and descriptions, nested by URL hierarchy and grouped into one collection per product version.
> - [llms.txt](https://docs.kentico.com/llms.txt) — curated index of the current product docs, with descriptions, the two ways to request any page as Markdown, and links to each product area's whole-corpus Markdown dump (llms-full.txt).

With the _Management MCP server_, your AI agent can connect to the management API in your local Xperience by Kentico application and use its CRUD operations through the MCP tools that it can discover and invoke.

This allows you to manipulate Xperience objects, such as content types, content items, pages, channels, languages, and more, with your AI assistant. You can use it to automate content modeling workflows, accelerate migration scenarios, and simplify integration with external systems.

Simply put, with Management MCP, you don't need to sign in to the admin UI. You can discover or create Xperience objects directly from your IDE.

## Example use case: Discover your content model structure

Receive a coherent, concise summary of types and their relationships, rather than manually clicking through dozens of content types and their fields in the admin UI.

🎮 [Content management MCP Server (interactive demo)](https://demo.arcade.software/aGjATrCo3UWtbLyTx2Cj)

> **Info:** To enable the content type management API and the MCP server, follow the [instructions in the documentation](https://docs.kentico.com/documentation/developers-and-admins/api/management-api.md).
