# Gan.AI — MCP server on mcp.ai > Connect your Gan.AI account and use 8 tools for artificial intelligence straight from your AI agent. Connect with your own API key. Gan.AI provides advanced APIs for text-to-speech, voice cloning, and video personalization, enabling developers to integrate natural and expressive speech synthesis into their applications. By: mcp.ai · official Page: https://mcp.ai/gan_ai ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_gan_ai?ms=1787293560000 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/gan_ai/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/gan_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/gan_ai/skill.md Postman collection (v2.1): https://mcp.ai/gan_ai/postman.json ## Tools - gan_ai_get_avatar_video_inference_details(inference_id: string) — Tool to retrieve detailed status and metadata for a specific avatar video inference. Use when you have an inference_id and need to check its processing status and access video URLs. - gan_ai_get_photo_avatar_details(photo_avatar_id: string) — Tool to retrieve detailed information for a specific photo avatar by ID. Use when you need to check photo avatar processing status and access its metadata and image URL. - gan_ai_get_photo_avatar_inference_details(downloadable_link?: boolean, photo_avatar_inference_id: string) — Tool to fetch photo avatar inference details. Use after obtaining a valid inference ID to retrieve detailed information. - gan_ai_list_avatar_videos(skip?: integer, limit?: integer, status?: string[], avatar_id?: string, avatar_title?: string, end_datetime?: string, start_datetime?: string, inference_title?: string) — Tool to list avatar video inferences. Use when you need to retrieve generated avatar videos with optional filtering by avatar ID, title, status, or date range. - gan_ai_list_photo_avatar_inferences(skip?: integer, limit?: integer, title?: string, status?: string[], end_datetime?: string, start_datetime?: string, photo_avatar_id?: string) — Tool to list photo avatar inferences. Use when you need to retrieve inference videos with optional filtering by avatar, title, status, or date range. - gan_ai_list_photo_avatars(skip?: integer, limit?: integer, title?: string, status?: string[], end_datetime?: string, start_datetime?: string) — Tool to list avatars. Use when you need a paginated collection of avatars with filters. Example: "List the first 10 published avatars created after 2023-01-01". - gan_ai_login(email: string, password: string) — Tool to authenticate a user and retrieve access and refresh tokens. Use when you need to login before calling other GAN.AI API actions. - gan_ai_tts(text: string, voice_id: string) — Convert text to speech using GAN.AI's Text-to-Speech API. This tool synthesizes speech from text using a specified voice. The voice_id must be obtained from the GAN.AI Get Voices endpoint or from your ## Example prompts - "What can I do in Gan.AI?" - "Show me a summary of my Gan.AI account" ## Links Docs: https://mcp.ai/docs/mcps/gan_ai Website: https://mcp.ai/mcps/gan_ai