Zeev Connector for AI agents.
11 live capabilities
Manage business workflows and approval chains through a simple chat interface.
Waiting for input…
Why people use Zeev
Zeev BPM Workflow Automation
With the Zeev MCP, that manual cycle disappears. You can simply tell your agent to start a new request or check the status of a specific approval. It interacts with the Zeev engine for you, pulling the data and moving the needle forward. You get to stop being a data entry clerk and start being a manager again.
What Vinkius changes
You get a voice-controlled interface for your entire business process engine.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Speeding up expense reports
An employee needs a refund.
- Real-world use case 02
Clearing task bottlenecks
A task is stuck.
- Real-world use case 03
Instant executive approvals
The executive gets a notification, asks the agent for the details via get_request, and uses finish_task to approve it immediately.
Complete set · 11capabilities
The complete Zeev capability set.
These are the exact actions your AI can choose when you ask it to work with Zeev.
01—04
4 capabilities in this set.
Part of 11 available through Zeev.
- 01 Capability
Cancel request
Stop an active process request immediately. Use this when a submission is no longer needed.
- 02 Capability
Finish task
Complete a task and submit the required decision. Use this to move a process forward.
- 03 Capability
Get me
Pull your current user profile information. Use this to verify which account the agent is using.
- 04 Capability
Get process
See the specific details of a process definition. This helps you understand the workflow steps.
05—08
4 capabilities in this set.
Part of 11 available through Zeev.
- 05 Capability
Get request
View the details of a specific process request. Use this to check the status of a single item.
- 06 Capability
Get task
Get the details of a specific task. This shows you exactly what needs to be done on an item.
- 07 Capability
List processes
See all the process definitions available to you. Use this to browse your company's workflows.
- 08 Capability
List requests
Get a list of all process requests in the system. This gives you a high-level view of all activity.
09—11
3 capabilities in this set.
Part of 11 available through Zeev.
- 09 Capability
List tasks
See all pending tasks assigned to you. This helps you stay on top of your daily to-do list.
- 10 Capability
Create request
Start a new process request with specific form data. This replaces manual form filling.
- 11 Capability
Delegate task
Assign a task to another team member. This helps move bottlenecks out of your queue.
Set up in minutes
One URL. Then ask Zeev to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Zeev 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_76wWxPXq3ejPSYQ72orlPTrIZ0WpaDSAJK5lkcsd/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 Zeev, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Zeev for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_76wWxPXq3ejPSYQ72orlPTrIZ0WpaDSAJK5lkcsd/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 Zeev URL.
- Step 03
Save and start
Save the connection and enable Zeev in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"zeev": {
"url": "https://edge.vinkius.com/vk_preview_76wWxPXq3ejPSYQ72orlPTrIZ0WpaDSAJK5lkcsd/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 Zeev
Open Agent mode in chat and ask: "Using Zeev, help me...". 11 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"zeev": {
"url": "https://edge.vinkius.com/vk_preview_76wWxPXq3ejPSYQ72orlPTrIZ0WpaDSAJK5lkcsd/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 Zeev
Ask Copilot: "Using Zeev, help me...". 11 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"zeev": {
"url": "https://edge.vinkius.com/vk_preview_76wWxPXq3ejPSYQ72orlPTrIZ0WpaDSAJK5lkcsd/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 Zeev
Open Cascade and ask: "Using Zeev, help me...". 11 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"zeev": {
"url": "https://edge.vinkius.com/vk_preview_76wWxPXq3ejPSYQ72orlPTrIZ0WpaDSAJK5lkcsd/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 Zeev
Ask Cline: "Using Zeev, help me...". 11 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add zeev --transport http "https://edge.vinkius.com/vk_preview_76wWxPXq3ejPSYQ72orlPTrIZ0WpaDSAJK5lkcsd/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 Zeev
Ask Claude: "Using Zeev, show me...". 11 tools are ready
Where the request belongs
Work Zeev can move forward.
The operations manager who's tired of chasing people for signatures or the HR lead drowning in manual onboarding forms. It's for anyone who wants to stop being a human router for paperwork.
Operations Manager
Handles day-to-day workflow approvals and task tracking to keep projects moving.
HR Coordinator
Manages employee onboarding and offboarding requests via automated forms.
Process Developer
Quickly checks process definitions and request statuses to monitor system health.
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.
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.
Nutrient Workflow
Build document workflows with PDF viewing, editing, annotation, and digital signatures embedded directly into your applications.
Formstack
Manage professional forms, track submissions, and automate data collection via AI agents with Formstack.
Bring your own AI
Change the model, client or framework. Keep Zeev 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 Zeev.
The practical details behind the request, access and result.
Can Zeev MCP handle my company's approval chain?
Yes, it connects to your Zeev account to manage approvals. You can ask your agent to check the status of any step in your chain or finish a task to move it forward.
How does Zeev MCP help with manual data entry?
It lets your agent fill out Zeev forms for you. Instead of typing everything into a web form, you just tell your agent the details and it handles the submission.
Can I use Zeev MCP to delegate work to my team?
Yes, you can use the delegate capability to move tasks to other team members. This helps you clear your own queue and ensure work gets to the right person quickly.
Does Zeev MCP work with my current Zeev account?
It connects directly to your existing Zeev setup. You just need to provide your domain and API key from your profile settings to get started.
Can Zeev MCP show me the status of a specific request?
Yes, it can pull the details of any request. Just ask your agent for the status of a specific ID or ask it to list all active requests.
Is Zeev MCP good for HR onboarding?
It's great for HR because it can handle the forms and approval steps for onboarding. This makes the whole process faster for the new hire and easier for the HR team.
Can I start any process using the AI agent?
Yes, as long as you have the process ID and the required initial form data.
Is it possible to delegate tasks to specific users?
Yes, you can use the delegate_task capability by providing the Task ID and the target User ID.
Can I see the history of a request?
Yes, the get_request capability provides details including the current status and history of the instance.
One connection away
Give your agent a direct line to Zeev.
Connect Zeev once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available