← Index

io.github.Mintii-Labs/ozor

io.github.Mintii-Labs/ozor·v2.0.1·Documents & Spreadsheets
Quality Score
85
/100

Generate AI videos from a prompt or document (PDF/PPTX/DOCX/URL) and export shareable MP4s.

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Remote endpoint

Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.

https://mcp.ozor.ai/mcp
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "ozor": {
      "command": "npx",
      "args": [
        "-y",
        "ozor-mcp-server"
      ],
      "env": {
        "OZOR_API_KEY": "<your-ozor_api_key>",
        "OZOR_BASE_URL": "<ozor_base_url>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "ozor": {
      "command": "npx",
      "args": [
        "-y",
        "ozor-mcp-server"
      ],
      "env": {
        "OZOR_API_KEY": "<your-ozor_api_key>",
        "OZOR_BASE_URL": "<ozor_base_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y ozor-mcp-server
§02  Environment variables
OZOR_API_KEY
requiredsecret

Your Ozor API key (sk_live_...). Create one at https://ozor.ai under Settings → API Keys.

OZOR_BASE_URL

Override the Ozor API base URL (defaults to https://ozor.ai). Useful for staging.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Documents & Spreadsheets