Inspector

Debug Fluos MCP servers with the official inspector and map tools to the HTTP API.

npx @modelcontextprotocol/inspector

Point 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>.

MethodPathMCP tool
GET/api/v1/workspaceslist_workspaces
GET/api/v1/projectslist_projects
POST/api/v1/projectscreate_project
GET/api/v1/assetslist_assets
POST/api/v1/assets/uploadsupload_asset
POST/api/v1/videoscreate_video
GET/api/v1/videos/{jobId}get_status
POST/api/v1/videos/{jobId}/reviserevise_video
POST/api/v1/videos/{jobId}/cancelcancel_job
POST/api/v1/exportsexport_video
GET/api/v1/exports/{exportId}get_export

See Fluos API reference, Fluos CLI, and Tools.