Mingdao Cloud Connector for AI agents.
10 live capabilities
Manage enterprise worksheets and automate business workflows via a natural conversation.
Waiting for input…
Why people use Mingdao Cloud
Mingdao Cloud for Automating Enterprise Workflows
With this Connector, you just tell your agent what needs to happen. It handles the navigation and data entry in the background, updating your records and monitoring your workflows in one go. You get accurate data without the manual friction.
What Vinkius changes
You get a conversational interface for your entire Mingdao Cloud enterprise ecosystem.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Updating CRM Leads
A sales rep asks the agent to update the status of 10 specific leads.
- Real-world use case 02
Auditing HR Workflows
An HR manager wants to see what happens when a new hire is added.
- Real-world use case 03
Quick Data Retrieval
A project manager asks for the last five orders from the 'Orders' sheet.
Complete set · 10capabilities
The complete Mingdao Cloud capability set.
These are the exact actions your AI can choose when you ask it to work with Mingdao Cloud.
01—04
4 capabilities in this set.
Part of 10 available through Mingdao Cloud.
- 01 Capability
Add row
Add a new record to a worksheet. This lets your agent create new entries like customer leads or orders instantly.
- 02 Capability
Delete row
Delete a record from a worksheet. Use this to remove outdated entries or incorrect data from your records.
- 03 Capability
Get app info
Get application summary. This provides a high-level overview of your Mingdao application details.
- 04 Capability
Get worksheet schema
Get worksheet field schema. See the exact structure and field types of your worksheet to understand your data.
05—07
3 capabilities in this set.
Part of 10 available through Mingdao Cloud.
- 05 Capability
List rows
List records in a worksheet. Pull a list of entries from a specific table to review your current data.
- 06 Capability
List users
List application users. See everyone who has access to your app to manage team permissions.
- 07 Capability
List workflows
List application workflows. View the automated logic currently running in your Mingdao application.
08—10
3 capabilities in this set.
Part of 10 available through Mingdao Cloud.
- 08 Capability
Update row
Update an existing record. Change specific values in a worksheet row to keep your data current.
- 09 Capability
List worksheets
List all worksheets in the application. Get a full list of all tables and sheets available to your agent.
- 10 Capability
Get row details
Get row detailed data. Retrieve every specific field value for a single record in your worksheet.
Set up in minutes
One URL. Then ask Mingdao Cloud to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Mingdao Cloud from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_nCiYLRa9bUiluDFBzZcemqJ1joVfnWcFUGAuOzTf/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Mingdao Cloud, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Mingdao Cloud for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_nCiYLRa9bUiluDFBzZcemqJ1joVfnWcFUGAuOzTf/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Mingdao Cloud URL.
- Step 03
Save and start
Save the connection and enable Mingdao Cloud in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"mingdao-cloud": {
"url": "https://edge.vinkius.com/vk_preview_nCiYLRa9bUiluDFBzZcemqJ1joVfnWcFUGAuOzTf/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Mingdao Cloud
Open Agent mode in chat and ask: "Using Mingdao Cloud, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"mingdao-cloud": {
"url": "https://edge.vinkius.com/vk_preview_nCiYLRa9bUiluDFBzZcemqJ1joVfnWcFUGAuOzTf/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Mingdao Cloud
Ask Copilot: "Using Mingdao Cloud, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"mingdao-cloud": {
"url": "https://edge.vinkius.com/vk_preview_nCiYLRa9bUiluDFBzZcemqJ1joVfnWcFUGAuOzTf/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Mingdao Cloud
Open Cascade and ask: "Using Mingdao Cloud, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"mingdao-cloud": {
"url": "https://edge.vinkius.com/vk_preview_nCiYLRa9bUiluDFBzZcemqJ1joVfnWcFUGAuOzTf/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Mingdao Cloud
Ask Cline: "Using Mingdao Cloud, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add mingdao-cloud --transport http "https://edge.vinkius.com/vk_preview_nCiYLRa9bUiluDFBzZcemqJ1joVfnWcFUGAuOzTf/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Mingdao Cloud
Ask Claude: "Using Mingdao Cloud, show me...". 10 tools are ready
Where the request belongs
Work Mingdao Cloud can move forward.
This is for the operations manager tired of manual data entry, the IT admin managing complex permissions, or the system integrator who needs to audit data across multiple worksheets.
Operations Manager
Manages daily data entry for CRM and ERP systems via chat instead of manual typing.
IT Administrator
Handles user permissions and monitors automated workflows without manual overhead.
Data Analyst
Audits worksheet schemas and pulls records for reporting without leaving their workspace.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsChuanyun
Enterprise workflow automation and digital engine. manage business objects, forms, and approval history via AI.
Jiandaoyun
Cloud-based zero-code data management platform. manage forms, records, and workflows via AI.
Retool
Connect your AI assistant to Retool to inspect applications, audit users, review connected resources, and monitor workflows directly from chat.
QingFlow
Leading no-code BPM automation platform. manage applications, data records, and workflows via AI.
Workload
Build visual workflow automations that connect your favorite apps and eliminate repetitive manual tasks across your business.
Make (Workflow Automation)
Manage workflow automation via Make. audit scenarios, track execution logs, and monitor data stores.
Bring your own AI
Change the model, client or framework. Keep Mingdao Cloud connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Mingdao Cloud.
The practical details behind the request, access and result.
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 capabilities.
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"}].
One connection away
Give your agent a direct line to Mingdao Cloud.
Connect Mingdao Cloud once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available