Skip to main content
Glama

FAL Image/Video MCP Server

by RamboRogers

execute_custom_model

Run any FAL AI model by specifying its endpoint and input parameters, supporting image, video, or custom outputs, with results automatically downloaded to your local machine.

Instructions

Execute any FAL model by specifying the endpoint directly

Input Schema

NameRequiredDescriptionDefault
category_hintNoHint about the expected output type for proper handlingother
endpointYesFAL model endpoint (e.g., fal-ai/flux/schnell, fal-ai/custom-model)
input_paramsYesInput parameters for the model (varies by model)

Input Schema (JSON Schema)

{ "properties": { "category_hint": { "default": "other", "description": "Hint about the expected output type for proper handling", "enum": [ "image", "video", "image_to_video", "other" ], "type": "string" }, "endpoint": { "description": "FAL model endpoint (e.g., fal-ai/flux/schnell, fal-ai/custom-model)", "type": "string" }, "input_params": { "description": "Input parameters for the model (varies by model)", "type": "object" } }, "required": [ "endpoint", "input_params" ], "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