# Scrptly AI Video Agent

Create videos from text prompts and optional reference images. Track progress and retrieve results as they’re ready. Accelerate content production for marketing, education, and social media.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add ybouane/scrptly-ai-video-agent

# Browse available tools
npx -y @smithery/cli@latest tool list ybouane/scrptly-ai-video-agent

# Get full schema for a tool
npx -y @smithery/cli@latest tool get ybouane/scrptly-ai-video-agent generateAiVideo

# Call a tool
npx -y @smithery/cli@latest tool call ybouane/scrptly-ai-video-agent generateAiVideo '{}'
```

## Direct MCP Connection

Endpoint: `https://scrptly-ai-video-agent--ybouane.run.tools`

## Tools (2)

- `generateAiVideo` — Generate a video based on a text prompt and optional context images.
- `getTaskStatus` — Check the status of an AI video generation task.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get ybouane/scrptly-ai-video-agent <tool-name>
```
