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

How to Use the Typebot MCP in CrewAI

Run autonomous Typebot operations with CrewAI’s specialized MCP Server tools.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect Typebot MCP to CrewAI

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

Identify Bot Resources

A monitoring agent can use `list_workspaces` to get a full list of available environments. This initial step tells the crew which Typebot instances exist for research or action. The specialized agents then use this context to decide where they need to deploy effort, preventing unnecessary tool calls.

Analyze Conversation Results

When a bot finishes collecting data, an analyzing agent uses `list_typebot_results`. This action pulls collected user responses into the shared memory. The crew then uses this structured information to decide on escalation or follow-up actions. This ability to read and share lead data is key for complex, multi-step autonomous operations.

Manage Bot Lifecycle

Before an action agent can run, a moderator agent might first check the status using `get_typebot_details`. It also has the capability to call `delete_typebot` when resources need cleaning up. This keeps the entire MCP Server environment clean and predictable.

Setup guide

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

crew.py
from crewai import Agent, Task, Crew

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

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

You pass `start_chat_session` to one of your agents. This lets the crew run through a simulated conversation, testing specific branches or interactions on the MCP Server.
Absolutely. The tool `list_typebots` allows any agent to fetch a comprehensive list of every conversational bot available for use in the crew's tasks.
The `get_typebot_details` tool provides all the necessary structural and logical information about a single bot. This is crucial for agents that need to understand *how* to interact with it.
The server touches on metadata (workspaces, folders), live activity logs (chat sessions), and structured user responses. All these elements provide the context your crew needs to operate.
Your agents can manage the full lifecycle: they can list, get details for, publish changes (`publish_typebot`), and even delete entire bots through the MCP Server.

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