MCP server · Sendbird
sendbird-platform
One-click install for Cursor, VS Code, Claude, and 20+ other MCP clients, powered by API Commons MCP Install — visit install.apicommons.org for more information.
⚠ Proposed MCP surface. No official hosted MCP server was found for Sendbird. The tools below are a candidate set derived from this provider's API, and the link points at the source descriptor rather than a live server. If Sendbird publishes an official server, this page will update to it on the next build.
Descriptor
Candidate descriptor · transport http
Tools
list_users— List users registered in the Sendbird application.create_user— Create a new user with a unique user_id, nickname, and profile URL.get_user— Retrieve a specific user by user_id.update_user— Update a user's nickname, profile image, or metadata.delete_user— Delete a user from the application.list_group_channels— List group channels in the application.create_group_channel— Create a group channel between users.get_group_channel— Retrieve details of a specific group channel by channel_url.delete_group_channel— Delete a specific group channel.list_messages— List messages in a group channel.send_message— Send a text, file, or admin message to a group channel.ban_user— Ban a user from a channel for moderation.mute_user— Mute a user in a channel to prevent them from sending messages.
About MCP
The Model Context Protocol (MCP) is an open protocol Anthropic introduced for connecting LLM-based agents to external tools and data sources. Providers publish MCP servers that expose their API surface as structured, discoverable tools — an MCP-compatible client (Claude Desktop, Cursor, Cline, Continue, etc.) can connect to the server and call its tools without any per-provider integration code.
Browse every MCP server on the APIs.io network or compare with the broader Agent Skill surfaces of the same providers.