# Convolo AI — MCP server on mcp.ai > Connect your Convolo AI account and use 7 tools for AI sales tools straight from your AI agent. Connect with your own API key. Convolo.ai is an AI-powered communications platform designed to enhance sales calls and improve conversion rates through rapid lead response and integration capabilities. By: mcp.ai · official Page: https://mcp.ai/convolo_ai ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_convolo_ai?ms=1787291400000 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/convolo_ai/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/convolo_ai/ 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/convolo_ai/skill.md Postman collection (v2.1): https://mcp.ai/convolo_ai/postman.json ## Tools - convolo_ai_create_character(actions?: string[], charName: string, backstory: string, voiceType: string) — Tool to create a new character. Use when you have name, voice type, backstory, and optional actions ready. - convolo_ai_evaluate_character(prompt: string, variables?: object, session_id: string, character_id: string) — Evaluates a conversation session across 9 quality dimensions (clarity, courtesy, product knowledge, etc.) using AI analysis. Returns structured ratings and feedback. Prerequisites: - A valid session_i - convolo_ai_generate_starter_conversation(charId: string, sessionId: string) — Generates AI-powered conversation starter suggestions for a character. This tool creates contextually relevant opening lines or follow-up dialogue suggestions that can be used to initiate or continue - convolo_ai_get_character_response(file?: string, charID: string, stream?: string, userText?: string, sessionID: string, sample_rate?: string, voiceResponse: boolean) — 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. - convolo_ai_list_voices(accept?: string, contentType?: string, use_alt_domain?: boolean) — Tool to retrieve the list of available voice types. Use when selecting voices before generating speech. - convolo_ai_set_core_ai_settings(charID: string, temperature?: number, model_group_name?: string) — Updates the core AI settings (model and/or temperature) for an existing Convai character. Use this action to: - Switch the AI model powering a character (e.g., from GPT-4o to Claude) - Adjust response - convolo_ai_upload_knowledge_bank(file: string, file_name: string) — 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). ## Example prompts - "What can I do in Convolo AI?" - "Show me a summary of my Convolo AI account" ## Links Docs: https://mcp.ai/docs/mcps/convolo_ai Website: https://mcp.ai/mcps/convolo_ai