Skip to main content
Glama

FAL Image/Video MCP Server

by RamboRogers

luma_ray2_image

Convert images into videos by defining motion prompts, duration, and aspect ratio using AI. Input an image URL and describe the desired video motion for dynamic output.

Instructions

Luma Ray 2 I2V - Latest Luma image-to-video

Input Schema

NameRequiredDescriptionDefault
aspect_ratioNo16:9
cfg_scaleNoHow closely to follow the prompt
durationNoVideo duration in seconds5
image_urlYesURL of the input image
negative_promptNoWhat to avoid in the video
promptYesMotion description prompt

Input Schema (JSON Schema)

{ "properties": { "aspect_ratio": { "default": "16:9", "enum": [ "16:9", "9:16", "1:1" ], "type": "string" }, "cfg_scale": { "default": 0.5, "description": "How closely to follow the prompt", "maximum": 1, "minimum": 0, "type": "number" }, "duration": { "default": "5", "description": "Video duration in seconds", "enum": [ "5", "10" ], "type": "string" }, "image_url": { "description": "URL of the input image", "type": "string" }, "negative_prompt": { "description": "What to avoid in the video", "type": "string" }, "prompt": { "description": "Motion description prompt", "type": "string" } }, "required": [ "image_url", "prompt" ], "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/RamboRogers/fal-image-video-mcp'

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