# Bot9 MCP for AI Agents AI Agent Connect

> Bot9 MCP lets you manage your entire fleet of conversational bots from one place. You can create new bots, train them with specific URLs, and check conversation history without leaving your AI client. It's the bridge between your bot management platform and your daily workflow.

## Overview
- **Category:** customer-support
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_xykFN1NHKp6fhi8a6feYwqUybPGEA4E4VDUoP8es/ai-agent-connect
- **Tags:** conversational-ai, chatbot-training, knowledge-base, ai-automation, customer-service, agent-orchestration

## Description

Imagine you're trying to scale a customer support team using chatbots. Usually, this means jumping between different dashboards to check if a bot is actually learning the new pricing page or to see if it's hallucinating in a live chat. With this Connector, you just tell your AI agent what you need. You can have it pull the latest chat logs for a specific conversation to see where a bot got stuck, or ask it to add a new documentation link to a bot's knowledge base instantly. It takes the friction out of bot maintenance. Instead of manual configuration, you're just talking to your agent to keep your conversational fleet in shape. Because it's part of the Vinkius catalog, you can get this set up in minutes and start managing your Bot9 account directly from tools like Cursor or Claude. It turns bot management from a series of clicks into a conversation.

## Tools

### 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.

### get_conversation_history
Retrieve the full message history of a specific conversation. Use this to audit user interactions and bot accuracy.

### list_bots
Get a complete list of every bot currently in your account. This gives you a high level view of your fleet.

### list_conversations
See all active conversations happening across your bots. This helps you monitor live traffic and engagement.

### 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.

### send_message
Send a manual message to a bot to test its response in real time. This is perfect for quality assurance before launch.

### create_bot
Create a brand new AI chatbot within your Bot9 account. Use this to quickly launch new agents for different tasks.

### get_bot
Pull the specific configuration details for a single bot. This is useful for checking specific settings or IDs.

## Prompt Examples

**Prompt:** 
```
List all the bots I have in my Bot9 account.
```

**Response:** 
```
I've pulled your Bot9 bot list. Here are your active agents:

| Bot Name | ID | Status |
| :--- | :--- | :--- |
| **Support Assistant** | `bot_123` | Active |
| **Sales Lead Gen** | `bot_456` | Active |
| **QA Tester** | `bot_789` | Offline
```

**Prompt:** 
```
Add the URL https://example.com/docs to the support bot's knowledge base.
```

**Response:** 
```
I've added that URL to the **Support Assistant** (`bot_123`) knowledge base. 

**Status:**
- **Action:** Training Data Updated
- **Source:** https://example.com/docs
- **Next Step:** The bot will begin indexing the new documentation immediately.
```

**Prompt:** 
```
Show me the chat history for conversation 123.
```

**Response:** 
```
Retrieving the transcript for conversation `conv_123`...

**Conversation Summary:**
- **User:** "What are your operating hours?"
- **Bot:** "We are open 9AM to 5PM EST."
- **User:** "Is that every day?"
- **Bot:** "Yes, we are open Monday through Friday."

*The conversation ended successfully.*
```

## Capabilities

### Create new bots on the fly
Spin up a new AI chatbot within your account using natural language commands.

### Add training URLs to existing bots
Feed new data into your bot's knowledge base by providing a web link.

### Pull full chat histories for review
Retrieve the complete message history of any conversation for auditing.

### See all active conversations
Get a real-time list of every active chat happening across your bots.

### Send test messages to bots
Simulate user interactions to see how your bot handles specific queries.

### View specific bot configurations
Get the exact details and settings for any bot in your fleet.

### See all knowledge base sources
Check every URL and data source currently being used to train your bots.

## Use Cases

### Updating pricing information
A user reports a bot is giving old pricing. Use add_data_source to provide the bot with the new pricing URL instantly.

### Auditing a failed customer interaction
A customer is unhappy with a bot's response. Use get_conversation_history to review the full transcript and identify the issue.

### Launching a seasonal support bot
You need a temporary bot for a holiday sale. Use create_bot to spin up a new agent in seconds via your AI client.

### Monitoring live traffic volume
You need to see how many people are chatting right now. Use list_conversations to get a real-time count of active sessions.

## Benefits

- Stop switching tabs by using list_bots and list_conversations to see your entire fleet status instantly in your chat window.
- Update bot knowledge faster by using add_data_source to feed new URLs directly through your AI client without manual entry.
- Debug bot errors quickly with get_conversation_history to see exactly where a conversation went off the rails or failed.
- Test bot responses before going live by using send_message to simulate user queries and verify the bot's behavior.
- Keep your bot configurations organized by using get_bot to pull specific details without hunting through complex menus.

## How It Works

The bottom line is you get a direct line to your Bot9 bot fleet without ever leaving your workspace.

1. Subscribe to the Connector and grab your Bot9 API key from your account settings.
2. Plug that key into your AI client's configuration.
3. Ask your agent to list your bots, update training data, or pull chat logs.

## Frequently Asked Questions

**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 tools.

**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` tool 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.