ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Mingdao Cloud with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Enterprise zero-code application and workflow platform. manage worksheets, records, and automations via AI.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 10 capabilities

The complete Mingdao Cloud capability set.

These are the exact actions your AI can choose when you ask it to work with Mingdao Cloud.

Capability set01 / 03

01-04

4 capabilities in this set.

Part of 10 available through Mingdao Cloud.

  1. 01

    Add row

    Add a new record to a worksheet

  2. 02

    List users

    List application users

  3. 03

    List workflows

    List application workflows

  4. 04

    Update row

    Update an existing record

Capability set02 / 03

05-07

3 capabilities in this set.

Part of 10 available through Mingdao Cloud.

  1. 05

    Delete row

    Delete a record from a worksheet

  2. 06

    Get app info

    Get application summary

  3. 07

    Get row details

    Get row detailed data

Capability set03 / 03

08-10

3 capabilities in this set.

Part of 10 available through Mingdao Cloud.

  1. 08

    Get worksheet schema

    Get worksheet field schema

  2. 09

    List rows

    List records in a worksheet

  3. 10

    List worksheets

    List all worksheets in the application

Observed, not estimated

917ms average. Fast in production.

Mingdao Cloud is checked daily against the live service.

Daily averagePeak 1052ms
Aug 20Today
Fastest day
722ms
Slowest day
1052ms
14-day trend
Slowing+18%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 10 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Mingdao Cloud, so you can see the experience inside your AI.

It does not authenticate your account with Mingdao Cloud. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Mingdao Cloud Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_nCiYLRa9bUiluDFBzZcemqJ1joVfnWcFUGAuOzTf/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Mingdao Cloud capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "mingdao-cloud-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_nCiYLRa9bUiluDFBzZcemqJ1joVfnWcFUGAuOzTf/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Mingdao Cloud owners ask.

  • 01

    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.

  • 02

    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.

  • 03

    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"}].