@monsoft/mcp-fal-ai
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | SSE server port (default: 3001) | 3001 |
| RUN_SSE | No | Enable SSE transport (default: false) | false |
| FAL_API_KEY | Yes | Your fal.ai API key |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| fal-list-modelsA | List all available models from fal.ai with optional pagination parameters. Avoid listing all models at once as it may be too many models to process.. Use the limit and page parameters to paginate the results. |
| fal-search-modelsC | Search for models by keywords with optional category and limit filtering. The keywords are used to search for models that match the keywords. |
| fal-get-model-schemaC | Get the schema for a model. The model schema is used to understand the input and output of the model. use the modelId to get the schema of the model. |
| fal-run-syncA | Run a model synchronously and automatically download any image URLs in the response. The model is run synchronously using the fal.run endpoint. Returns the model output with embedded base64 image data for any image URLs found. |
| fal-enqueueC | Enqueue a model. The model is enqueued using the fal.run endpoint. You need to check the status of the model using the fal-get-status tool, then get the result using the fal-get-result tool. |
| fal-get-statusB | Get the status of a model. The status is returned using the fal.run endpoint. You need to check the status of the model using the fal-get-status tool, then get the result using the fal-get-result tool. |
| fal-get-resultA | Get the result of a model execution and automatically download any image URLs in the response. Returns the model output with embedded base64 image data for any image URLs found. You need to check the status of the model using the fal-get-status tool first. |
| fal-cancelD | Cancel a the given request |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| review-fal-prompt |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| fal-config | |
| fal-docs-usage | |
| fal-tools-reference |
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/Forge-Systems-Hub/mcp-fal-ai-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server