# Botpress — MCP server on mcp.ai > Connect your Botpress account and use 53 tools for AI chatbots straight from your AI agent. Connect with your own API key. Botpress is an open-source platform for building, deploying, and managing chatbots. By: mcp.ai · official Page: https://mcp.ai/botpress ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_botpress?ms=1787293740000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/botpress/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/botpress/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/botpress/skill.md Postman collection (v2.1): https://mcp.ai/botpress/postman.json ## Tools - botpress_break_down_workspace_usage_by_bot(id: string, type: string, period?: string, xMultipleIntegrations?: string) — Tool to break down workspace usage by bot. Use this to get detailed usage metrics for individual bots within a workspace, such as invocation calls, storage count, or AI spend. - botpress_charge_workspace_unpaid_invoices(id: string, invoiceIds: string[]) — Tool to charge unpaid invoices for a specific Botpress workspace. Use when you need to manually trigger payment for outstanding workspace invoices. Returns details of successfully charged invoices and - botpress_check_handle_availability(handle: string) — Tool to check if a workspace handle is available in Botpress. Use when creating or renaming a workspace to verify the handle is not already taken. Returns availability status and suggestions for alter - botpress_create_admin_integration(dev?: boolean, url?: string, code?: string, icon?: string, name: string, user?: object, title?: string, events?: object, layers?: string[], public?: boolean, readme?: string, states?: object, actions?: object, secrets?: object, version: string, channels?: object, entities?: object, attributes?: object, identifier?: object, interfaces?: object, visibility?: string, description?: string, configuration?: object, configurations?: object, x-workspace-id: string, extraOperations?: object, x-multiple-integrations?: string) — Tool to create a new integration in a Botpress workspace via the Admin API. Use when you need to provision a new integration with configuration including name, version, code, actions, events, and chan - botpress_create_admin_workspace(name: string, x-multiple-integrations?: string) — Tool to create a new workspace in Botpress via the Admin API. Use when you need to provision a new workspace for organizing bots and managing team resources. The workspace will be created under the au - botpress_create_bot(dev?: boolean, url?: string, code?: string, name?: string, tags?: object, user?: object, events?: object, medias?: object[], states?: object, actions?: object, message?: object, conversation?: object, configuration?: object, subscriptions?: object, recurringEvents?: object) — Tool to create a new bot in a Botpress workspace via the Admin API. Use when you need to provision a new bot with optional configuration including name, code, tags, events, states, and integrations. - botpress_create_conversation(id?: string, tags: object, botId: string, channel: string, integrationId?: string, integrationAlias?: string) — Tool to create a new conversation in Botpress via the Runtime API. Use when you need to initiate a new conversation thread. The required tags must be provided according to the specific integration bei - botpress_delete_admin_workspace(id: string, x-multiple-integrations?: string) — Tool to permanently delete a workspace from Botpress admin. Use this to remove workspaces that are no longer needed. The deletion is irreversible and removes all associated bots and data. - botpress_delete_file(id: string, botId: string) — Permanently deletes a file from a Botpress bot's storage by its file ID. Use this tool to remove files that are no longer needed. The deletion is irreversible. Requires a valid file ID and the bot ID - botpress_delete_integration_shareable_id(botId: string, integrationId?: string, x-workspace-id: string, x-multiple-integrations?: string, integrationInstanceAlias?: string) — Tool to delete a shareable ID for an integration installed in a Botpress bot. Use when you need to remove the human-readable identifier for a specific bot-integration crossover. This is an experimenta - botpress_delete_knowledge_base(id: string, botId: string, userId?: string, userRole?: string, integrationId?: string, integrationName?: string, integrationAlias?: string) — Permanently deletes a knowledge base from Botpress by its knowledge base ID. Use this tool to remove knowledge bases that are no longer needed. The deletion is irreversible. Requires a valid knowledge - botpress_get_account() — Tool to get details of the authenticated account. Use after confirming valid credentials. - botpress_get_account_preference(key: string, x-multiple-integrations?: string) — Tool to get a preference of the account. Use when you need to retrieve a specific account preference value by its key. - botpress_get_all_workspace_quota_completion(x-multiple-integrations?: string) — Tool to get a map of workspace IDs to their highest quota completion rate. Use when monitoring workspace usage or checking quota limits across multiple workspaces. - botpress_get_dereferenced_public_plugin_by_id(id: string, interfaces: object, xMultipleIntegrations?: string) — Tool to get a public plugin by ID with all interface entity references resolved to the corresponding entities as extended by the backing integrations. Use when you need to retrieve a plugin with its i - botpress_get_integration(name: string, version: string, x-workspace-id: string, x-multiple-integrations?: string) — Tool to get a specific Botpress integration by name and version. Use this to retrieve detailed information about an integration including its configuration, actions, events, channels, and metadata. Su - botpress_get_public_integration(name: string, version: string, x-multiple-integrations?: string) — Tool to retrieve a public integration by name and version from the Botpress hub. Use when you need to get integration details, check available actions/events/channels, or verify integration configurat - botpress_get_public_integration_by_id(id: string, xMultipleIntegrations?: string) — Tool to retrieve detailed information about a public Botpress integration by its ID. Use when you need to fetch integration details including configuration, channels, actions, events, and metadata. - botpress_get_public_interface(name: string, version: string, xMultipleIntegrations?: string) — Tool to get a public interface by name and version from the Botpress Hub. Use when you need to retrieve interface specifications, schemas, or metadata for integrations. - botpress_get_public_interface_by_id(id: string, xMultipleIntegrations?: string) — Tool to retrieve a public interface by its ID from the Botpress Hub. Use when you need to get detailed information about a specific interface including its actions, events, channels, and entities. - botpress_get_public_plugin(name: string, version: string, xMultipleIntegrations?: string) — Tool to retrieve detailed information about a public plugin from Botpress Hub by name and version. Use when you need to inspect plugin configuration, dependencies, actions, events, or metadata before - botpress_get_public_plugin_by_id(id: string, xMultipleIntegrations?: string) — Tool to retrieve details of a public plugin by its unique ID. Use this to get full plugin information including configuration, actions, events, and metadata. - botpress_get_public_plugin_code(id: string, platform: string, xMultipleIntegrations?: string) — Tool to retrieve public plugin code from Botpress Hub. Use when you need to access the source code for a specific plugin version on a particular platform (node or browser). - botpress_get_table_row(id: integer, botId: string, table: string, userId?: string, userRole?: string, integrationId?: string, integrationName?: string, integrationAlias?: string) — Tool to fetch a specific row from a table using the row's unique identifier. Use when you need to retrieve detailed data for a specific table row. - botpress_get_upcoming_invoice(id: string, xMultipleIntegrations?: string) — Tool to get the upcoming invoice for a workspace. Use this to preview upcoming charges before they are billed. - botpress_get_workspace(id: string, x-multiple-integrations?: string) — Tool to get detailed information about a specific Botpress workspace by ID. Use this when you need to retrieve workspace details such as plan, bot count, owner, billing info, or settings for a known w - botpress_get_workspace_quota(id: string, type: string, period?: string, xMultipleIntegrations?: string) — Tool to get workspace quota information for a specific usage type. Use when you need to check resource limits or usage for a workspace. - botpress_list_action_runs(id: string, nextToken?: string, timestampFrom?: string, timestampUntil?: string, x-workspace-id: string, integrationName: string, x-multiple-integrations?: string) — Tool to list action runs for a specific integration of a bot. Use when you need to retrieve execution history of actions for a bot's integration, optionally filtering by timestamp range and paginating - botpress_list_bot_issues(id: string, nextToken?: string) — Tool to list issues associated with a specific bot. Use when you need to discover errors or configuration problems tied to a bot, optionally paginating through results. - botpress_list_conversations(tags?: object, botId: string, channel?: string, nextToken?: string, sortField?: string, sortDirection?: string, participantIds?: string[], integrationName?: string) — Tool to list all Conversations. Use when you need to retrieve and page through chat threads. - botpress_list_file_tag_values(tag: string, botId: string, nextToken?: string) — Tool to list all values for a given file tag across all files. Use after determining the tag name; supports pagination via nextToken. - botpress_list_file_tags(botId: string, nextToken?: string) — Tool to list all tags used across all bot files. Use when you need to retrieve or display file tag metadata; supports pagination via nextToken. - botpress_list_hub_integrations(name?: string, limit?: integer, search?: string, sortBy?: string, version?: string, direction?: string, nextToken?: string, interfaceId?: string, interfaceName?: string, installedByBotId?: string, verificationStatus?: string, x-multiple-integrations?: string) — Tool to list public integrations from the Botpress hub. Use when you need to browse available integrations, search for specific integration types, or filter integrations by various criteria such as ve - botpress_list_integration_api_keys(integrationId: string, x-workspace-id: string, x-multiple-integrations?: string) — Tool to list Integration API Keys (IAKs) for a specific integration. Use when you need to retrieve all API keys associated with an integration within a workspace. - botpress_list_integrations(dev?: boolean, name?: string, limit?: integer, search?: string, sortBy?: string, version?: string, direction?: string, nextToken?: string, visibility?: string, interfaceId?: string, interfaceName?: string, x-workspace-id: string, installedByBotId?: string, verificationStatus?: string, x-multiple-integrations?: string) — Tool to list integrations with filtering and sorting capabilities. Use when you need to browse available integrations, search for specific integration types, or filter integrations by various criteria - botpress_list_knowledge_bases(tags?: string, botId: string, userId?: string, userRole?: string, nextToken?: string, integrationId?: string, integrationName?: string, integrationAlias?: string) — Tool to list knowledge bases for a bot. Use when you need to retrieve or display knowledge bases with optional tag filtering; supports pagination via nextToken. - botpress_list_plugins(name?: string, version?: string, nextToken?: string, xWorkspaceId: string, xMultipleIntegrations?: string) — Tool to list Botpress plugins. Use to discover available plugins, filter by name or version, or page through all plugins in a workspace. - botpress_list_public_interfaces(name?: string, version?: string, nextToken?: string, x-multiple-integrations?: string) — Tool to retrieve a list of public interfaces available in the Botpress Hub. Use when browsing available interfaces to integrate with bots. - botpress_list_public_plugins(name?: string, version?: string, nextToken?: string, xMultipleIntegrations?: string) — Tool to retrieve a list of public plugins available in the Botpress hub. Use when browsing available plugins or searching for specific plugins by name and version. - botpress_list_public_workspaces(search?: string, nextToken?: string, workspaceIds?: string[]) — Tool to retrieve a list of public workspaces. Use when browsing publicly available workspaces before selection. - botpress_list_usage_history(id: string, type: string, x-workspace-id: string, x-multiple-integrations?: string) — Tool to retrieve usage history for a bot or workspace. Use to track resource consumption, monitor quota usage, or analyze historical trends for metrics like AI spend, member count, or invocation calls - botpress_list_workspace_invoices(id: string, xMultipleIntegrations?: string) — Tool to list all invoices billed to a workspace. Use when you need to retrieve billing history and invoice details for a specific workspace. - botpress_list_workspaces(handle?: string, nextToken?: string) — List all Botpress workspaces accessible to the authenticated user. Use this to enumerate workspaces, check workspace details like bot count and plan type, or find a specific workspace by handle. Suppo - botpress_request_integration_verification(integrationId: string, x-workspace-id: string, x-multiple-integrations?: string) — Tool to request verification for a Botpress integration via the Admin API. Use when you need to submit an integration for verification to make it available for public use. - botpress_run_vrl(data: object, script: string, xWorkspaceId: string, xMultipleIntegrations?: string) — Tool to execute a VRL (Vector Remap Language) script against input data using the Botpress Admin API. Use when you need to transform or process data using VRL syntax. The script receives the input dat - botpress_send_message(tags?: object, type: string, botId: string, origin?: string, userId: string, payload: object, schedule?: object, conversationId: string) — Tool to send a message to an existing Botpress conversation via the Runtime API. Use when you need to create and deliver a message to a user. - botpress_set_account_preference(key: string, value: string|integer|number|boolean|object|string|integer|number|boolean[], x-multiple-integrations?: string) — Tool to set a preference for the account. Use when you need to create or update a specific account preference by its key. - botpress_set_workspace_preference(key: string, value: string|integer|number|boolean|object|string|integer|number|boolean|object[], workspaceId: string, x-multiple-integrations?: string) — Tool to set a preference for a Botpress workspace. Use when you need to store or update a workspace-specific preference value by its key. - botpress_update_account(refresh?: boolean, displayName?: string, profilePicture?: string) — Tool to update details of the authenticated account. Use when you need to change the display name, profile picture, or refresh account data. - botpress_update_admin_bots(id: string, dev?: boolean, url?: string, code?: string, name?: string, tags?: object, user?: object, events?: object, layers?: string[], medias?: object[], states?: object, actions?: object, blocked?: boolean, message?: object, plugins?: object, alwaysAlive?: boolean, conversation?: object, integrations?: object, configuration?: object, subscriptions?: object, authentication?: string, x-workspace-id?: string, recurringEvents?: object, maxExecutionTime?: integer, shouldMergePlugins?: boolean, x-multiple-integrations?: string) — Tool to update an existing bot in a Botpress workspace via the Admin API. Use when you need to modify bot configuration, update tags, change code, or adjust any other bot properties. Only the fields y - botpress_update_admin_workspace(id: string, name?: string, about?: string, handle?: string, website?: string, isPublic?: boolean, contactEmail?: string, spendingLimit?: number, profilePicture?: string, socialAccounts?: string[], xMultipleIntegrations?: string) — Tool to update a Botpress workspace via the Admin API. Use this to modify workspace properties including name, description, contact information, public visibility, handle, profile picture, social acco - botpress_update_workflow(id: string, tags?: object, botId: string, output?: object, status?: string, userId?: string, eventId?: string, timeoutAt?: string, failureReason?: string, integrationId?: string, integrationAlias?: string) — Tool to update a workflow object in Botpress by setting parameter values. Use when you need to change workflow status, add output data, update tags, or set failure reasons. Any parameters not provided - botpress_validate_integration_update(id: string, url?: string, code?: string, icon?: string, user?: object, title?: string, events?: object, layers?: string[], public?: boolean, readme?: string, states?: object, actions?: object, secrets?: object, channels?: object, entities?: object, attributes?: object, identifier?: object, interfaces?: object, visibility?: string, description?: string, configuration?: object, configurations?: object, x-workspace-id: string, extraOperations?: object, maxExecutionTime?: integer, x-multiple-integrations?: string) — Tool to validate an integration update request in Botpress Admin API. Use when you need to verify that integration update parameters are valid before performing the actual update. Returns success if t ## Example prompts - "What can I do in Botpress?" - "Show me a summary of my Botpress account" ## Links Docs: https://mcp.ai/docs/mcps/botpress Website: https://mcp.ai/mcps/botpress