HiFlow Connector for AI agents.
12 live capabilities
Manage enterprise workflows and business processes through a conversational interface.
Waiting for input…
Why people use HiFlow
HiFlow for Enterprise Workflow Automation
This Connector changes the game. Instead of hunting for information, you just ask your AI client. It pulls the data from HiFlow, checks the status of a job, or triggers a new process with one command. You stop being a human router for information and start actually managing the work.
What Vinkius changes
You get a conversational interface for your entire enterprise workflow engine.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Onboarding a new client
An ops lead asks the agent to start the onboarding process for a new company.
- Real-world use case 02
Checking billing status
A customer success rep asks for a specific invoice.
- Real-world use case 03
Reviewing monthly billing
A finance manager asks for all current invoices.
Complete set · 12capabilities
The complete HiFlow capability set.
These are the exact actions your AI can choose when you ask it to work with HiFlow.
01—04
4 capabilities in this set.
Part of 12 available through HiFlow.
- 01 Capability
Get activity
Pull information from your activity dashboard. Use this to see what's happening across your workflows right now.
- 02 Capability
List customers
Pull a full list of all your customers. Use this to get an overview of your entire client base.
- 03 Capability
Create customer
Create a new customer record in your system. This helps you keep your database updated without manual entry.
- 04 Capability
Get customer
Fetch specific details for a single customer. This lets your agent provide personalized info quickly.
05—08
4 capabilities in this set.
Part of 12 available through HiFlow.
- 05 Capability
Get estimate
Retrieve details for a specific quote or estimate. Use this to check pricing and terms on the fly.
- 06 Capability
Get invoice
Pull the details of a specific invoice. This makes it easy to verify billing status during a conversation.
- 07 Capability
Get job
Get the current status and details of a specific job. Use this to see exactly where a project stands.
- 08 Capability
Get me
Retrieve your own profile information. This helps your agent identify who is currently interacting with the system.
09—12
4 capabilities in this set.
Part of 12 available through HiFlow.
- 09 Capability
List estimates
Show a list of all quotes and estimates. This helps you track pending sales opportunities.
- 10 Capability
List invoices
Get a list of all invoices in the system. Use this to manage your overall billing history.
- 11 Capability
List jobs
Pull a list of all active jobs and projects. This gives your agent a bird's eye view of the workload.
- 12 Capability
List timesheets
List all timesheet entries. Use this to check labor hours and project costs.
Set up in minutes
One URL. Then ask HiFlow to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use HiFlow 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_mYOyEtQMk17vfrK6dYIBkK9k8U6pgHkco3usloU8/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 HiFlow, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable HiFlow for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_mYOyEtQMk17vfrK6dYIBkK9k8U6pgHkco3usloU8/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 HiFlow URL.
- Step 03
Save and start
Save the connection and enable HiFlow in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"hiflow": {
"url": "https://edge.vinkius.com/vk_preview_mYOyEtQMk17vfrK6dYIBkK9k8U6pgHkco3usloU8/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 HiFlow
Open Agent mode in chat and ask: "Using HiFlow, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"hiflow": {
"url": "https://edge.vinkius.com/vk_preview_mYOyEtQMk17vfrK6dYIBkK9k8U6pgHkco3usloU8/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 HiFlow
Ask Copilot: "Using HiFlow, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"hiflow": {
"url": "https://edge.vinkius.com/vk_preview_mYOyEtQMk17vfrK6dYIBkK9k8U6pgHkco3usloU8/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 HiFlow
Open Cascade and ask: "Using HiFlow, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"hiflow": {
"url": "https://edge.vinkius.com/vk_preview_mYOyEtQMk17vfrK6dYIBkK9k8U6pgHkco3usloU8/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 HiFlow
Ask Cline: "Using HiFlow, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add hiflow --transport http "https://edge.vinkius.com/vk_preview_mYOyEtQMk17vfrK6dYIBkK9k8U6pgHkco3usloU8/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 HiFlow
Ask Claude: "Using HiFlow, show me...". 12 tools are ready
Where the request belongs
Work HiFlow can move forward.
This is for operations managers who are tired of manual status updates and project leads who need to move tasks forward without digging through a complex BPM UI.
Operations Manager
They use this to check project statuses and trigger onboarding workflows without leaving their workspace.
Customer Success Lead
They pull up customer history and invoice details quickly to answer client questions during calls.
Project Coordinator
They manage job updates and timesheet lists to keep the team on track.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsKissflow
Build low-code workflows, process apps, and case management solutions that digitize operations without heavy IT involvement.
QingFlow
Leading no-code BPM automation platform. manage applications, data records, and workflows via AI.
Zeev
Digitize business processes with BPMN workflows, electronic forms, and approval chains that replace paper and email chaos.
Chuanyun
Enterprise workflow automation and digital engine. manage business objects, forms, and approval history via AI.
Flow
Manage projects, tasks, and team collaboration via AI agents with Flow (getflow.com).
Workload
Build visual workflow automations that connect your favorite apps and eliminate repetitive manual tasks across your business.
Bring your own AI
Change the model, client or framework. Keep HiFlow 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 HiFlow.
The practical details behind the request, access and result.
Can the HiFlow MCP start a workflow for me?
Yes. Your AI client can trigger specific business processes in HiFlow, like starting a new client onboarding or a project kickoff, using a simple text command.
How does HiFlow MCP help with customer data?
It allows your agent to pull up specific customer profiles, history, and records instantly. You can ask about a specific client without leaving your chat.
Can I use HiFlow MCP to check project statuses?
Exactly. You can ask your agent to find a specific job and get a real-time status update, including what the next step is and if there are any blockers.
Does HiFlow MCP work with my existing HiFlow account?
Yes, this Connector connects directly to your existing HiFlow environment. It uses your current workflows and data so your AI agent stays in sync with your actual business.
Can my agent see my invoices through HiFlow MCP?
Yes, the Connector can retrieve specific invoice details or list all invoices. This is great for quickly checking billing status during a conversation.
Is HiFlow MCP good for enterprise BPM?
It's designed specifically for business process management. It bridges the gap between complex enterprise workflows and a simple conversational interface for your AI client.
Can I start a new workflow from the AI?
Yes, you can trigger new workflow instances by specifying the process ID and required variables.
How do I check pending tasks?
Ask the agent to 'List my pending approvals', and it will retrieve the queue of tasks requiring your attention.
Is it possible to approve a task directly in the chat?
Yes! Provide the task ID and tell the agent to mark it as approved or rejected.
One connection away
Give your agent a direct line to HiFlow.
Connect HiFlow once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available