# Klamdo - AI Content for Coaches & Creators

Generate identity-locked 4K images and 5-second vertical videos from a single reference photo - without filming. Built for coaches, consultants, and founder-creators who need consistent personal bran…

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list klamdo/klamdo-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get klamdo/klamdo-mcp generate_image

# Call a tool
npx -y @smithery/cli@latest tool call klamdo/klamdo-mcp generate_image '{}'
```

## Direct MCP Connection

Endpoint: `https://klamdo-mcp--klamdo.run.tools`

**Required config:**
- `apiKey` (query) — Your Klamdo API key. Get it free at https://klamdo.app/profile

**Optional config:**
- `defaultAspectRatio` (query) — Default aspect ratio for image generations. Use 1:1 for Instagram feed, 16:9 for LinkedIn/banners, 9:16 for Reels/TikTok.

## Tools (5)

- `generate_image` — Generate a 4K identity-locked image using the user's Klamdo reference photo. Returns a job ID. Use check_job to poll fo…
- `generate_video` — Generate a 5-second vertical identity-locked video from the user's Klamdo reference photo. Returns a job ID. Use check_…
- `check_job` — Check the status of a Klamdo generation job. Returns status, download URLs, and a suggested social caption when complet…
- `get_account` — Get the current Klamdo account status including credit balance, plan tier, and free sample eligibility.
- `list_jobs` — List recent Klamdo generation jobs for this account, ordered newest first. Shows status, mode (image/video), prompt pre…

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

## Resources

- `klamdo://docs` — How to use Klamdo's MCP tools

## Prompts (3)

- `brand-image` (useCase, tone) — Generate a professional branded image for a specific use case
- `content-reel` (hook) — Generate a short video clip for a social media Reel or TikTok
- `batch-content-week` (theme, platforms) — Plan and generate a week of branded content (images and videos) from a single theme
