# brag-fast

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list hi-k3uy/brag-fast

# Get full schema for a tool
npx -y @smithery/cli@latest tool get hi-k3uy/brag-fast bragfast_generate_release_images

# Call a tool
npx -y @smithery/cli@latest tool call hi-k3uy/brag-fast bragfast_generate_release_images '{}'
```

## Direct MCP Connection

Endpoint: `https://bragfast.run.tools`

## Tools (9)

- `bragfast_generate_release_images` — Generate branded release announcement images. Returns a cook_id immediately — use bragfast_get_render_status to poll fo…
- `bragfast_generate_release_video` — Generate a branded release announcement video. Returns a cook_id immediately — use bragfast_get_render_status to poll f…
- `bragfast_list_brands` — List all brands associated with your Bragfast account.
- `bragfast_list_templates` — List available templates (name, ID, default status). Use bragfast_get_template to get the full config with object IDs f…
- `bragfast_get_template` — Get the full config for a specific template, including object IDs needed to compose slides for generate_release_images/…
- `bragfast_check_account` — Check your Bragfast account credits and plan.
- `bragfast_get_render_status` — Check the status of a render job. Returns status, and image/video URLs when complete. Completed image renders are displ…
- `bragfast_upload_image` — ONLY for tiny images under 50KB (small logos, icons) via base64, or local files via file_path. DO NOT use for screensho…
- `bragfast_get_upload_url` — Upload an image to Bragfast. This is the DEFAULT upload method — use this for all images including screenshots, photos,…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get hi-k3uy/brag-fast <tool-name>
```

## Prompts (1)

- `bragfast` — Guided workflow to create branded release images or video from your recent work.
