# Flotiq MCP for AI Agents AI Agent Connect

> Flotiq MCP for AI Agents. Manage headless content, media assets, and schemas directly through your AI agent. Create, search, and audit content objects without leaving your AI interface.

## Overview
- **Category:** developer-tools
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_RC9Z3wbtRj6DEHrmmooeJubVEO0rOGPx4SZQV2nr/ai-agent-connect
- **Tags:** api-first, structured-content, media-asset-management, schema-auditing, content-delivery, rest-api

## Description

Flotiq connects your headless CMS directly to your AI agent so you can manage content through a conversation rather than a series of clicks. Instead of logging into a dashboard to find a specific record, you just tell your agent what you need. It handles the heavy lifting of interacting with your API, whether you want to create new content objects, update existing attributes, or audit your schemas. If you're already using Vinkius to manage your AI tools, adding Flotiq lets you treat your content as a live database that your agent can read from and write to on the fly. You can search through your entire content library, check your tenant limits, and manage your media assets without ever touching a manual form. It turns a complex headless CMS into a conversational workspace where you can verify data types, fetch connected data, and manage your media library in seconds. This is about moving away from the friction of manual content entry and toward a system where your agent handles the data management for you. You can quickly verify that your content matches your delivery models, check your current usage against your plan limits, and handle complex updates without worrying about the underlying JSON structures. It gives you a way to keep your content organized and accessible without the usual overhead of a traditional content management interface.

## Tools

### get_tenant_limits
See your active arrays and rented identity limits. This keeps you on top of your usage quotas.

### list_content_objects
Find specific content objects inside the Flotiq CMS. You can quickly locate records for editing or review.

### list_media_assets
See the properties driving your active media limits. This helps you manage your CDN uploads and assets.

### list_all_content_types
See all attached structured rules and type vectors. Use this to get a full overview of your content types.

### search_global_content
Query all content while respecting Elastic and Graph limits. This lets you find specific info across your entire site.

### patch_cms_object
Update attributes within your global Web CRM boundaries. You can change specific data points without rewriting the whole record.

### create_cms_object
Write new models as highly-available JSON payloads. This lets you provision new content items directly through your agent.

### wipe_cms_object
Delete specific app nodes to clear out database bytes. Use this to remove records that are no longer needed.

### get_content_details
Get cloud logging and tracing for specific payload IDs. This is useful for debugging specific content entries.

### get_content_type_schema
View the exact structural matching for your delivery models. This helps you verify that your content matches your requirements.

## Prompt Examples

**Prompt:** 
```
List all items of content type 'blogpost'
```

**Response:** 
```
Retrieving blogposts... I found 12 objects including 'Intro to MCP' (ID: 1) and 'AI Workflows' (ID: 2). I can retrieve the full hydrated details for any of these records.
```

**Prompt:** 
```
Show me the JSON schema for content type 'product'
```

**Response:** 
```
Retrieving schema for 'product'... This type includes fields: 'name' (string), 'price' (number), 'description' (richtext), and 'image' (datasource). I can use this structure to help you create new product objects.
```

**Prompt:** 
```
Search global content for 'feature launch'
```

**Response:** 
```
Searching global content... I found 3 matches including a 'blogpost' titled 'March Feature Update' and a 'newsletter' entry. Would you like the IDs or snippets for these matches?
```

## Capabilities

### Create content objects
Write new records as highly-available JSON payloads directly through your agent.

### Update content attributes
Modify specific data points within your content records without rewriting the whole entry.

### Delete content nodes
Remove specific app nodes to clear out database bytes and keep your site clean.

### Search global content
Query your entire content library for specific info while respecting all search limits.

### Audit content schemas
Verify the exact structural matching for your delivery models to ensure data accuracy.

### Manage media assets
See the properties driving your active media limits and CDN upload mappings.

### Check tenant limits
Identify your active arrays and rented identity limits to monitor your usage.

## Use Cases

### Bulk updating product prices
A content editor asks the agent to update prices across a category using patch_cms_object to save hours of manual clicking.

### Debugging a broken schema
A developer uses get_content_type_schema to see why a specific field isn't showing up in the frontend.

### Finding a specific archive post
A marketer uses search_global_content to find a blog post from last year without opening the editor.

### Monitoring CMS usage quotas
A product manager asks the agent to run get_tenant_limits to see how much space is left in the CMS.

## Benefits

- Update content faster by using create_cms_object and patch_cms_object to bypass the CMS UI and manual forms.
- Verify data structures instantly with get_content_type_schema to ensure your delivery model stays accurate.
- Manage your media library more easily with list_media_assets to check CDN mappings and properties.
- Find specific items across your entire site using search_global_content for immediate results without manual filtering.
- Track your resource usage and quotas in real-time with get_tenant_limits to avoid unexpected overages.

## How It Works

The bottom line is you get a conversational interface for your headless CMS without the overhead of a traditional UI.

1. Grab your API key from the Flotiq Dashboard.
2. Connect this Connector to your AI client through the Vinkius marketplace.
3. Tell your agent to perform tasks like searching content or updating records.

## Frequently Asked Questions

**Can Flotiq MCP update my CMS content?**
Yes. You can tell your agent to update specific fields or create new content records using natural language, and it will handle the API requests for you.

**How do I manage media assets with Flotiq MCP?**
Your agent can list your media assets and check their properties, such as CDN mappings, so you can manage your library without leaving your chat interface.

**Can I search for specific content using Flotiq MCP?**
Absolutely. You can ask your agent to find specific keywords or items across your entire content library, and it will return the results instantly.

**How does Flotiq MCP help with schema auditing?**
It allows your agent to pull the exact structural rules for your content types, making it easy to verify that your data matches your delivery requirements.

**Can I check my tenant limits with Flotiq MCP?**
Yes. You can ask your agent to check your active arrays and identity limits to see how much of your plan you have remaining.

**Is Flotiq MCP good for developers?**
It is excellent for developers who want to debug content models, verify schemas, and test API payloads using a conversational interface instead of manual testing.

**Can my agent list all available content types in Flotiq?**
Yes. Use the 'list_all_content_types' tool. The agent executes bulk iterations to track explicitly registered types and returns the mapping configured in your Flotiq architecture.

**How do I create a new content object using a JSON payload via chat?**
Use the 'create_cms_object' tool. Provide the 'content_type' and your 'payload_json'. The agent will command the backend to persist the new node utilizing your schema constraints flawlessly.

**Can I search across all my global content through the agent?**
Absolutely. Use the 'search_global_content' tool. Your agent will execute immediate queries across all content by tapping raw status configurations and searching Elastic/Graph limits natively.