Jiandaoyun Connector for AI agents.
10 live capabilities
Manage enterprise forms and records through natural language.
Waiting for input…
Why people use Jiandaoyun
Jiandaoyun for Automated Enterprise Data Entry
This Connector changes that by letting your agent do the heavy lifting. You just tell your agent what to record or update, and it handles the interaction with Jiandaoyun for you. You get accurate data and a much faster way to manage your business.
What Vinkius changes
You get to stop manual data entry and start managing your business processes via natural language.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Inventory Management
A warehouse manager asks for the last 5 laptop entries and updates the stock count using update_record.
- Real-world use case 02
HR Onboarding
An admin uses create_record to add a new hire's details and checks the approval status with get_workflow_status.
- Real-world use case 03
Data Auditing
An analyst pulls all records from a Sales form using list_data to find discrepancies in the monthly report.
Complete set · 10capabilities
The complete Jiandaoyun capability set.
These are the exact actions your AI can choose when you ask it to work with Jiandaoyun.
01—04
4 capabilities in this set.
Part of 10 available through Jiandaoyun.
- 01 Capability
Create record
Create a new form record. This lets your agent add new entries to your database without manual typing.
- 02 Capability
Delete record
Delete a form record. Use this to quickly remove outdated or incorrect information from your forms.
- 03 Capability
Get form schema
Get form field schema. This helps your agent understand the specific fields and types required for a form.
- 04 Capability
Get record details
Get record details. Pull specific information about a single entry for quick review or analysis.
05—07
3 capabilities in this set.
Part of 10 available through Jiandaoyun.
- 05 Capability
Get workflow status
Get record workflow status. Check exactly where a request stands in your company's approval process.
- 06 Capability
List address book
List organization users. Access your company's directory to find and manage user-related data.
- 07 Capability
List apps
List all Jiandaoyun applications. See every application available in your account at a glance.
08—10
3 capabilities in this set.
Part of 10 available through Jiandaoyun.
- 08 Capability
List data
List records in a form. Pull a list of all entries within a specific form for auditing or review.
- 09 Capability
List forms
List forms in an application. Browse all the different forms available within a specific Jiandaoyun app.
- 10 Capability
Update record
Update an existing form record. Modify data in your existing records to keep your information current.
Set up in minutes
One URL. Then ask Jiandaoyun to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Jiandaoyun 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_WisqIMEr6hcItYFFEVJksQS3j1nDaj9YCtooPVeH/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 Jiandaoyun, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Jiandaoyun for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_WisqIMEr6hcItYFFEVJksQS3j1nDaj9YCtooPVeH/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 Jiandaoyun URL.
- Step 03
Save and start
Save the connection and enable Jiandaoyun in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"jiandaoyun": {
"url": "https://edge.vinkius.com/vk_preview_WisqIMEr6hcItYFFEVJksQS3j1nDaj9YCtooPVeH/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 Jiandaoyun
Open Agent mode in chat and ask: "Using Jiandaoyun, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"jiandaoyun": {
"url": "https://edge.vinkius.com/vk_preview_WisqIMEr6hcItYFFEVJksQS3j1nDaj9YCtooPVeH/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 Jiandaoyun
Ask Copilot: "Using Jiandaoyun, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"jiandaoyun": {
"url": "https://edge.vinkius.com/vk_preview_WisqIMEr6hcItYFFEVJksQS3j1nDaj9YCtooPVeH/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 Jiandaoyun
Open Cascade and ask: "Using Jiandaoyun, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"jiandaoyun": {
"url": "https://edge.vinkius.com/vk_preview_WisqIMEr6hcItYFFEVJksQS3j1nDaj9YCtooPVeH/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 Jiandaoyun
Ask Cline: "Using Jiandaoyun, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add jiandaoyun --transport http "https://edge.vinkius.com/vk_preview_WisqIMEr6hcItYFFEVJksQS3j1nDaj9YCtooPVeH/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 Jiandaoyun
Ask Claude: "Using Jiandaoyun, show me...". 10 tools are ready
Where the request belongs
Work Jiandaoyun can move forward.
This is for the operations manager tired of manual data entry, the HR admin managing employee records, and the small business owner tracking inventory without a technical team.
Operations Manager
Checks workflow statuses and updates inventory records daily without opening a browser.
HR Administrator
Manages employee onboarding forms and checks approval statuses through a chat interface.
Data Analyst
Pulls batches of records from various forms for monthly reporting and auditing.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsMingdao Cloud
Enterprise zero-code application and workflow platform. manage worksheets, records, and automations via AI.
Yida
Enterprise low-code development platform by DingTalk. manage forms, data instances, and approval workflows via AI.
Chuanyun
Enterprise workflow automation and digital engine. manage business objects, forms, and approval history via AI.
Jinshuju / 金数据
Powerful online form and data collection platform. manage forms, entries, and webhooks via AI.
Kintone
Build custom business apps without code using drag-and-drop forms, workflow automation, and team collaboration spaces.
Ninox
Build custom business databases and apps with a visual platform that replaces spreadsheets with structured, relational data.
Bring your own AI
Change the model, client or framework. Keep Jiandaoyun 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 Jiandaoyun.
The practical details behind the request, access and result.
What can the Jiandaoyun MCP do for my business?
It connects your AI agent to your Jiandaoyun data, letting you create records, update information, and check workflow statuses using natural language.
Can I use Jiandaoyun MCP to manage my HR records?
Yes, you can use it to manage employee data, access the organization address book, and track the status of internal HR requests.
How does Jiandaoyun MCP help with inventory?
You can list inventory records, update stock quantities, and pull specific details for any item in your warehouse directly through your agent.
Does Jiandaoyun MCP support workflow tracking?
It allows your agent to check the current progress and status of any form record moving through your company's automated workflows.
Can I see my Jiandaoyun apps using this Connector?
Yes, the Connector can list all your applications and the specific forms inside them so you can navigate your data more easily.
Is Jiandaoyun MCP good for data entry?
It's built for it. You can use it to create new records and update existing ones, removing the need to manually type data into web forms.
How do I find my Jiandaoyun API Key?
Log in to Jiandaoyun, go to [Account Center] → [Account Settings] → [API Key], and generate your token there. Ensure your version supports API access.
Can I check the status of an approval process?
Yes. Using the get_workflow_status capability with the application, form, and record IDs, you can retrieve the current step and status of any active workflow/approval process.
How do I know which fields to use when creating a record?
Use the get_form_schema capability. it will return all the available widgets (fields) for that form, including their unique IDs which you need to use in the data parameter.
One connection away
Give your agent a direct line to Jiandaoyun.
Connect Jiandaoyun once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available