# Duda MCP for AI Agents AI Agent Connect

> Duda MCP gives your AI agent the ability to manage your entire website fleet, audit site configurations, and oversee client permissions through the Duda API. It's built for agencies that need to keep track of dozens of sites and dynamic data collections without clicking through a dashboard for every single update.

## Overview
- **Category:** productivity
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_fCkUfAqPaZ9Yi4GVqqawtPkCTcnHs3yOpsNHBWjk/ai-agent-connect
- **Tags:** website-builder, template-management, client-accounts, dynamic-data, web-publishing, agency-tools

## Description

Managing a high volume of websites for clients usually means jumping between browser tabs to check if a site is live, who has access, and whether your dynamic data is pulling correctly. This Connector changes that by letting you handle those administrative tasks through a single chat interface. Instead of manually hunting for a specific domain or digging through a client's permission list, you can just ask your agent to pull that info for you. It handles the heavy lifting of navigating the Duda backend so you can stay focused on building. It's a great way to keep your agency operations organized, especially when you're juggling multiple SaaS clients or large-scale web projects. You can find this in the Vinkius catalog to get your agent connected to your Duda account quickly.

## Tools

### get_client_account_profile
Fetch full profile and permission data for a specific client. This is perfect for auditing access rights.

### quick_site_health_audit
Get a high-level summary of site activity and publishing rates. Use this for a fast check on site performance.

### get_site_details
Retrieve specific settings and information for a single site. This provides a deep dive into one project's config.

### get_template_details
Pull deep information about a specific Duda template. Use this to understand structural identifiers.

### list_client_accounts
See every client account registered in your Duda organization. This gives you a bird's-eye view of your clients.

### list_site_collections
See all dynamic data collections for a specific site. It helps you verify how data is being structured.

### list_published_websites
Identify every site currently in a published state. Use this to get a quick count of live projects.

### list_duda_sites
Get a full list of every website in your Duda account. This is your primary way to see the whole fleet.

### list_site_templates
View all available website templates in the Duda library. Use this to browse designs for new projects.

### search_sites_by_domain
Find a specific Duda site using a domain name or keyword. This helps you locate assets quickly without scrolling.

## Prompt Examples

**Prompt:** 
```
Show me all my published Duda sites.
```

**Response:** 
```
I found 12 published sites in your account:

| Site Name | Domain |
| :--- | :--- |
| Main Corporate Site | corporate.com |
| E-commerce Shop | shop.com |
| Portfolio Page | portfolio.net |

Would you like to see the specific configuration for any of these?
```

**Prompt:** 
```
Does 'John Doe' have permission to manage the blog?
```

**Response:** 
```
I checked the profile for **John Doe**. 

*   **Account Status:** Active
*   **Permissions:** Manage Blog, View Analytics, Edit Content

He currently has the 'Manage Blog' permission enabled.
```

**Prompt:** 
```
What templates are available in the library?
```

**Response:** 
```
Here are the current Duda website templates available for your account:

*   **Modern Agency** (Corporate style)
*   **E-commerce Pro** (Retail layout)
*   **Minimalist Blog** (Content focused)
*   **SaaS Landing** (Product focus)

Let me know if you want more details on a specific one.
```

## Capabilities

### Check website publishing status
See which sites in your portfolio are currently live or still in draft mode.

### Audit site configurations
Pull detailed settings and configuration data for any specific site.

### Verify client permissions
Retrieve full profile and access data for specific client accounts.

### Browse template libraries
View all available website templates and their structural identifiers.

### Monitor dynamic data
List all dynamic data collections associated with a specific site.

### Search by domain name
Locate specific sites within your account using a domain or keyword.

## Use Cases

### Checking live site counts
An agency owner asks their agent to see how many sites are currently live. The agent uses list_published_websites to provide a real-time count.

### Auditing client permissions
An ops manager needs to know who has access to a specific account. The agent uses get_client_account_profile to pull the permissions list.

### Finding a site by domain
A developer needs to find a specific site's config but only knows the URL. The agent uses search_sites_by_domain to locate it.

### Reviewing template options
A designer wants to see what designs are available for a new client. The agent uses list_site_templates to show the library.

## Benefits

- Stop hunting for site statuses by using list_published_websites to see what is live in seconds.
- Audit your entire site fleet's settings quickly with get_site_details to find specific configurations.
- Manage client access without the manual overhead by checking permissions with get_client_account_profile.
- Keep your content organized by monitoring data structures via list_site_collections for every project.
- Identify the best designs for new projects by browsing the library with list_site_templates.
- Get a high-level summary of site activity instantly using quick_site_health_audit to monitor your portfolio.

## How It Works

The bottom line is you get a conversational way to manage your entire Duda website portfolio without manual dashboard navigation.

1. Connect the Duda MCP to your preferred AI client.
2. Provide your Duda API Username and Password from your developer portal.
3. Ask your agent to list published sites, check client profiles, or audit site health.

## Frequently Asked Questions

**Can Duda MCP help me manage many websites at once?**
Yes, it allows you to list all websites in your account and check their publishing status in one go, making it perfect for agencies with large portfolios.

**Can I check client permissions using Duda MCP?**
You can pull full profile and permission data for specific client accounts, which helps you audit who has access to what.

**Does Duda MCP show my site's health?**
It provides a quick site health audit that gives you a high-level summary of site activity and publishing rates.

**Can I find a specific site by its domain name?**
Yes, you can ask your agent to search for a site using a domain name or any relevant keywords.

**Can I see the available Duda templates?**
The Connector can list all available website templates in your Duda library so you can browse designs via chat.

**Does Duda MCP let me edit my website content?**
No, this Connector is for management and oversight. You use it to check statuses, permissions, and configs, but you still use the Duda editor for content creation.

**How do I get Duda API credentials?**
Log in to your Duda account, navigate to the **Developer Portal**, and you can generate your unique API Username and API Password from the **API Credentials** section.

**Can the agent publish my sites?**
This integration currently focuses on listing and auditing sites, templates, and accounts. Triggering a live publication should be managed via the Duda editor or your custom dashboard.

**Does the integration support white-label settings?**
Yes, you can use the get_site_details or get_client_account_profile tools to retrieve information about your white-labeled sites and client configurations.