# Zesty.io MCP for AI Agents AI Agent Connect

> Zesty.io MCP. Connect your Zesty.io account to your AI agent to manage content models, items, and instance settings directly. Stop jumping between tabs to update website copy or manage your CMS data structures. This Connector gives your agent the power to create, update, and audit your content items through natural language commands.

## Overview
- **Category:** developer-tools
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/undefined/ai-agent-connect
- **Tags:** content-modeling, enterprise-cms, api-first, content-delivery, schema-management, digital-experience

## Description

You're tired of digging through the Zesty.io dashboard just to update a few content items or check a model's metadata. This Connector changes that by letting your AI agent handle the heavy lifting for you. Instead of manual clicks, you can just tell your agent to find a specific property, update a field, or create a new landing page entry. It handles the technical details of the Zesty.io API so you don't have to. When you find this in the Vinkius catalog, you're getting a direct line into your headless CMS. You can audit your instance settings, identify Model ZUIDs, and manage your entire content hierarchy without ever opening a new browser tab. It's about making your content workflow feel like a conversation rather than a series of tedious data entries.

## Tools

### create_content_item
Create a new content item using a JSON object for field values. This is useful for pushing new pages to your CMS.

### delete_content_item
Remove a specific content item from your model. Use this to quickly clean up outdated entries.

### get_content_item
Fetch all the details for a specific content item. This lets you see every field value in one place.

### list_zesty_instances
See every Zesty.io instance linked to your account. Use this to audit which properties you have access to.

### list_content_items
Pull a list of content items for a specific model. This helps you see what's already live in a specific category.

### list_content_models
Identify your content models and their corresponding ZUIDs. This is the best way to find the right IDs for your data.

### get_instance_settings
Retrieve the configuration settings for your specific instance. Use this to check your property's technical metadata.

### update_content_item
Modify the data for an existing content item. This allows you to fix typos or update titles without manual clicking.

## Prompt Examples

**Prompt:** 
```
List all my Zesty.io properties so I can see which ones are active.
```

**Response:** 
```
I've retrieved your properties. Here are the active instances linked to your account:

| Property Name | ZUID |
| :--- | :--- |
| Corporate Blog | 8-abc-123 |
| Product Showcase | 8-xyz-456 |
| Marketing Landing Pages | 8-def-789 |
```

**Prompt:** 
```
I need to create a new blog post in the 'News' model. The title is 'Summer Update' and the body is 'We are launching new features'.
```

**Response:** 
```
I've created that for you. 

**New Content Item Created:**
- **Model:** News
- **Title:** Summer Update
- **Body:** We are launching new features

Your new blog post is now live in the Zesty.io CMS.
```

**Prompt:** 
```
What are the content models available in my current Zesty.io instance?
```

**Response:** 
```
I found the following content models in your current instance:

- **Press Releases** (ZUID: 6-ghi-987)
- **Blog Posts** (ZUID: 2-jkl-345)
- **Landing Pages** (ZUID: 9-mno-678)

Let me know if you need the details for any of these specific models.
```

## Capabilities

### List all your Zesty.io properties
See every instance linked to your account in one go.

### Find specific content model IDs
Identify your content models and their corresponding ZUIDs instantly.

### Create new content entries
Use your agent to push new landing pages or blog posts to your CMS using JSON data.

### Update existing content fields
Modify specific data points within your content models without manual entry.

### Delete old content items
Remove outdated entries from your CMS hierarchy via natural language.

### Check instance configuration
Retrieve the configuration settings for your specific Zesty.io instance.

## Use Cases

### Bulk updating website copy
A content manager needs to update 10 titles across different pages. They ask the agent to use `update_content_item` for each specific ID to finish the task in seconds.

### Finding specific Model ZUIDs
A developer needs to find a specific content model ID to test an API call. They ask the agent to use `list_content_models` to see the full list of available IDs.

### Automating landing page creation
A growth engineer wants to launch a new campaign. They tell the agent to use `create_content_item` with a JSON payload to push the new page to Zesty.io instantly.

### Auditing property instances
An admin needs to see which Zesty properties are currently linked to their account. They ask the agent to use `list_zesty_instances` to get a full list of properties.

## Benefits

- Skip the dashboard login by using `list_zesty_instances` and `get_instance_settings` to check properties instantly.
- Build your site faster by using `create_content_item` to push new landing pages to your CMS without manual entry.
- Fix data errors quickly by using `update_content_item` to change specific fields across your content models.
- Audit your content structure by using `list_content_models` to see every model and its ZUID.
- Clean up your CMS by using `delete_content_item` to remove outdated entries in bulk via your agent.

## How It Works

The bottom line is you get a natural language interface for your Zesty.io headless CMS.

1. Subscribe to the Zesty.io MCP on Vinkius.
2. Enter your Zesty API Token and your Instance ZUID (the one starting with 8-).
3. Ask your AI client to manage your content or query your models.

## Frequently Asked Questions

**Can I use the Zesty.io MCP to update my website content?**
Yes, you can use it to update content items directly. Your agent can modify titles, descriptions, and other fields in your headless CMS using natural language.

**Does the Zesty.io MCP work with Cursor?**
Yes, it works with any MCP-compatible client, including Cursor, Claude, and Windsurf.

**How do I connect my Zesty.io account to the Connector?**
You just need to provide your Zesty API Token and your Instance ZUID (the one starting with 8-) in the configuration settings.

**Can I use this to manage multiple Zesty properties?**
Yes, the Connector can list all instances associated with your account, allowing you to manage different properties from the same interface.

**Will this help me automate my content creation?**
Yes, it lets your agent create content items using your specific model structures. You can describe the content in plain English, and the agent handles the rest.

**How do I find my Instance ZUID?**
You can list all your accessible instances using the `list_zesty_instances` tool, or find it in your Zesty.io URL (it starts with `8-`).

**Can I see all content items for a particular model?**
Yes, use the `list_content_items` tool with the unique ZUID of the model (starts with `6-`) to retrieve all associated entries.

**Is it possible to update content via the agent?**
Absolutely. Use the `update_content_item` tool by providing the Model ZUID, the Item ZUID, and a JSON object containing the fields you wish to modify.