Composio MCP will be deprecated soon. Please use
Composio PlatformorRubeinstead.
Gan ai

Gan ai

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.

60VIEWS
2735USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app gan_ainpx @composio/cli add cursor --app gan_ainpx @composio/cli add cursor --app gan_ainpx @composio/cli add cursor --app gan_ai

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Gan.ai Login

Tool to authenticate a user and retrieve tokens. - If email/password are provided: performs classic login (POST /users/login). - Otherwise: mints a dynamic access token using existing Authorization (POST /users/create_dynamic_token_v2).

Gan Ai Text-to-speech

Tool to convert text to speech synchronously. Use after selecting a voice ID via Get Voices tool.

Get Avatar Video Inference Details

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.

Get Photo Avatar Details

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.

Get Photo Avatar Inference Details

Tool to fetch photo avatar inference details. Use after obtaining a valid inference ID to retrieve detailed information.

List Avatar Video Inferences

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.

List Photo Avatar Inferences

Tool to list photo avatar inferences. Use when you need to retrieve inference videos with optional filtering by avatar, title, status, or date range.

List Photo Avatars

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".

Login

Tool to authenticate a user and retrieve access and refresh tokens. Use when you need to login before calling other GAN.AI API actions.

9 actions available