Botstar

Botstar

BotStar is a comprehensive chatbot platform that enables businesses to design, develop, and train chatbots visually for Messenger and websites.

47VIEWS
2756USERS

Install MCP Server

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

npx @composio/cli add cursor --app botstarnpx @composio/cli add cursor --app botstarnpx @composio/cli add cursor --app botstarnpx @composio/cli add cursor --app botstar

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

Available Tools

Botstar Livechat Onclose Callback

Tool to register a callback when the chat window is closed. use after the widget is initialized. example prompt: "register an onclose handler that logs 'goodbye!' to the console."

Get Botstar Application Ids

Tool to retrieve the botstar application id (`appid`). use when initializing or reinitializing the live chat widget.

Livechat Boot

Tool to reinitialize the live chat widget with provided data. use after initial load to reset or update widget configuration.

Close Botstar Livechat Widget

Tool to hide the live chat window. use when the chat widget is configured in livechat or popup mode.

Livechat On Open

Tool to register a callback when the chat window is opened. use after widget initialization.

Livechat Open

Tool to show the live chat window. use after the widget has been bootstrapped with botstarapi('boot') to programmatically open the chat window (mode must be 'livechat' or 'popup').

Livechat Update

Tool to update user details on the current live chat session. use when you need to modify user profile attributes during an active conversation.

Get Botstar Webview Parameter

Tool to retrieve a parameter value passed from the botstar chatbot to the webview. use inside onchatbotready after your page loads in modal mode with bs:input meta tags.

Webview Send Response

Tool to send data from the webview back to the botstar chatbot. use when you need to transmit responses or custom outputs from an open webview.

9 actions available