Sendbird · Capability
Sendbird Community Chat
Workflow capability for building and managing community chat experiences with Sendbird — covering channel management, user onboarding, message delivery, and community moderation for marketplaces, communities, and social platforms.
What You Can Do
GET
List members
— List community members.
/v1/members
POST
Register member
— Register a new community member.
/v1/members
GET
List rooms
— List chat rooms.
/v1/rooms
POST
Create room
— Create a new chat room.
/v1/rooms
GET
List room messages
— List messages in a room.
/v1/rooms/{channel_url}/messages
POST
Post message
— Post a message to a room.
/v1/rooms/{channel_url}/messages
MCP Tools
list-community-members
List members of the Sendbird community.
read-only
register-member
Register a new community member in Sendbird.
get-member-profile
Get the profile of a community member.
read-only
list-chat-rooms
List all community chat rooms and channels.
read-only
create-chat-room
Create a new community chat room or group channel.
list-room-messages
List messages in a community chat room.
read-only
post-message
Post a message to a community chat room.
moderate-ban-member
Ban a member from a community channel for violation of rules.
idempotent
moderate-mute-member
Temporarily mute a community member.
idempotent
APIs Used
sendbird-platform