clipugc
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CLIPUGC_API_KEY | No | Your ClipUGC API key from the dashboard (Dashboard, API Keys). Without it the server starts but every tool answers with an auth error. | |
| CLIPUGC_API_BASE_URL | No | Optional. API base URL, defaults to https://clipugc.com/api/v1. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_charactersA | List ClipUGC AI characters (AI influencers). Same as |
| create_characterA | Create a new AI character from a plain-text description. Same as |
| generate_imageA | Generate one or more new looks (reference images) of an existing character. Same as |
| list_imagesA | List the looks (reference images) of a character with id, status (pending, processing, completed, failed), scene_prompt and image url when ready. Same as |
| create_clipA | Animate a character look (or your own photo) into a short video clip. Same as |
| create_motion_clipA | Animate a character look (or your own photo) by copying the motion of a driver video. Same as |
| merge_adA | Merge a completed clip with an app screen recording and a hook text overlay (plus optional background music) into the final UGC ad. Same as |
| get_videoA | Get the current status of a clip (kind "clip", default; same as |
| download_videoA | Download a completed clip (kind "clip", default; same as |
| get_creditsA | Return the authenticated user's credit balance and the live per-action credit costs (image, clip, clip_10s, scene_staged, motion_per_second, merge). Same as |
| list_hooksA | Get AI-suggested hook texts (the short attention-grabbing line burned over a UGC ad). Same as |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| make_ugc_video | Walks the model through the whole ClipUGC pipeline for one video: pick or create the influencer, make the clip, add the app recording, download. |
| new_ai_influencer | Creates a private ClipUGC character from a plain description and waits for her first photo. |
| hook_ideas | Asks ClipUGC for hook lines (the first words on screen) for an app, then picks the strongest three. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| pipeline | The order of tool calls for one UGC video, with polling and id rules. |
| pricing | Documented credit cost of each action and the plan that covers it. get_credits has the live table. |
TDQS
Scored across 11 tools
Each tool targets a distinct resource or stage in the UGC pipeline: credits, characters, images, clips, motion clips, ads, hooks, status, and download. The only similar pair, create_clip and create_motion_clip, is clearly differentiated by the animation method (prompt-driven vs. driver video).
All tool names follow a consistent verb_noun pattern: get_, list_, create_, generate_, merge_, download_. The naming makes the action and resource immediately obvious, with no mixed conventions or vague verbs.
11 tools is well within the ideal range and each tool maps to a necessary step in the UGC creation workflow. There are no redundant tools, and the count feels appropriate for the platform's scope.
The core workflow is fully covered: credits check, character creation, image generation, clip/motion creation, merging, status polling, and downloading. Minor gaps exist around character update/delete and video deletion, but these are not essential to the primary content generation pipeline.