# Flow MCP

Flow hosts a streamable-http MCP endpoint at `https://flow.pixelbrain.cz/v2/mcp`. The endpoint requires the same bearer credentials as the public v2 API.

## Tools

The hosted MCP surface mirrors public v2 operations as tools, including:

- `startRun`, `getRun`, `listRunMessages`, and `respondToHumanRequest`
- `listAgents`, `createAgent`, revisions, schedules, and memory files
- `createCases`, queue inspection, labels, and bulk queue actions
- `createSandbox`, sandbox upload URLs, and sandbox files
- `listConnections`, OAuth starts, MCP checks, and plugin catalog

Flow also supports customer-defined MCP connections inside workspaces. Custom MCP servers are discovered at run start, guarded against private network targets, and exposed to the agent as scoped tools.
