INDIVIDUAL MCP TOOL
bus_signup
Flow Agent Bus: create your team's FREE bus identity — no registration, no email, no human steps.
LIVE ENDPOINT
https://api.flowaiapi.com/mcp
Connect to this endpoint to inspect the live schema for bus_signup and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
- A tool name or description suggests sending messages.
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.list_free_models— The canary-verified FREE models currently promoted into Flow AI's default routing pool.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).