# Sendbird AI Chatbot — MCP server on mcp.ai > Connect your Sendbird AI Chatbot account and use 6 tools for AI chatbots straight from your AI agent. Connect with your own API key. Sendbird's AI Chatbot enables businesses to integrate intelligent, automated conversational agents into their applications, enhancing customer engagement and support. By: mcp.ai · official Page: https://mcp.ai/sendbird_ai_chabot ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_sendbird_ai_chabot?ms=1787291400000 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/sendbird_ai_chabot/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/sendbird_ai_chabot/ 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/sendbird_ai_chabot/skill.md Postman collection (v2.1): https://mcp.ai/sendbird_ai_chabot/postman.json ## Tools - sendbird_ai_chabot_create_bot(bot_type?: string, bot_userid: string, bot_nickname: string, bot_profile_url?: string, is_privacy_mode?: boolean, bot_callback_url?: string, enable_mark_as_read?: boolean, channel_invitation_preference?: integer) — Tool to create a new bot. Use when you need to add an AI or default bot to your Sendbird app. - sendbird_ai_chabot_get_bot(bot_user_id: string) — Tool to retrieve information on a specific bot by its user ID. Use when you need to fetch bot details before performing subsequent operations. - sendbird_ai_chabot_list_bots(limit?: integer, token?: string, bot_id?: string) — Tool to list all bots in the Sendbird application. Use when you need to fetch bot details with optional filters and pagination. - sendbird_ai_chabot_list_group_channels(url?: string, name?: string, limit?: integer, token?: string, query_type?: string, show_empty?: boolean, super_mode?: string, custom_type?: string, public_mode?: string, channel_urls?: string[], custom_types?: string[], created_after?: integer, distinct_mode?: string, name_contains?: string, created_before?: integer, member_user_ids?: string[], members_nickname?: string, members_exactly_in?: string[], members_include_in?: string[], members_nickname_prefix?: string) — Tool to list group channels. Use when you need to fetch available group channels with filters and pagination. - sendbird_ai_chabot_unregister_bot_webhook(bot_id: string) — Tool to unregister the webhook URL for a bot. Use when you need to remove webhook configuration for a specific bot. - sendbird_ai_chabot_update_bot(bot_id: string, bot_userid?: string, bot_nickname?: string, bot_profile_url?: string, is_privacy_mode?: boolean, enable_mark_as_read?: boolean) — Tool to update information on an existing bot. Use when you need to change a bot's user ID, nickname, profile image URL, or toggle read-receipt or privacy settings after creation. Run after confirming ## Example prompts - "What can I do in Sendbird AI Chatbot?" - "Show me a summary of my Sendbird AI Chatbot account" ## Links Docs: https://mcp.ai/docs/mcps/sendbird_ai_chabot Website: https://mcp.ai/mcps/sendbird_ai_chabot