# Mingdao Cloud MCP for AI Agents AI Agent Connect

> Mingdao Cloud MCP lets your agent manage enterprise worksheets, records, and automated workflows directly. It turns complex data orchestration into a conversation, allowing you to create, update, and list records in your CRM or ERP without leaving your chat interface. Use it to audit field schemas, manage user permissions, and monitor business logic across your entire Mingdao Cloud ecosystem from a single prompt.

## Overview
- **Category:** productivity
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_nCiYLRa9bUiluDFBzZcemqJ1joVfnWcFUGAuOzTf/ai-agent-connect
- **Tags:** no-code, workflow-automation, business-process, data-orchestration, enterprise-apps, worksheet-management

## Description

Mingdao Cloud MCP gives your agent the ability to act as a real-time operations assistant for your business data. Instead of clicking through complex menus to update a row in a CRM or check an HR worksheet, you just tell your agent what needs to happen. It handles the heavy lifting of navigating the Mingdao platform, whether you're auditing field schemas or managing user permissions. When you connect this to your workspace via the Vinkius catalog, your agent becomes capable of pulling specific data points, creating new records, and monitoring the logic behind your automated workflows. It's built for teams that need to keep their internal systems moving without the friction of manual data entry. You get a way to keep your business logic accurate and your data updated through simple, direct commands. It removes the need to keep multiple tabs open just to move information from one worksheet to another, making your internal processes feel more like a conversation and less like a chore.

## Tools

### add_row
Add a new record to a worksheet. This lets your agent create new entries like customer leads or orders instantly.

### delete_row
Delete a record from a worksheet. Use this to remove outdated entries or incorrect data from your records.

### get_app_info
Get application summary. This provides a high-level overview of your Mingdao application details.

### get_worksheet_schema
Get worksheet field schema. See the exact structure and field types of your worksheet to understand your data.

### list_rows
List records in a worksheet. Pull a list of entries from a specific table to review your current data.

### list_users
List application users. See everyone who has access to your app to manage team permissions.

### list_workflows
List application workflows. View the automated logic currently running in your Mingdao application.

### update_row
Update an existing record. Change specific values in a worksheet row to keep your data current.

### list_worksheets
List all worksheets in the application. Get a full list of all tables and sheets available to your agent.

### get_row_details
Get row detailed data. Retrieve every specific field value for a single record in your worksheet.

## Prompt Examples

**Prompt:** 
```
Can you list all the active workflows in my Mingdao application?
```

**Response:** 
```
I've checked your Mingdao Cloud application. You have the following 4 active workflows:

* **New Lead Notification**
* **Order Fulfillment Sync**
* **Weekly Report Generator**
* **Inventory Alert**

Would you like me to pull more details on any of these?
```

**Prompt:** 
```
Update the status of Order #8821 to 'Shipped'.
```

**Response:** 
```
I've successfully updated **Order #8821** in your worksheets. 

* **Old Status:** Pending
* **New Status:** Shipped

Is there anything else you need to update for this order?
```

**Prompt:** 
```
Who currently has access to our HR worksheet?
```

**Response:** 
```
Here are the users with access to your HR worksheet:

| Name | Role | Last Active |
| :--- | :--- | :--- |
| Sarah Jenkins | Admin | 2 hours ago |
| Mark Chen | Manager | 5 hours ago |
| Elena Rodriguez | Viewer | 1 day ago |

Would you like to remove any of these users?
```

## Capabilities

### Create new worksheet records
Add new entries like customer leads or orders to your existing tables.

### Update existing row data
Modify specific fields in a worksheet to keep your records current.

### Audit worksheet schemas
Retrieve field definitions to understand your data structure.

### Browse automated workflows
View the logic and automation rules running in your application.

### Manage application users
List and manage who has access to your enterprise worksheets.

### Retrieve detailed row data
Get every specific field value for a single record instantly.

### List all worksheets
Get a full list of all tables and sheets available in your app.

## Use Cases

### Updating CRM Leads
A sales rep asks the agent to update the status of 10 specific leads. The agent uses update_row to change the status for all of them at once.

### Auditing HR Workflows
An HR manager wants to see what happens when a new hire is added. The agent uses list_workflows to show the active automation logic.

### Quick Data Retrieval
A project manager asks for the last five orders from the 'Orders' sheet. The agent uses list_rows to pull that data into a clean table.

### User Access Review
An IT admin needs to see everyone with access to the ERP. The agent uses list_users to provide a full list of active accounts.

## Benefits

- Stop manual data entry by using add_row and update_row to manage your CRM or ERP records through natural language.
- Get a clear view of your data structure with get_worksheet_schema so your agent knows exactly what fields are available.
- Audit your business logic faster by using list_workflows to see every automated process running in your app.
- Manage team access easily with list_users to keep your enterprise applications secure and organized.
- Pull specific data points quickly with get_row_details and list_rows to avoid digging through the Mingdao interface.

## How It Works

The bottom line is you get a conversational interface for your entire Mingdao Cloud enterprise ecosystem.

1. Subscribe to the Mingdao Cloud MCP on Vinkius.
2. Enter your Mingdao App Key and App Secret into your client settings.
3. Start asking your agent to manage records, list users, or check workflows.

## Frequently Asked Questions

**Can I use Mingdao Cloud MCP to manage my CRM data?**
Yes, you can use it to create, update, and list records in your CRM worksheets. Your agent can handle data entry and status updates through plain language.

**How does Mingdao Cloud MCP help with workflow automation?**
It allows your agent to see and audit all the automated workflows running in your Mingdao app. You can check the logic behind your business processes without opening the platform.

**Does Mingdao Cloud MCP support multi-user management?**
Yes, the Connector can list all application users. This makes it easy to audit who has access to your enterprise data and manage team permissions via your agent.

**Can my agent see the structure of my worksheets?**
Yes, the Connector can retrieve the full worksheet schema. This helps your agent understand your field names and data types so it can provide more accurate updates.

**Is Mingdao Cloud MCP suitable for HR processes?**
It's excellent for HR. You can use it to manage employee records, audit internal workflows, and manage user access to sensitive HR worksheets.

**Can I use Mingdao Cloud MCP to pull specific order details?**
Yes, your agent can pull detailed data for any specific row in your worksheet. This is great for quickly checking order statuses or customer info.

**How do I find my Mingdao App Key and Sign?**
In your Mingdao application, click the [Application Name] in the top navigation, then go to [API Developer Docs] → [Application Authorization]. You will find your App Key and Sign (App Secret) there.

**What is a 'Worksheet' in Mingdao Cloud?**
A Worksheet is the primary data storage unit in Mingdao Cloud, similar to a database table or a sheet in Airtable. You can manage rows within these worksheets using the provided tools.

**How do I format the 'controls' data for adding a row?**
The `controls` parameter should be a JSON array of objects, where each object has a `controlId` and a `value`. For example: `[{"controlId": "field_1", "value": "Hello"}]`.