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. |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/clipugc/ClipUGC-CLI'
If you have feedback or need assistance with the MCP directory API, please join our Discord server