# Aivoov — MCP server on mcp.ai > Connect your Aivoov account and use 1 tools for artificial intelligence straight from your AI agent. Connect with your own API key. AiVOOV is an AI-driven text-to-speech platform that converts written text into natural-sounding voiceovers, offering over 1,000 voices across 150+ languages. By: mcp.ai · official Page: https://mcp.ai/aivoov ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_aivoov?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/aivoov/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/aivoov/ 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/aivoov/skill.md Postman collection (v2.1): https://mcp.ai/aivoov/postman.json ## Tools - aivoov_list_voices(language_code?: string) — Retrieves available text-to-speech voices from AiVOOV. Returns voice details including voice_id (required for audio creation), name, gender, and language information. Use language_code parameter to fi ## Example prompts - "What can I do in Aivoov?" - "Show me a summary of my Aivoov account" ## Links Docs: https://mcp.ai/docs/mcps/aivoov Website: https://mcp.ai/mcps/aivoov