Superchat

Superchat

Superchat is a unified messaging platform that enables businesses to communicate with customers across multiple channels, including WhatsApp, Instagram Direct, Facebook Messenger, Email, and more.

46VIEWS
2341USERS

Install MCP Server

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

npx @composio/cli add cursor --app superchatnpx @composio/cli add cursor --app superchatnpx @composio/cli add cursor --app superchatnpx @composio/cli add cursor --app superchat

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

Available Tools

Create Contact

Tool to create a new contact. use when you need to register contact details before sending messages.

Create Template Folder

Tool to create a new template folder in superchat. use when you need to organize message templates into folders before populating them.

Delete Webhook

Tool to delete a specific webhook by its id. use when you need to remove an obsolete or compromised webhook after confirming its id. example: delete webhook wh 12345.

Get Contact

Tool to retrieve details of a specific contact by its id. use when you need to view a contact's information after verifying its existence. example: "fetch contact info for id abc123".

Get File

Tool to retrieve metadata of a specific file. use when you have the file id and need file information before downloading.

Get User

Tool to retrieve details of a specific user by their id. use when you need to view or manage a user's profile. example: "fetch user info for id '123e4567-e89b-12d3-a456-426614174000'".

List Channels

Tool to list all channels. use when you need to fetch available channels, optionally paginated by `limit`, `after`, or `before`.

List Contacts

Tool to list all contacts. use when you need to fetch the full list of contacts for selection or reporting.

List Conversations

Tool to list all conversations. use when you need to retrieve all conversation ids and metadata, optionally paginated.

List Custom Attributes

Tool to list all custom contact attributes. use when you need to retrieve definitions of custom contact fields in your account.

List Inboxes

Tool to list all inboxes. use when you need to retrieve inbox ids and metadata before sending or organizing messages.

List Labels

Tool to list all labels. use when you need to fetch available labels, optionally paginated.

List Templates

Tool to list all message templates. use when you need to fetch available message templates.

List Users

Tool to list all users. use when you need to retrieve a directory of all workspace users.

List Webhooks

Tool to list all webhooks. use when you need to retrieve all webhooks configured in the workspace.

Update Contact

Tool to update information for a specific contact in superchat. use after retrieving a contact to modify its name or attributes. example: "update contact co 12345 to change first name to jane."

Update Webhook

Tool to update the details of a specific webhook. use when you need to modify an existing webhook's url, events, or status.

17 actions available