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

How to Use the CHATFLY MCP in CrewAI

Run autonomous customer support agent teams using CrewAI and CHATFLY.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect CHATFLY MCP to CrewAI

Create your Vinkius account to connect CHATFLY 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

Deploy specialized support squads with CrewAI

The `list_fly_conversations` tool feeds live chat logs to your CrewAI supervisor agent for real-time monitoring. Your supervisor agent can watch active chats and hand off complex cases to human support. Meanwhile, a technical writer agent uses `list_uploaded_documents` to verify training data and triggers updates when necessary.

Sync shared memory across support agents

The `get_conversation_history` tool supplies past customer interactions directly to your CrewAI shared memory bank. This shared memory prevents agents from repeating questions. If a bot response is needed, the designated writer agent calls `send_bot_message` with the complete historical context already loaded.

Manage CHATFLY bots autonomously using this MCP Server

The `list_chatfly_bots` tool lets your CrewAI manager agent audit all active customer service bots in your account. The agent queries this MCP integration to fetch configurations via `get_chatbot_details` and identify which bots need retraining. If a bot is outdated, the crew coordinates to run `trigger_bot_training` and monitors the training status. You get a self-managing support ecosystem that optimizes its own performance.

Setup guide

Set up CHATFLY 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 CHATFLY tools as needed.

crew.py
from crewai import Agent, Task, Crew

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

task = Task(
    description="List recent CHATFLY 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 CHATFLY MCP in CrewAI

You can pass the Vinkius URL directly into the agent's `mcps` parameter during initialization. For more control, use `MCPServerHTTP` from the `crewai.mcp` package and apply a tool filter to only expose tools like `send_bot_message`.
Yes, CrewAI's hierarchical process allows a manager agent to delegate tasks. One agent can analyze documents using `list_uploaded_documents`, while another agent executes `trigger_bot_training` based on those findings.
CrewAI's built-in memory system allows tools like `get_conversation_history` to store context. Once one agent retrieves the chat history, that data is accessible to all other agents in the crew.
CrewAI supports stdio, SSE, and Streamable HTTP transports. When connecting to Vinkius, the library handles the underlying HTTP connection so your agents can focus on executing tasks.
All data processed by this MCP Server, including bot details from `get_chatbot_details` and chat history, runs in an ephemeral, zero-trust sandbox. Credentials are never written to disk, keeping your support logs and system settings secure.

Start using the CHATFLY 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 CHATFLY. 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.