Vinkius
SmartChatAI logo
Vinkius
Vinkius runs on CrewAI

How to Use the SmartChatAI MCP in CrewAI

Run complex, multi-role tasks with CrewAI using the SmartChatAI MCP Server for specialized agent teams.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

SmartChatAI MCP on Cursor AI Code Editor MCP Client SmartChatAI MCP on Claude Desktop App MCP Integration SmartChatAI MCP on OpenAI Agents SDK MCP Compatible SmartChatAI MCP on Visual Studio Code MCP Extension Client SmartChatAI MCP on GitHub Copilot AI Agent MCP Integration SmartChatAI MCP on Google Gemini AI MCP Integration SmartChatAI MCP on Lovable AI Development MCP Client SmartChatAI MCP on Mistral AI Agents MCP Compatible SmartChatAI MCP on Amazon AWS Bedrock MCP Support
MCP Servers — Included with Plan
Vinkius runs on CrewAI

Connect SmartChatAI MCP to CrewAI

Create your Vinkius account to connect SmartChatAI to CrewAI — we handle the hosting, security, and runtime updates so you don't have to. No server setup required.

GDPR Included with Plan

Key Capabilities

Coordinating Agent Actions

CrewAI runs multiple agents. To get them to interact, you'll use `message_ai_chatbot` as a primary action point. This allows one specialized agent (the monitor) to pass information directly to another (the responder). The MCP Server handles the messaging layer.

Building Specialized Knowledge Bases

Your crew needs shared memory. You can train it using `add_text_to_knowledge_base` for quick definitions, or use `add_pdf_to_knowledge_base` if the source material is a large report. The knowledge base supports multiple inputs.

Discovering and Indexing Web Content

If your crew needs to research something, start by running `scrape_domain_links`. This tool discovers and indexes links across an entire domain. You can then pass those discovered links into a knowledge base for the agents to read.

Setup guide

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

crew.py
from crewai import Agent, Task, Crew

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

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

You use `create_new_ai_bot` to establish each role (e.g., Researcher, Analyst). Each bot needs a name and an initial prompt that defines its specialty before the crew can work together.
Always check `get_bot_chat_history`. This tool retrieves all past conversations. Giving the crew this history means they don't have to start every task from scratch.
You can use `get_chatbot_details` to pull the current configuration for that agent. This ensures all team members are working with accurate, up-to-date instructions.
Yes, run `list_ai_chatbots`. This gives you a master list of every single AI chatbot instance running on your account. It’s the first step to managing your entire team.
The server manages user profiles and chat history, which are handled by `get_authenticated_user_profile` and storing conversation transcripts.

Start using the SmartChatAI MCP today

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

Built & Managed by Vinkius 30s setup 12 tools

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

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

Vinkius runs on Claude Claude
Vinkius runs on ChatGPT ChatGPT
Vinkius runs on Cursor Cursor
Vinkius runs on Gemini Gemini
Vinkius runs on Windsurf Windsurf
Vinkius runs on VS Code VS Code
Vinkius runs on JetBrains JetBrains
Vinkius runs on 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.