Chuanyun Connector for AI agents.
10 live capabilities
Manage ERP workflows and business objects through a chat interface.
Waiting for input…
Why people use Chuanyun
Chuanyun for ERP Workflow Automation
With the Chuanyun MCP, that manual loop is broken. You can simply ask your agent for the status of a specific record or request a full audit of a workflow history. You get the answer in seconds without ever opening a new tab.
What Vinkius changes
You get a chat-based interface for your entire Chuanyun business logic.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Procurement Tracking
An ops manager asks the agent to find the last 5 procurement orders and check if they've been approved using list_biz_objects and get_workflow_history.
- Real-world use case 02
Schema Auditing
A developer asks for the field codes of a specific form to ensure the new UI matches the backend using get_form_schema.
- Real-world use case 03
User Management
An admin asks the agent to list all users and identify who needs access to a new workflow using list_users.
Complete set · 10capabilities
The complete Chuanyun capability set.
These are the exact actions your AI can choose when you ask it to work with Chuanyun.
01—04
4 capabilities in this set.
Part of 10 available through Chuanyun.
- 01 Capability
Delete biz object
Remove a specific business object record from your application.
- 02 Capability
Get form schema
Retrieve the field definitions and schema codes for a specific form.
- 03 Capability
List workflows
View all the workflows associated with your application forms.
- 04 Capability
Update biz object
Modify the data within an existing business object record.
05—07
3 capabilities in this set.
Part of 10 available through Chuanyun.
- 05 Capability
Create biz object
Create a new business object record within your Chuanyun environment.
- 06 Capability
Get biz object details
Fetch the full data set for a specific business object.
- 07 Capability
Get workflow history
View the full history of approvals and steps for a workflow instance.
08—10
3 capabilities in this set.
Part of 10 available through Chuanyun.
- 08 Capability
List biz objects
Get a complete list of business objects or records in your application.
- 09 Capability
List forms
See all the different forms available in your current Chuanyun application.
- 10 Capability
List users
Pull a list of all users registered within your application.
Set up in minutes
One URL. Then ask Chuanyun to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Chuanyun 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_jXuqtQ49UxFjyafvuBoVJVCnrrwFsGVhoJ1ArWGG/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 Chuanyun, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Chuanyun for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_jXuqtQ49UxFjyafvuBoVJVCnrrwFsGVhoJ1ArWGG/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 Chuanyun URL.
- Step 03
Save and start
Save the connection and enable Chuanyun in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"chuanyun": {
"url": "https://edge.vinkius.com/vk_preview_jXuqtQ49UxFjyafvuBoVJVCnrrwFsGVhoJ1ArWGG/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 Chuanyun
Open Agent mode in chat and ask: "Using Chuanyun, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"chuanyun": {
"url": "https://edge.vinkius.com/vk_preview_jXuqtQ49UxFjyafvuBoVJVCnrrwFsGVhoJ1ArWGG/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 Chuanyun
Ask Copilot: "Using Chuanyun, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"chuanyun": {
"url": "https://edge.vinkius.com/vk_preview_jXuqtQ49UxFjyafvuBoVJVCnrrwFsGVhoJ1ArWGG/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 Chuanyun
Open Cascade and ask: "Using Chuanyun, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"chuanyun": {
"url": "https://edge.vinkius.com/vk_preview_jXuqtQ49UxFjyafvuBoVJVCnrrwFsGVhoJ1ArWGG/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 Chuanyun
Ask Cline: "Using Chuanyun, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add chuanyun --transport http "https://edge.vinkius.com/vk_preview_jXuqtQ49UxFjyafvuBoVJVCnrrwFsGVhoJ1ArWGG/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 Chuanyun
Ask Claude: "Using Chuanyun, show me...". 10 tools are ready
Where the request belongs
Work Chuanyun can move forward.
This is for the operations lead who is tired of being a human router for status updates, or the IT admin who needs to check schemas without constant manual requests from other departments.
Operations Manager
Checking approval statuses and updating records without opening a browser.
Business Analyst
Pulling form schemas and object lists to build new digital processes.
IT Administrator
Monitoring application workflows and user lists to keep the system organized.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsZeev
Digitize business processes with BPMN workflows, electronic forms, and approval chains that replace paper and email chaos.
QingFlow
Leading no-code BPM automation platform. manage applications, data records, and workflows via AI.
HiFlow
Workflow and business process management.
Kissflow
Build low-code workflows, process apps, and case management solutions that digitize operations without heavy IT involvement.
Mingdao Cloud
Enterprise zero-code application and workflow platform. manage worksheets, records, and automations via AI.
Fusioo
Manage collaborative workspaces, track records, and oversee custom apps via AI agents with Fusioo.
Bring your own AI
Change the model, client or framework. Keep Chuanyun 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 Chuanyun.
The practical details behind the request, access and result.
Can Chuanyun MCP help with ERP workflows?
Yes. It connects your AI agent to your Chuanyun engine, allowing you to check statuses, audit history, and manage business objects without manual navigation.
How do I use Chuanyun MCP to check approvals?
You can simply ask your agent to check the history of a specific record. It will pull the full audit trail of who approved what and when.
Can Chuanyun MCP manage my business records?
It can. Your agent can create, update, and delete business records across your Chuanyun environment using natural language commands.
Is Chuanyun MCP good for business analysts?
Absolutely. It's great for pulling form schemas and field definitions quickly, which helps you understand data structures for new projects.
What happens when I connect Chuanyun MCP?
Your AI client gains the ability to 'see' and 'act' on your Chuanyun data. You can query forms, check users, and manage objects directly in your chat.
Can I see my team's users with Chuanyun MCP?
Yes, the Connector can pull a list of all users registered in your application, making it easy to see who has access to your various capabilities.
How do I find my Chuanyun Engine Code and Secret?
Log in to the H3Yun Portal, go to [Settings] → [Integration] → [API], and you will find your Engine Code and Engine Secret (API Secret) there.
What is a 'Schema Code' in Chuanyun?
A Schema Code is the unique identifier for a specific form or business object structure. You can find these codes in the application design section or by using the list_forms capability.
Can I see who approved a specific business object?
Yes. Use the get_workflow_history capability with the business object ID. It will return the detailed history of the workflow, including all approval steps and the users involved.
One connection away
Give your agent a direct line to Chuanyun.
Connect Chuanyun once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available