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

How to Use the Landbot MCP in CrewAI

Deploy autonomous agent crews to manage Landbot conversations and escalations with CrewAI. True hands-off operation.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect Landbot MCP to CrewAI

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

Autonomous Triage Crew

Assign a crew of agents to manage your support queue 24/7. A 'Scout Agent' can constantly run `list_customers` and `get_messages` to find new conversations or identify ones that have been waiting too long for a reply. Once the Scout finds a priority case, it passes the customer ID to a 'Dispatcher Agent'. The Dispatcher's only job is to execute the `assign_agent` tool, routing the conversation to the right human team. This division of labor is what makes CrewAI so effective.

Proactive Bot Monitoring Crew

You can deploy a crew to keep an eye on your chatbot fleet. An 'Auditor Agent' can run on a schedule, using `list_bots` to get a full inventory. It then passes each bot's ID to a 'Detailer Agent'. The Detailer agent uses `get_bot` to fetch the specific configuration for each bot. If it finds a misconfiguration or an inactive bot that should be active, it can report back to the Auditor, which then triggers an external alert. This whole process runs without any human input.

Automated Customer Re-engagement

Use a specialized CrewAI team to win back customers. For example, a 'Finder Agent' could be triggered by an external event (like a canceled subscription) and use `search_customers` to locate that user in Landbot. Once found, it hands off to a 'Writer Agent' that drafts a personalized follow-up. Finally, a 'Sender Agent' takes the text and uses `send_text_message` to deliver it. Each agent has one job, and the crew ensures it gets done.

Setup guide

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

crew.py
from crewai import Agent, Task, Crew

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

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

Agents in a crew share context. One agent can use `list_customers` to find a user, and the next agent in the sequence automatically gets that customer's ID to use with `get_messages` or `assign_agent`. This MCP server gives them the tools to act on that shared knowledge.
Yes. When you define your agent in CrewAI, you can provide a specific list of tools. You could give a 'Scout Agent' read-only tools like `list_customers`, while a 'Dispatcher Agent' only gets access to `assign_agent`.
For a quick start, just pass your Vinkius MCP endpoint URL directly into the `mcps` list when you create your Agent. CrewAI will automatically fetch the tools and make them available.
It can. The `get_messages` tool fetches the conversation for a given customer. A 'Reviewer Agent' could use this to analyze sentiment or look for keywords before deciding whether to escalate with `assign_agent`.
The crew accesses Landbot customer data (names, emails) and message content through a single, secure MCP endpoint. Even though multiple agents are running, every tool call is an independent, ephemeral operation. Nothing is stored or shared outside the crew's immediate memory.

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