fal.ai MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| modelsA | List available models in the fal.ai model gallery. Supports optional filtering by category, status, and cursor-based pagination. Can expand OpenAPI schemas inline with expand parameter. |
| searchA | Search for models in the fal.ai gallery using free-text query across name, description, and category. Supports filtering and cursor-based pagination. |
| findA | Find specific model(s) by endpoint ID. Can retrieve single or multiple models (1-50). Useful for looking up exact models by their stable identifiers. |
| generateC | Submit a generation request to a fal.ai model. This queues the request and returns immediately with a request_id for tracking. |
| resultB | Get the result of a generation request. |
| statusA | Check the status of a generation request without fetching full results. |
| cancelB | Cancel a pending or processing generation request. |
| uploadA | Upload a file to fal.ai CDN for use with models. Returns a URL that can be used as input to generation requests. |
| pricingB | Get pricing information for specific model endpoint(s). Returns unit pricing with currency. Requires authentication. Most models use output-based pricing (per image/video). |
| estimate_costC | Estimate costs for model operations using historical API pricing or unit pricing. Requires authentication. Useful for budget planning and cost optimization. |
| usageB | Get usage records for workspace with detailed billing information. Returns time series data and/or summary statistics with unit quantities and prices. Requires authentication. |
| analyticsA | Get analytics data for model endpoints with time-bucketed metrics. Returns request counts, latency statistics (avg, p50, p95, p99), and success/error rates. Requires authentication. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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/derekalia/fal-mcp-ts'
If you have feedback or need assistance with the MCP directory API, please join our Discord server