4,500+ servers built on MCP Fusion
Vinkius
Landbot logo
Vinkius
OpenAI Agents SDK logo

How to Use the Landbot MCP in OpenAI Agents SDK

Build production-grade conversational agents for Landbot with the OpenAI Agents SDK. Your agent can find customers and route chats safely.

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
OpenAI Agents SDK

Connect Landbot MCP to OpenAI Agents SDK

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

Find Customers, Route Conversations

Your agent can find specific users in Landbot. It uses `search_customers` by email or pulls from `list_customers` to identify who it's talking to. This isn't a blind chatbot; it knows the context. Once the customer is identified, your agent decides what to do. It can fetch the conversation history with `get_messages` or immediately hand off to a human with `assign_agent`. The OpenAI SDK's guardrails mean you can define rules to prevent it from assigning the wrong agent.

Send Messages from Your Agent

Let your agent send messages directly into a Landbot chat. The `send_text_message` tool allows your agent to programmatically respond to users, confirm actions, or provide information without human intervention. This works well for automated follow-ups or status updates. For example, after an agent uses `assign_agent`, another specialized agent can monitor the ticket and use `send_text_message` to notify the user when their issue is resolved. The SDK's multi-agent handoff makes this work.

Inspect Bots via this MCP Server

Your agent gets a full view of your Landbot setup. It can pull a complete inventory of your chatbots using `list_bots`, which is the starting point for any dynamic routing logic. From there, it can drill down into a specific bot's configuration with `get_bot`. Your agent can use this data to make smarter decisions, like choosing the right bot for a specific user query, all managed through this MCP Server.

Setup guide

Set up Landbot MCP in OpenAI Agents SDK

Prerequisites

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

    Install the SDK

    Run pip install openai-agents to install the OpenAI Agents SDK. The MCP integration is built-in — no extra dependencies needed.

  2. 2

    Connect via SSE transport

    Use MCPServerSse with your Vinkius endpoint URL. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. The SDK auto-discovers all Landbot tools at runtime.

  3. 3

    Create your Agent

    Pass the MCP to Agent(mcp_servers=[server]). The agent receives Landbot tools as native definitions — JSON schemas resolve automatically.

  4. 4

    Run the agent

    Call Runner.run(agent, prompt) to execute. The agent invokes the appropriate Landbot tools and returns structured results. Copy the full example on the right to get started.

agent.py
import asyncio
from agents import Agent, Runner
from agents.mcp import MCPServerSse

async def main():
    async with MCPServerSse(
        url="https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
    ) as server:
        agent = Agent(
            name="Landbot Agent",
            instructions="You have access to Landbot tools.",
            mcp_servers=[server],
        )
        result = await Runner.run(agent, "List recent transactions")
        print(result.final_output)

asyncio.run(main())

Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Landbot. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.

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 OpenAI Agents SDK

It uses the `search_customers` and `assign_agent` tools. Your agent finds the customer record in Landbot, then triggers the assignment to a live human agent based on your defined logic. This entire MCP interaction is logged in the OpenAI dashboard.
Yes. The SDK has built-in guardrails. You can set rules that validate your agent's plan to use `send_text_message` before it executes, preventing spam or accidental duplicate messages.
Use `search_customers` with an email for a direct hit. If you don't have an email, your agent can use `list_customers` and then filter the results based on other known data points like name or recent activity.
The OpenAI dashboard provides full tracing for agent actions. Every call to a tool on this MCP server, like `get_messages` or `assign_agent`, is logged, so you have a complete audit trail.
This server only handles customer metadata, IDs, and message content via tools like `get_customer` and `get_messages`. Vinkius processes this data in an ephemeral sandbox, and your endpoint token is the only credential needed. No PII is stored by the server itself.

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.