Docs MCP

Public Fluos documentation server — search docs, fetch OpenAPI, and read llms.txt with no login.

The Docs MCP is a separate, unauthenticated discovery surface. It cannot create videos. Use it when you want in-agent search alongside the paid Video MCP.

URLhttps://www.fluos.io/api/v1/mcp
AuthNone
TransportStreamable HTTP
Protocol2025-06-18

Add it as a second server

Keep fluos pointed at the Video MCP. Name this one fluos-docs.

Claude Code:

claude mcp add --scope user --transport http fluos-docs https://www.fluos.io/api/v1/mcp

Codex:

codex mcp add fluos-docs --url https://www.fluos.io/api/v1/mcp

Cursor / other mcpServers maps:

{
  "mcpServers": {
    "fluos-docs": {
      "url": "https://www.fluos.io/api/v1/mcp"
    }
  }
}

Tools

ToolArgsPurpose
search_fluos_docsqFull-text search over Fluos documentation
get_fluos_openapiReturn /openapi.json
get_fluos_llms_txtReturn /llms.txt
list_fluos_developer_resourcesName-addressable Fluos developer URLs

Probe it

curl -s https://www.fluos.io/api/v1/mcp
curl -s -X POST https://www.fluos.io/api/v1/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2025-06-18","capabilities":{},"clientInfo":{"name":"demo","version":"1"}}}'

npx fluos mcp-info prints this server card.

Video creation lives on /api/v1/mcp/app. Connect an agent with Claude Code, Codex, Cursor, or another host.