Skip to main content
Feedback

Pandorabots MCP connector

Pandorabots is an AI-as-a-Service platform for building and deploying conversational chatbots. The Pandorabots MCP connector allows AI agents to create and manage bots, upload and compile AIML files, and configure bot properties like default responses and substitution rules. It also supports testing bots through anonymous conversations, retrieving bot files, and managing entire bot catalogs across the platform.

Authentication type

  • API Key - Requires a static API key to be configured before the agent can connect to the service.

Uses

Use the Pandorabots MCP connector to perform the following actions:

  • Build and deploy custom chatbots without coding expertise or infrastructure setup
  • Train chatbots with AIML files to handle domain-specific customer conversations
  • Manage multiple bots across your organization with centralized creation and deletion
  • Compile bot configurations to activate new conversational logic and rules instantly
  • Test bot responses in real-time conversations to identify and fix errors
  • Automate customer support workflows by connecting chatbots to business systems
  • Upload substitution rules and knowledge maps to personalize bot behavior
  • Enable anonymous users to interact with chatbots without authentication requirements

Example prompts

Use the following example prompts to invoke Pandorabots MCP connector tools from your AI assistant or Boomi Connect workflow:

  • Create a new customer service bot in Pandorabots for our support team.
  • Show me all bots currently deployed in our Pandorabots account.
  • Upload an AIML file to train our sales chatbot in Pandorabots.
  • Compile the HR chatbot in Pandorabots to activate the latest conversation rules.
  • Delete the old marketing bot from Pandorabots since we built a replacement.
  • Test the chatbot conversation in Pandorabots and debug why it's giving wrong answers.
  • Retrieve the properties file for our lead generation bot in Pandorabots.
  • List all bot files stored in Pandorabots for our finance chatbot.
  • Let a visitor chat anonymously with our chatbot in Pandorabots without logging in.
  • Upload a substitution file to Pandorabots so our chatbot uses company-specific terminology.

Pandorabots MCP connector tools

The Pandorabots MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.

ToolDescription
atalkBotSends a message to a bot and receives a conversational response.
listBotsDisplays all available bots in the account.
listBotFilesShows all files associated with a specific bot.
createBotCreates a new bot with a specified name.
deleteBotRemoves a bot and all its associated data.
compileBotProcesses a bot's files to prepare it for use.
getBotFile2Retrieves configuration files containing bot properties and defaults.
uploadFile2Adds or updates configuration files for bot properties and defaults.
deleteBotFile2Removes configuration files from a bot.
getBotFile1Retrieves AIML and data files that define bot behavior.
uploadFile1Adds or updates AIML and data files for a bot.
deleteBotFile1Removes AIML and data files from a bot.
debugBotTests a bot conversation and displays detailed execution information.
On this Page