Sendbird

Sendbird

Template description for Sendbird

2VIEWS
2168USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app sendbirdnpx @composio/cli add cursor --app sendbirdnpx @composio/cli add cursor --app sendbirdnpx @composio/cli add cursor --app sendbird

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Ban User From Group Channel

Tool to ban a user from a group channel. use when moderating group channels to restrict member access. execute after confirming channel url and user id.

Create Group Channel

Tool to create a new group channel. use when you need to start a conversation with specific users. execute after specifying users and optional settings.

Create Sendbird User

Tool to create a new user. use when you need to register a user account in sendbird.

Issue Session Token

Tool to issue a session token for a user. use when you need to generate or refresh a user's session token.

List Group Channels

Tool to list group channels. use when you need to fetch paginated group channels with optional filters.

List Users

Tool to retrieve a list of users. use after setting up sendbird api credentials to paginate or filter all users in your application.

Revoke All Session Tokens

Tool to revoke all session tokens for a user. use when you need to invalidate all active sessions for security.

Send Message

Tool to send a message to a group channel. use when you need to post a text, file, or admin message to an existing group channel.

Unmute User

Tool to unmute a user in a group channel. use when you want to restore a muted user's ability to send messages after confirming they are muted.

Add Members To Group Channel

Tool to add members to a group channel. use when you need to invite one or more users into an existing group channel.

Delete Group Channel

Tool to delete a specific group channel. use when you have the channel url and want to permanently remove the channel. execute after confirming the channel exists.

Delete Message

Tool to delete a specific message in a sendbird group channel. use when you need to permanently remove a sent message after confirming deletion permissions.

Delete Sendbird User

Tool to delete a sendbird user. use when you need to remove a user from your sendbird application, optionally permanently.

Get Count Preference Of Channel

Tool to retrieve a user's count preference for a specific group channel. use after confirming the user and channel exist to determine whether to display all, unread-only, or mention-only counts.

Sendbird Get Group Channel Count By Join Status

Tool to retrieve number of group channels by join status for a user. use when you need counts of invited, joined, and total channels for a specific user.

Sendbird Get Unread Item Count

Tool to retrieve a user's unread item counts. use after you need the total unread messages, mentions, and channel counts for a specific user.

Leave Group Channels

Tool to leave group channels for a user. use when you need to make a user exit one or more joined group channels.

List Banned Members

Tool to list banned members in a group channel. use when you need to see which users are banned from a specific group channel.

List Group Channel Members

Tool to list members of a group channel. use when you need to paginate through members of a specified group channel.

List Operators By Custom Channel Type

Tool to list operators of a channel by custom channel type. use when you need to fetch operators for a specific custom channel type with pagination.

20 actions available