# Landbot — MCP server on mcp.ai > Connect your Landbot account and use 13 tools for AI chatbots straight from your AI agent. Connect with your own API key. Landbot is a no-code chatbot builder that enables businesses to create conversational experiences for customer engagement, lead generation, and support across various messaging channels. By: mcp.ai · official Page: https://mcp.ai/landbot ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_landbot?ms=1787293620000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/landbot/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/landbot/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/landbot/skill.md Postman collection (v2.1): https://mcp.ai/landbot/postman.json ## Tools - landbot_delete_bot(bot_id: string) — Tool to delete a specific bot from your account. Use when you need to remove an unused or test bot after confirming the bot ID. - landbot_get_brand() — Tool to retrieve your brand data including contact information and settings. Use when you need to access brand profile details, configuration, or contact information. - landbot_list_agents(limit?: integer, offset?: integer) — Tool to retrieve a list of agents in your Landbot account. Use after authenticating your account to enumerate all agents and their details. - landbot_list_bots(limit?: integer, offset?: integer) — Tool to list all bots in your Landbot account. Use after authenticating to discover your configured bots. - landbot_list_channels(limit?: integer, offset?: integer) — Tool to list all channels integrated with your account. Use after authenticating your account to enumerate available messaging channels and metadata. - landbot_list_customers(limit?: integer, offset?: integer, opt_in?: boolean, search?: string, search_by?: string, channel_id?: integer) — Tool to list customers who have interacted with your bot. Use when you need to retrieve customer records with optional filters (channel_id, opt_in, search) and pagination. - landbot_list_whatsapp_templates(channel_id?: integer) — Tool to list all WhatsApp message templates available for the account. Use after obtaining your WhatsApp channel ID to fetch template IDs and parameter counts. - landbot_replace_agent(agent_id: string, password?: string, last_name: string, first_name: string, password_confirmation?: string) — Tool to replace all data for a specific agent (full update). Use when you need to update agent information like name or password. - landbot_replace_brand(city?: string, name: string, phone?: string, address?: string, country?: string, zipcode?: string) — Tool to replace or update brand data with a full update (PUT operation). Use when you need to change company branding information in your Landbot account. - landbot_send_message(message: string, customer_id: integer) — Tool to send a plain text outbound message to a Landbot customer. Use when you need to reply to or continue a support chat with a known customer_id. - landbot_set_agent_status(status: string) — Tool to change your agent status to online, offline, or busy. Use when you need to update your availability status in Landbot. - landbot_update_agent(email?: string, agent_id: string, password?: string, last_name?: string, first_name?: string, password_confirmation?: string) — Tool to update an agent's information in your Landbot account. Use when you need to modify agent details such as name, email, or password. This performs a partial update. - landbot_update_brand(city?: string, name?: string, phone?: string, address?: string, country?: string, zipcode?: string) — Tool to partially update your brand data in Landbot. Use when you need to modify brand information such as name, phone, address, city, zipcode, or country. ## Example prompts - "What can I do in Landbot?" - "Show me a summary of my Landbot account" ## Links Docs: https://mcp.ai/docs/mcps/landbot Website: https://mcp.ai/mcps/landbot