Flow XO Connector for AI agents.
12 live capabilities
Manage chatbot workflows and user data through conversational commands.
Waiting for input…
Why people use Flow XO
Flow XO Chatbot Management for Faster Customer Support
With this Connector, you just ask your agent to check the user's history and tell you which flow is running. You get the answer in seconds without leaving your workspace.
What Vinkius changes
You get a natural language interface for your entire chatbot backend.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Handling a customer inquiry
A customer asks for an update.
- Real-world use case 02
Launching a marketing campaign
A new marketing campaign starts.
- Real-world use case 03
Automating lead nurturing
A lead is captured on a website.
Complete set · 12capabilities
The complete Flow XO capability set.
These are the exact actions your AI can choose when you ask it to work with Flow XO.
01—04
4 capabilities in this set.
Part of 12 available through Flow XO.
- 01 Capability
Toggle workflow
Enable or disable a specific automation flow. Use this to turn your bot sequences on or off instantly.
- 02 Capability
Trigger webhook
Start a flow by pushing a data payload to a webhook URL. This lets you start sequences from external apps.
- 03 Capability
Update user
Modify user metadata and records in your database. Use this to keep your user profiles current and accurate.
- 04 Capability
Create user
Register a new user in your database. This helps you quickly add new profiles to your chatbot system.
05—08
4 capabilities in this set.
Part of 12 available through Flow XO.
- 05 Capability
Get user details
Fetch a specific user's profile information. Use this to see user metadata and details at a glance.
- 06 Capability
Get automation analytics
Pull high-level usage summaries and performance metrics. This helps you see how your bots are performing.
- 07 Capability
List broadcasts
View a list of all previously sent broadcasts. This is useful for tracking your outgoing messaging history.
- 08 Capability
List bot accounts
See all connected bot accounts and platforms. Use this to get an overview of your bot integrations.
09—12
4 capabilities in this set.
Part of 12 available through Flow XO.
- 09 Capability
List chatbot users
Retrieve a list of all end users in your system. This gives you a full view of your user base.
- 10 Capability
List user history
Get the message history for specific users. This helps you understand past interactions with your customers.
- 11 Capability
List workflows
List all chatbot flows in your account. Use this to see every active automation sequence you have built.
- 12 Capability
Send push message
Send a direct push notification to a user's response path. This allows you to reach users on their preferred platform.
Set up in minutes
One URL. Then ask Flow XO to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Flow XO 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_DhJgZdQDCNl0kLGiLx4L9v0sfR4xZew6IlbXQbhV/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 Flow XO, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Flow XO for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_DhJgZdQDCNl0kLGiLx4L9v0sfR4xZew6IlbXQbhV/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 Flow XO URL.
- Step 03
Save and start
Save the connection and enable Flow XO in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"flow-xo": {
"url": "https://edge.vinkius.com/vk_preview_DhJgZdQDCNl0kLGiLx4L9v0sfR4xZew6IlbXQbhV/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 Flow XO
Open Agent mode in chat and ask: "Using Flow XO, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"flow-xo": {
"url": "https://edge.vinkius.com/vk_preview_DhJgZdQDCNl0kLGiLx4L9v0sfR4xZew6IlbXQbhV/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 Flow XO
Ask Copilot: "Using Flow XO, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"flow-xo": {
"url": "https://edge.vinkius.com/vk_preview_DhJgZdQDCNl0kLGiLx4L9v0sfR4xZew6IlbXQbhV/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 Flow XO
Open Cascade and ask: "Using Flow XO, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"flow-xo": {
"url": "https://edge.vinkius.com/vk_preview_DhJgZdQDCNl0kLGiLx4L9v0sfR4xZew6IlbXQbhV/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 Flow XO
Ask Cline: "Using Flow XO, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add flow-xo --transport http "https://edge.vinkius.com/vk_preview_DhJgZdQDCNl0kLGiLx4L9v0sfR4xZew6IlbXQbhV/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 Flow XO
Ask Claude: "Using Flow XO, show me...". 12 tools are ready
Where the request belongs
Work Flow XO can move forward.
This is for the ops person who's tired of context-switching between CRM capabilities and chatbot dashboards just to handle a single customer request.
Customer Success Manager
Checking user profiles and sending follow-up push messages during live support.
Marketing Operations Specialist
Triggering webhook-based lead nurturing sequences based on real-time data.
Automation Engineer
Toggling active flows and monitoring bot analytics without leaving their workspace.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsThe Botforge
Deploy custom AI chatbots for enterprise customer support with multilingual capability and deep integration into your tech stack.
ChatBot.com
Manage conversational AI and bot workflows via ChatBot. track stories, interactions, and user data directly from any AI agent.
GPTBots
Manage your conversational AI agents, workflows, and knowledge bases via AI.
Blip
Build intelligent chatbots for WhatsApp, Messenger, and web that engage customers with conversational commerce flows.
SmartChatAI
Manage AI bots, knowledge bases, and messaging on SmartChatAI with AI agents.
Chatsistant
Deploy white-label AI assistants for your clients with custom branding, knowledge bases, and conversation analytics.
Bring your own AI
Change the model, client or framework. Keep Flow XO 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 Flow XO.
The practical details behind the request, access and result.
Can I use Flow XO MCP to manage my Slack and Telegram bots?
Yes, you can view and manage accounts across multiple platforms like Slack and Telegram directly through your AI agent.
How does Flow XO MCP help with customer support?
It lets your agent pull up user profiles and message histories instantly, so you can provide faster, more informed help.
Can I send notifications to users via Flow XO MCP?
Yes, you can use the push message capability to send direct notifications to users based on their specific response paths.
Is Flow XO MCP good for marketing automation?
It's great for triggering webhooks to start automated sequences and managing the flows that nurture your leads.
Can I see my chatbot analytics with Flow XO MCP?
Yes, your agent can pull high-level usage summaries and performance metrics to show you how your bots are performing.
How do I update user information using Flow XO MCP?
You can just tell your agent to update a user's details, and it will modify the metadata in your Flow XO database automatically.
How do I trigger a specific Flow XO workflow using the agent?
You can use the 'trigger_webhook' capability. Provide the Webhook URL generated by your Flow XO 'Webhook Trigger' and a JSON payload. The agent will post the data to that URL, starting the automated flow remotely.
What is a 'response path' and how do I get it?
A response path is a unique identifier for a user's conversation on a specific platform. You can find it by using the 'list_chatbot_users' or 'get_user_details' capabilities. It's required for sending push messages via the 'send_push_message' capability.
Can I disable a chatbot flow temporarily using the agent?
Yes! The 'toggle_workflow' capability allows you to enable or disable any of your flows by providing the Workflow ID and setting the 'active' parameter to true or false.
One connection away
Give your agent a direct line to Flow XO.
Connect Flow XO once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available