Chatbotkit

Chatbotkit

ChatBotKit is a platform that enables developers to build and manage AI-powered chatbots, offering comprehensive APIs and SDKs for seamless integration into applications.

71VIEWS
2277USERS

Install MCP Server

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

npx @composio/cli add cursor --app chatbotkitnpx @composio/cli add cursor --app chatbotkitnpx @composio/cli add cursor --app chatbotkitnpx @composio/cli add cursor --app chatbotkit

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

Available Tools

Complete Conversation

Tool to send a message to a conversation and receive the bot’s reply. use after retrieving or initiating a conversation id.

Create Integration

Tool to create a new integration. use when you need to set up a support channel integration for a bot after collecting the integration details.

Create Skillset

Tool to create a new skillset. use when you need to group multiple skills into a single reusable unit.

List Bots

Tool to retrieve a paginated list of all bots. use when you need to browse or manage multiple bots, and iterate pages via cursor.

List Conversation Messages

Tool to list messages in a conversation with pagination. use after obtaining a conversation id to fetch messages page by page.

List Conversations

Tool to retrieve a paginated list of conversations. use when you need to page through conversation history.

List Datasets

Tool to list datasets. use when you need to browse or paginate through available datasets.

List Integrations

Tool to retrieve a list of trigger integrations. use when you need to browse or manage configured trigger integrations and iterate pages via cursor.

List Partners

Tool to retrieve a list of all partner accounts associated with the main account. use when you need to view or manage all sub-accounts under your partner umbrella.

List Skillsets

Tool to retrieve a list of all skillsets available in the system. use when you need to enumerate existing skillsets.

List Tokens

Tool to retrieve a list of all api tokens. use when you need to audit or manage existing tokens.

11 actions available