Inspector
Debug Fluos MCP servers with the official inspector and map tools to the HTTP API.
npx @modelcontextprotocol/inspectorPoint Streamable HTTP at:
- Docs:
https://www.fluos.io/api/v1/mcp - Video:
https://www.fluos.io/api/v1/mcp/app(after OAuth)
Locally: http://localhost:3000/api/v1/mcp and http://localhost:3000/api/v1/mcp/app.
Server card: /.well-known/mcp.json. CLI: npx fluos mcp-info and npx fluos mcp-info --app.
HTTP API under the tools
MCP tools wrap the same paid HTTP API the CLI uses. Auth: Authorization: Bearer <oauth_token>.
| Method | Path | MCP tool |
|---|---|---|
GET | /api/v1/workspaces | list_workspaces |
GET | /api/v1/projects | list_projects |
POST | /api/v1/projects | create_project |
GET | /api/v1/assets | list_assets |
POST | /api/v1/assets/uploads | upload_asset |
POST | /api/v1/videos | create_video |
GET | /api/v1/videos/{jobId} | get_status |
POST | /api/v1/videos/{jobId}/revise | revise_video |
POST | /api/v1/videos/{jobId}/cancel | cancel_job |
POST | /api/v1/exports | export_video |
GET | /api/v1/exports/{exportId} | get_export |
See Fluos API reference, Fluos CLI, and Tools.