Skip to main content
Glama

MCP Kling

by 199-mcp

virtual_try_on

Visualize clothing on a person by uploading their image and up to 5 clothing items. Combine multiple items for full outfit previews using AI-powered virtual try-on technology.

Instructions

Apply virtual clothing try-on to a person image using AI. Upload a person image and up to 5 clothing items to see how they would look wearing those clothes. Supports both single and multiple clothing combinations for complete outfit visualization.

Input Schema

NameRequiredDescriptionDefault
cloth_image_urlsYesArray of clothing image URLs (1-5 items). Multiple items will be combined into a complete outfit
model_nameNoModel version to use (default: kolors-virtual-try-on-v1.5)
person_image_urlYesURL of the person image to try clothes on

Input Schema (JSON Schema)

{ "properties": { "cloth_image_urls": { "description": "Array of clothing image URLs (1-5 items). Multiple items will be combined into a complete outfit", "items": { "type": "string" }, "maxItems": 5, "minItems": 1, "type": "array" }, "model_name": { "description": "Model version to use (default: kolors-virtual-try-on-v1.5)", "enum": [ "kolors-virtual-try-on-v1", "kolors-virtual-try-on-v1.5" ], "type": "string" }, "person_image_url": { "description": "URL of the person image to try clothes on", "type": "string" } }, "required": [ "person_image_url", "cloth_image_urls" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/199-mcp/mcp-kling'

If you have feedback or need assistance with the MCP directory API, please join our Discord server