# Unreel

Create high-quality videos from natural language scripts. Track and manage multiple generation projects in real time. Transform creative concepts into polished visual content with ease.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add lekt9/unreel

# Browse available tools
npx -y @smithery/cli@latest tool list lekt9/unreel

# Get full schema for a tool
npx -y @smithery/cli@latest tool get lekt9/unreel generate_video

# Call a tool
npx -y @smithery/cli@latest tool call lekt9/unreel generate_video '{}'
```

## Direct MCP Connection

Endpoint: `https://unreel--lekt9.run.tools`

## Tools (3)

- `generate_video` — Start video generation from a natural language script. Returns job_id to poll for completion.
- `get_job_status` — Get the status of a video generation job
- `list_jobs_mcp` — List all video generation jobs

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get lekt9/unreel <tool-name>
```
