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.
| Tool | Description |
|---|---|
| atalkBot | Sends a message to a bot and receives a conversational response. |
| listBots | Displays all available bots in the account. |
| listBotFiles | Shows all files associated with a specific bot. |
| createBot | Creates a new bot with a specified name. |
| deleteBot | Removes a bot and all its associated data. |
| compileBot | Processes a bot's files to prepare it for use. |
| getBotFile2 | Retrieves configuration files containing bot properties and defaults. |
| uploadFile2 | Adds or updates configuration files for bot properties and defaults. |
| deleteBotFile2 | Removes configuration files from a bot. |
| getBotFile1 | Retrieves AIML and data files that define bot behavior. |
| uploadFile1 | Adds or updates AIML and data files for a bot. |
| deleteBotFile1 | Removes AIML and data files from a bot. |
| debugBot | Tests a bot conversation and displays detailed execution information. |