Platform MCP Server
By Steven Van ·
fal's second MCP server — the Platform API MCP — is now available at https://api.fal.ai/v1/mcp/platform.
fal announced Platform MCP Server on August 17, 2026.
What changed
fal's second MCP server — the Platform API MCP — is now available at https://api.fal.ai/v1/mcp/platform. Where the Run MCP lets your AI assistant *build with models*, this one lets it *operate your fal account*: connect Claude Code, Cursor, or any MCP-compatible client with your API key and ask *"why did my last request to my-app fail?"* — your assistant walks the same debugging steps you would. 15 tools: eleven first-class serverless debugging tools covering requests, logs, error analytics, deploy and revision history, runner and queue state, spend, and persistent storage — plus a four-tool discovery gateway that opens up the rest of the Platform API (compute, workflows, keys, account, organization, storage) without bloating your assistant's context. bash theme={null} claude mcp add --transport http fal-platform \ https://api.fal.ai/v1/mcp/platform \ --header "Authorization: Key YOUR_FAL_KEY" Read-only — it can observe your account but never change it; write operations are listed in the catalog but refuse to execute Stateless — your key is sent per-request and never stored, and normal permission and ownership scoping applies Free — tool calls are the same Platform API calls you co