4,500+ servers built on MCP Fusion
Vinkius
Bot9 logo
Vinkius
CrewAI logo

How to Use the Bot9 MCP in CrewAI

Coordinate teams of CrewAI agents to train, monitor, and converse through Bot9 autonomously.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

Bot9 MCP on Cursor AI Code Editor MCP Client Bot9 MCP on Claude Desktop App MCP Integration Bot9 MCP on OpenAI Agents SDK MCP Compatible Bot9 MCP on Visual Studio Code MCP Extension Client Bot9 MCP on GitHub Copilot AI Agent MCP Integration Bot9 MCP on Google Gemini AI MCP Integration Bot9 MCP on Lovable AI Development MCP Client Bot9 MCP on Mistral AI Agents MCP Compatible Bot9 MCP on Amazon AWS Bedrock MCP Support
MCP Servers - Free for Subscribers
CrewAI

Connect Bot9 MCP to CrewAI

Create your Vinkius account to connect Bot9 to CrewAI and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.

GDPR Free for Subscribers

Multi-Agent Bot9 Support Operations with CrewAI

Set up a dedicated CrewAI support team where one agent monitors Bot9 chats using `list_conversations` and another analyzes logs with `get_conversation_history`. A third CrewAI agent can then craft and send replies using `send_message` to the active Bot9 conversation. CrewAI's shared memory allows these specialized agents to pass Bot9 context back and forth. Your CrewAI monitor agent spots a stuck Bot9 customer, and your responder agent gets the full history before sending an answer.

Autonomous Bot9 Training Teams

Deploy a CrewAI researcher agent that finds outdated documentation and a trainer agent that updates Bot9. The researcher compiles new links, and the trainer uses `add_data_source` to feed them into the Bot9 knowledge base. Confirming the Bot9 update succeeded is easy when the trainer agent executes `list_data_sources`. This entire loop runs autonomously, keeping your customer-facing Bot9 assistants smart without CrewAI developers lifting a finger.

Fleet Management via MCP Server

Let a CrewAI supervisor agent oversee your entire collection of Bot9 customer service bots. The supervisor uses `list_bots` to track active Bot9 systems and `create_bot` to deploy new specialized assistants when support volume spikes. Running this Bot9 MCP Server within CrewAI lets you restrict tool exposure across your agent fleet. You can configure the supervisor CrewAI agent to have full access while limiting junior agents to basic Bot9 message sending tools.

Setup guide

Set up Bot9 MCP in CrewAI

Prerequisites

  • Python 3.10+ installed
  • crewai package (pip install crewai)
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install CrewAI

    Run pip install crewai to install the framework. MCP support is built-in via the mcps parameter.

  2. 2

    Add the MCP URL to your agent

    Pass your Vinkius endpoint directly to the mcps list. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. CrewAI handles tool discovery and caching automatically.

  3. 3

    Kick off your crew

    Create a Crew with your agent and tasks. Call crew.kickoff() — the agent will automatically invoke Bot9 tools as needed.

crew.py
from crewai import Agent, Task, Crew

agent = Agent(
    role="Bot9 Analyst",
    goal="Access and analyze Bot9 data via MCP.",
    backstory="Expert analyst with direct Bot9 access.",
    mcps=[
        "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
    ],
)

task = Task(
    description="List recent Bot9 transactions",
    agent=agent,
    expected_output="A summary of recent activity",
)

crew = Crew(agents=[agent], tasks=[task])
result = crew.kickoff()
print(result)

Why Choose Vinkius

Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.

Real-time monitoring

Live

visibility into every interaction

Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.

Built-in savings

60%

lower AI costs

Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.

Single dashboard

One

place for every integration

Every tool your AI connects to, managed from a single screen. One account, complete control.

Common questions about Bot9 MCP in CrewAI

Install the tools with `pip install crewai "crewai[tools]"`. You can then pass your hosted MCP server URL directly into your Agent definition using the `mcps` array parameter.
Yes, use the MCP server class from the CrewAI library and pass a `tool_filter`. This lets you restrict a junior agent to `send_message` while keeping `create_bot` exclusive to your admin agent.
One agent can pull active threads via `list_conversations`, while a specialized moderator agent reads the history with `get_conversation_history` and drafts replies. They collaborate autonomously using shared memory.
Yes, you can connect CrewAI to your hosted Bot9 instance using stdio, SSE, or Streamable HTTP. The framework handles the transport negotiation automatically under the hood.
The integration touches sensitive conversational text, chatbot configurations, and source URLs. Vinkius runs a zero-trust model where every single tool call is sandboxed and isolated, ensuring your support logs never leak between agents or external networks.

Start using the Bot9 MCP today

We host it, we monitor it, we maintain it. You just paste one token.

Built & Managed by Vinkius 30s setup 8 tools

We've already built the connector for Bot9. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 8 tools are live and waiting. You're up and running in seconds.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.