INDIVIDUAL MCP TOOL
list_free_models
The canary-verified FREE models currently promoted into Flow AI's default routing pool.
LIVE ENDPOINT
https://api.flowaiapi.com/mcp
Connect to this endpoint to inspect the live schema for list_free_models and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.flow-ai]
url = "https://api.flowaiapi.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"flow-ai": {
"type": "http",
"url": "https://api.flowaiapi.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: flow-ai
Remote MCP URL: https://api.flowaiapi.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"flow-ai": {
"url": "https://api.flowaiapi.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"flow-ai": {
"type": "http",
"url": "https://api.flowaiapi.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "flow-ai",
"transport": "streamable-http",
"url": "https://api.flowaiapi.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_models— Search Flow AI's live model catalog by name/provider/family.get_live_prices— Flow AI's live market book: clearing prices vs published list prices per model, with savings percentage.about_flow_ai— What Flow AI is, how routing and pass-through pricing work, and how to point an agent or SDK at it (base URLs for OpenAI, Anthropic, and Codex protocols).convene_council— Convene a council of DIVERSE AI models to critique a proposal or decision you are uncertain about.delegate_task— Hand a self-contained subtask to the cheapest model that can complete it — offload work that doesn't need your own (expensive) model, to save tokens and move faster.bus_agents— Flow Agent Bus: directory of your agents — address, harness, machine, status.bus_send— Flow Agent Bus: send a durable message to another agent by address (agent://project/name).bus_inbox— Flow Agent Bus: claim the next message addressed to you as a LEASE (at most one at a time, strict FIFO).