crmapi_key

Convolo AI

Convolo.ai is an AI-powered communications platform designed to enhance sales calls and improve conversion rates through rapid lead response and integration capabilities.

Verdict

Convolo AI lets your team build and manage conversational AI characters directly from Switchy. @mention it to create voice-enabled personas with custom backstories, define the actions they can perform, and generate responses in text or audio. Marketing and support teams use it to prototype chatbot flows, test dialogue variations, and evaluate character performance without switching tools. You'll need an API key from Convolo AI, and voice generation depends on their available voice library — check compatibility before committing to a specific tone.

Common use cases

  • Prototype chatbot personalities for campaigns
  • Test support agent dialogue variations
  • Generate conversation starters for outreach
  • Evaluate character tone across sessions
  • Build voice-enabled demo characters

Integration

Vendor
Convolo AI
Category
crm
Auth
API_KEY
Tools
10
Composio slug
convolo_ai

Tools

  • Create Character

    Tool to create a new character. Use when you have name, voice type, backstory, and optional actions ready.

  • Define or Update Character Actions

    Tool to define or update the list of actions a character can perform. Use when you need to configure or adjust character capabilities before deployment.

  • Evaluate Character Performance

    Tool to evaluate a character's performance based on interactions. Use after fetching a conversation session and constructing your prompt.

  • Generate Starter Conversation

    Tool to generate starter conversation suggestions for a character. Use when you need opening or follow-up dialogue lines.

  • Get Character Response

    Tool to generate a response from a ConvAI character based on text or audio input. Use when needing a text or voice reply in an ongoing session.

  • List Voices

    Tool to retrieve the list of available voice types. Use when selecting voices before generating speech.

  • Set Core AI Settings

    Tool to set core AI settings for a character. Use after confirming character existence.

  • Update Character

    Tool to update existing character details. Use when you have a character ID and need to modify its attributes.

  • Update Character Backstory

    Tool to update a character's backstory. Use when you need to modify the backstory of an existing character after confirming its ID. Only the provided fields will be updated.

  • Upload Knowledge Bank File

    Tool to upload a knowledge bank file. Use when you have a file ready to add to Convolo AI's knowledge bank (Enterprise plan only).

Setup

Setup guide

  1. 11. Open your Switchy workspace and navigate to Settings > Integrations > Add MCP. 2. Search for Convolo AI and click Connect. 3. Paste your Convolo AI API key (find it in your Convolo AI dashboard under API Access). 4. Click Authorize to complete the connection. 5. Open any Space and type '@Convolo AI list voices' to confirm the integration works. 6. If you see a list of available voice types, the setup succeeded. 7. To create your first character, type '@Convolo AI create a character named Alex with a friendly voice and a backstory as a customer success rep' and follow the prompts. 8. Use '@Convolo AI get character response' in the same Space to test dialogue generation.

What teammates see: by default, memories from Convolo AI are scoped to the Space (PROJECT visibility) - you can mark any memory PRIVATE or share it ORG-wide.

Works well with

Top models

Compatibility data appears once enough Spaces have used this MCP together with a given model.

How Switchy teams use it

Not enough Spaces yet to publish anonymised usage stats (we require ≥ 50 Spaces per week).

Starter prompts

Create Support Character

@Convolo AI create a character named Jamie with a professional voice type, backstory as a technical support specialist with 5 years of SaaS experience, and actions including troubleshooting, escalation, and knowledge base search.
Open in a Space →

List Available Voices

@Convolo AI list all available voice types and describe their tone or accent so I can pick the best fit for a friendly sales assistant.
Open in a Space →

Generate Conversation Opener

@Convolo AI generate starter conversation suggestions for a character named Sam who helps new users set up their account, focusing on warm greetings and clear next steps.
Open in a Space →

Update Character Actions

@Convolo AI update the actions for character ID 12345 to include appointment scheduling, FAQ lookup, and handoff to human agent.
Open in a Space →

Evaluate Performance

@Convolo AI evaluate the performance of character ID 12345 using the last 10 conversation sessions, focusing on response relevance and user satisfaction signals.
Open in a Space →

Example outputs

Illustrative - representative of the model's voice and quality, not literal recordings.

Prompt

@convolo-ai list all available voice types and recommend one that sounds professional but approachable for a customer support character

Output

Based on the available voices, I recommend 'en-US-Neural2-J' for your customer support character. This voice offers a warm, professional tone that balances authority with approachability. Other options include 'en-US-Neural2-F' (slightly more formal) and 'en-US-Neural2-C' (younger, energetic). The neural voices provide natural intonation and pacing that work well for extended customer interactions. All voices support real-time streaming for low-latency responses.

Notes

This example demonstrates the MCP's voice discovery capability, which is typically the first step in character creation. Voice availability depends on your Convolo AI plan tier. The MCP returns voice IDs that you'll reference when creating characters, so save the recommended ID for the next step.

Prompt

@convolo-ai create a new customer support character named 'Alex' with the en-US-Neural2-J voice, backstory as a helpful product specialist with 5 years experience, and actions for checking order status and processing returns

Output

Character 'Alex' created successfully (ID: char_8k3mq9). Configured with en-US-Neural2-J voice and backstory emphasizing product expertise. Two actions defined: 'check_order_status' (requires order_id parameter) and 'process_return' (requires order_id and reason). Alex is now ready for conversations but requires core AI settings (temperature, max tokens) before deployment. The character will reference these actions when customers mention orders or returns in conversation.

Notes

This write operation creates a persistent character in your Convolo AI workspace. The returned character ID is required for all subsequent updates and conversations. Actions defined here determine what the character can actually do beyond conversation—you'll need to connect these to your backend systems separately. Character creation counts against your account's character limit.

Prompt

@convolo-ai evaluate the performance of character char_8k3mq9 based on the last 50 customer interactions, focusing on response accuracy and action completion rate

Output

Performance evaluation for 'Alex' (char_8k3mq9) across 50 interactions: Response accuracy 87% (43/50 queries answered correctly on first attempt). Action completion rate 92% (35/38 action requests successfully executed). Common issues: 3 instances of misinterpreting order numbers with similar digits, 2 timeout errors on return processing. Positive signals: Average customer satisfaction score 4.2/5, 78% of conversations resolved without escalation. Recommendation: Add clarification prompts for order number confirmation and increase timeout threshold for return processing actions.

Notes

This synthesis example shows how the MCP combines conversation data with AI analysis to surface actionable insights. Evaluation requires you to first fetch conversation sessions, so this is a multi-step workflow. The metrics returned depend on what interaction data you've logged—if you're not tracking satisfaction scores or action outcomes, the evaluation will be limited to conversational patterns only.

Use-case deep-dives

Onboarding chatbot for SaaS signup

When Convolo AI fits early-stage product onboarding flows

A 6-person SaaS startup wants a conversational onboarding assistant that walks new users through account setup and feature discovery. Convolo AI is a strong fit here because the Create Character and Set Core AI Settings tools let you script a personality-driven guide without hiring voice actors or building custom NLP. The Get Character Response tool handles both text and audio input, so you can test the flow in Slack before deploying it in-app. The threshold: if your onboarding needs to pull live account data or trigger backend actions (like provisioning a workspace), you'll hit Convolo's limits fast—the Define Character Actions tool is more about dialogue branching than API orchestration. If your flow is mostly educational and under 10 decision points, this MCP saves you two weeks of chatbot plumbing.

Customer support triage for e-commerce

Why Convolo AI struggles with high-volume support routing

A 15-person e-commerce team wants an AI character to handle first-contact support questions (order status, return policy, shipping delays) before escalating to human agents. Convolo AI's voice and personality tools sound appealing, but the MCP doesn't expose integrations with ticketing systems or order databases—you're limited to the 10 tools here, none of which query external CRMs or fulfillment platforms. The Evaluate Character Performance tool helps you tune responses after the fact, but without real-time context from Shopify or Zendesk, your character will give generic answers that frustrate customers. If your support volume is under 50 tickets a week and you're okay with a purely conversational (non-transactional) bot, Convolo works. Beyond that, you need a CRM-native MCP with actual data connectors.

Sales role-play training for remote reps

When Convolo AI accelerates sales coaching at small scale

A 4-person sales team wants reps to practice objection handling and discovery calls against an AI prospect before live demos. Convolo AI is ideal for this: the Create Character tool lets you build personas (skeptical CFO, budget-conscious ops manager) with custom backstories, and the Generate Starter Conversation tool seeds realistic opening lines. The Get Character Response tool delivers voice replies, so reps can rehearse over Zoom or in Switchy's voice channels. The limit: if you need to score calls against a rubric or integrate with your CRM to pull real prospect data, Convolo's Evaluate Character Performance tool is too lightweight—it's qualitative feedback, not structured analytics. For teams under 10 reps running 5-10 role-plays a week, this MCP cuts your coaching prep time in half.

Frequently asked

What does the Convolo AI MCP let me do in Switchy?

It lets you create and manage conversational AI characters inside Switchy workflows. You can define their backstory, voice, and available actions, then generate responses from them via text or audio input. Think of it as building custom chatbots or voice agents that your team can interact with directly in shared workspaces.

Do I need admin access to connect Convolo AI?

You need a Convolo AI API key, which typically requires an account with API access enabled. The MCP uses API_KEY authentication, so whoever connects it in Switchy must have permission to generate or retrieve that key from Convolo's dashboard. Check with your Convolo account owner if you're unsure.

Can the MCP make characters respond to voice input?

Yes. The Get Character Response tool accepts both text and audio input, and you can choose from multiple voice types when generating speech output. You'll need to list available voices first, then configure your character to use one. The MCP handles the full loop: input, processing, and voice reply generation.

Is this better than calling Convolo's API directly?

If your team already lives in Switchy and wants to prototype or test conversational flows without writing code, yes. The MCP wraps Convolo's API into tools that non-developers can chain together. If you're building a production app with custom logic, you'll still want the raw API for tighter control.

Who on the team should connect this integration?

Whoever owns your Convolo AI account and has access to API keys. Once connected, any Switchy workspace member can create or update characters using the tools, so consider whether you want that level of shared access before linking it to a team workspace.

Data last verified 607 hours ago.Sources aggregated hourly to weekly. See docs/architecture/model-directory.md.