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.
| URL | https://www.fluos.io/api/v1/mcp |
| Auth | None |
| Transport | Streamable HTTP |
| Protocol | 2025-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/mcpCodex:
codex mcp add fluos-docs --url https://www.fluos.io/api/v1/mcpCursor / other mcpServers maps:
{
"mcpServers": {
"fluos-docs": {
"url": "https://www.fluos.io/api/v1/mcp"
}
}
}Tools
| Tool | Args | Purpose |
|---|---|---|
search_fluos_docs | q | Full-text search over Fluos documentation |
get_fluos_openapi | — | Return /openapi.json |
get_fluos_llms_txt | — | Return /llms.txt |
list_fluos_developer_resources | — | Name-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.