# Kontent.ai MCP for AI Agents AI Agent Connect

> Kontent.ai. This Connector connects your AI agent to your Kontent.ai Delivery API. It lets you pull modular content, audit your content types, query taxonomies, and find assets using natural language. Stop digging through the CMS dashboard and let your agent do the heavy lifting of finding and organizing your data. It's the fastest way to make your headless content queryable for your team.

## Overview
- **Category:** developer-tools
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_RHPKSkjWKzcGtG2RsrCEiLCsL40xpag39Ae5gsji/ai-agent-connect
- **Tags:** modular-content, api-driven, content-modeling, taxonomy, asset-management

## Description

You can finally stop jumping between your CMS dashboard and your development environment. This Connector lets your AI agent pull modular content directly from your Kontent.ai repository. If you need to know how a specific content type is structured or what assets are available in your library, you just ask. It handles the heavy lifting of querying taxonomies and auditing schemas so you can focus on building. You can find this in the Vinkius marketplace to get your agent connected to your project's delivery API in a few minutes. It's about making your content data actually reachable for the tools you use every day. Instead of hunting for codenames or manually checking category groups, your agent pulls that info in seconds. It turns your headless CMS into a searchable, queryable knowledge base for your entire team. You can quickly verify if an item exists, check its metadata, or grab a list of every supported language without ever opening a browser tab. It bridges the gap between your content library and your workflow, making it easy to keep your data organized and accessible. You can map out a complex content model for a new site launch or find that one specific image for a social post.

## Tools

### list_content_items
Find codenames for specific articles, products, or pages. It helps you identify the right content quickly.

### get_content_item
Get a specific content item by its codename. Use this to pull the full data for a single page or article.

### list_content_types
List all content types. This gives you a full overview of your project's schemas.

### get_content_type
Get details for a content type. This shows you the structure and elements of your content model.

### list_taxonomies
List taxonomy groups. Use this to see how your content is categorized across the site.

### get_taxonomy_group
Get details for a taxonomy group. This pulls the specific terms and labels for a category.

### list_project_languages
List supported languages. See every language your project currently supports in one go.

### list_content_assets
Query assets from the content library. Use this to find images, files, and other media.

### search_kontent_ai
Search for content using query parameters. This lets you find specific items based on your search criteria.

### get_content_type_element
Get metadata for a specific element in a type. This is useful for seeing options like multiple choice fields.

## Prompt Examples

**Prompt:** 
```
List the last 10 content items in Kontent.ai
```

**Response:** 
```
I've pulled the latest items from your content library. Here are the most recent entries:

| Item Name | Type |
| :--- | :--- |
| **Homepage** | Page |
| **Our Mission** | Article |
| **Product Catalog** | Catalog |

Would you like me to pull the full content for any of these?
```

**Prompt:** 
```
Show the schema for content type 'article'
```

**Response:** 
```
The **Article** content type is structured with the following fields:

* **Title**: Text
* **Body**: Rich Text
* **Author**: Taxonomy
* **Publication Date**: Date

I can fetch specific articles of this type if you'd like.
```

**Prompt:** 
```
Search for items related to 'Winter Sale'
```

**Response:** 
```
Searching your Kontent.ai delivery repository... I found 2 items:

* **Winter Sale Banner**
* **Promotion Rules**

I can pull the full modular content for either of these. Which one should I get?
```

## Capabilities

### Fetch modular content items
Pull the full data for specific articles, products, or pages using their codenames.

### Audit content type schemas
View the structure and metadata for any content type in your project.

### Query taxonomy groups and terms
Access all categorization groups and labels to understand your site's organization.

### Locate images and files
Find specific media assets and files stored in your content library.

### Perform filtered repository searches
Search across your entire content library using specific query parameters.

## Use Cases

### Content Audit
A content manager needs to know all content types in a project. They ask the agent to list all schemas using `list_content_types`.

### Asset Hunting
A designer needs a specific image. They ask the agent to find images in the library using `list_content_assets`.

### Taxonomy Mapping
A developer needs to know the categories for a blog. They ask the agent to list taxonomy groups using `list_taxonomies`.

### Dynamic Fetching
A dev needs the content for the Homepage item. They use `get_content_item` to pull it by its codename.

## Benefits

- Audit your content model quickly using `list_content_types` to see every schema in your project.
- Find specific media assets instantly with `list_content_assets` instead of browsing folders.
- Map out complex categories by pulling taxonomy groups with `list_taxonomies`.
- Retrieve full article data for your app using `get_content_item` by just providing a codename.
- Inspect specific content elements with `get_content_type_element` to see available options and metadata.

## How It Works

The bottom line is you get a natural language interface for your entire Kontent.ai delivery repository.

1. Subscribe to the Connector and get your Project ID from your Kontent.ai settings.
2. Add your Delivery API Key if you have secure access enabled.
3. Ask your agent to find, list, or describe content using natural language.

## Frequently Asked Questions

**Can the Kontent.ai MCP help me audit my content types?**
Yes, it can list all your content types and schemas so you can see exactly how your data is structured.

**Can I use this to find images in my Kontent.ai library?**
Yes, the agent can query your content assets to find specific images or files based on your requests.

**Does the Kontent.ai MCP let me create new content?**
No, this Connector is for reading data from the Delivery API. It's meant for fetching, searching, and auditing content.

**How do I connect my Kontent.ai project to the agent?**
You just need your Project ID and an API key from your Kontent.ai settings to get started.

**Can it search for specific articles by keyword?**
Yes, it can perform filtered searches across your entire content repository using your natural language prompts.

**Is this useful for mapping out my site's categories?**
Yes, it can list all your taxonomy groups and terms so you can see how your content is organized.

**Where do I find my Project ID?**
Log in to Kontent.ai, go to **Project Settings** > **API keys**, and copy the Project ID.

**What is a codename?**
A codename is a unique, URL-friendly identifier for content items, types, or elements (e.g., 'about_us_page').

**Is the Delivery API Key mandatory?**
Only if you have enabled **Secure Access** in your project settings. Otherwise, the Project ID is enough.