Bot9 Connector for AI agents.
8 live capabilities
Manage your conversational bot fleet and training data from your workspace.
Waiting for input…
Why people use Bot9
Bot9 for Automating Customer Support Bot Training
With this Connector, you just tell your AI agent to 'add the new pricing page to the support bot.' It handles the API calls while you stay in your code editor or chat window. You get updated bots without the manual overhead.
What Vinkius changes
You get a direct line to your Bot9 bot fleet without ever leaving your workspace.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Updating pricing information
A user reports a bot is giving old pricing.
- Real-world use case 02
Auditing a failed customer interaction
A customer is unhappy with a bot's response.
- Real-world use case 03
Launching a seasonal support bot
You need a temporary bot for a holiday sale.
Complete set · 8capabilities
The complete Bot9 capability set.
These are the exact actions your AI can choose when you ask it to work with Bot9.
01—04
4 capabilities in this set.
Part of 8 available through Bot9.
- 01 Capability
Add data source
Add a URL to a bot's knowledge base so it can learn from new information. This helps keep your bot's data current.
- 02 Capability
Get conversation history
Retrieve the full message history of a specific conversation. Use this to audit user interactions and bot accuracy.
- 03 Capability
List bots
Get a complete list of every bot currently in your account. This gives you a high level view of your fleet.
- 04 Capability
List conversations
See all active conversations happening across your bots. This helps you monitor live traffic and engagement.
05—08
4 capabilities in this set.
Part of 8 available through Bot9.
- 05 Capability
List data sources
See every URL or source currently being used to train a bot. Use this to verify what data your bot can access.
- 06 Capability
Send message
Send a manual message to a bot to test its response in real time. This is perfect for quality assurance before launch.
- 07 Capability
Create bot
Create a brand new AI chatbot within your Bot9 account. Use this to quickly launch new agents for different tasks.
- 08 Capability
Get bot
Pull the specific configuration details for a single bot. This is useful for checking specific settings or IDs.
Set up in minutes
One URL. Then ask Bot9 to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Bot9 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_xykFN1NHKp6fhi8a6feYwqUybPGEA4E4VDUoP8es/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 Bot9, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Bot9 for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_xykFN1NHKp6fhi8a6feYwqUybPGEA4E4VDUoP8es/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 Bot9 URL.
- Step 03
Save and start
Save the connection and enable Bot9 in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"bot9": {
"url": "https://edge.vinkius.com/vk_preview_xykFN1NHKp6fhi8a6feYwqUybPGEA4E4VDUoP8es/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 Bot9
Open Agent mode in chat and ask: "Using Bot9, help me...". 8 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"bot9": {
"url": "https://edge.vinkius.com/vk_preview_xykFN1NHKp6fhi8a6feYwqUybPGEA4E4VDUoP8es/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 Bot9
Ask Copilot: "Using Bot9, help me...". 8 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"bot9": {
"url": "https://edge.vinkius.com/vk_preview_xykFN1NHKp6fhi8a6feYwqUybPGEA4E4VDUoP8es/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 Bot9
Open Cascade and ask: "Using Bot9, help me...". 8 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"bot9": {
"url": "https://edge.vinkius.com/vk_preview_xykFN1NHKp6fhi8a6feYwqUybPGEA4E4VDUoP8es/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 Bot9
Ask Cline: "Using Bot9, help me...". 8 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add bot9 --transport http "https://edge.vinkius.com/vk_preview_xykFN1NHKp6fhi8a6feYwqUybPGEA4E4VDUoP8es/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 Bot9
Ask Claude: "Using Bot9, show me...". 8 tools are ready
Where the request belongs
Work Bot9 can move forward.
This is for the customer success lead who's overwhelmed by bot logs and the automation engineer who needs to update bot training data across dozens of agents without manual entry.
Customer Support Manager
Checks conversation history to spot where bots are failing and updates knowledge bases to fix them.
AI Automation Engineer
Programmatically tests bot responses and creates new bots for different support tiers.
Content Strategist
Feeds new URLs into the bot training pipeline to ensure the AI has the latest info.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsCHATFLY
Manage AI chatbots and knowledge bases via CHATFLY. train bots on custom data and track conversations directly from any AI agent.
GPTBots
Manage your conversational AI agents, workflows, and knowledge bases via AI.
ChatBot.com
Manage conversational AI and bot workflows via ChatBot. track stories, interactions, and user data directly from any AI agent.
SmartChatAI
Manage AI bots, knowledge bases, and messaging on SmartChatAI with AI agents.
BotGenuity
Create and manage AI chatbots with custom knowledge bases that answer customer questions accurately around the clock.
Botsonic
Train custom AI chatbots on your own data to deliver instant, accurate support that learns from your knowledge base.
Bring your own AI
Change the model, client or framework. Keep Bot9 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 Bot9.
The practical details behind the request, access and result.
What does the Bot9 MCP actually do for my business?
It gives your AI agent the ability to manage your Bot9 bot fleet. You can create bots, update their training data, and audit chat logs directly through your AI client.
Can I use the Bot9 MCP with Cursor or Claude?
Yes, it works with any MCP-compatible client, including Claude, Cursor, Windsurf, and VS Code.
How do I update my bot's knowledge base using this?
You can just tell your AI agent to add a new URL to a specific bot. It will handle the connection to Bot9 and update the training data for you.
Can I see what my bots are saying to customers?
Yes, you can ask your agent to pull the full message history for any conversation. This makes it easy to monitor performance and catch errors.
Is this only for customer support bots?
While it's great for customer support, you can use it to manage any conversational AI bot hosted on the Bot9 platform, including sales or internal capabilities.
Do I need to know any code to use this?
No, you just need your Bot9 API key. Once it's connected, you manage everything using natural language commands.
Can I train my bot with a new URL through the agent?
Yes! Use the add_data_source capability and provide the Bot ID and the target URL. The bot will automatically scrape and learn from that page.
How do I review the chat history of a specific user conversation?
First, use list_conversations to find the active sessions. Then, use get_conversation_history with the Conversation ID to retrieve the full log of messages.
Does the integration allow me to create a completely new bot?
Yes. Use the create_bot action and provide a name and a system prompt/instructions. The bot will be instantly created in your account.
One connection away
Give your agent a direct line to Bot9.
Connect Bot9 once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available