|
| 1 | +{ |
| 2 | + "$schema": "../schemas/server-definition.schema.json", |
| 3 | + "id": "com.unrealugc-mcp", |
| 4 | + "name": "UnrealUGC MCP", |
| 5 | + "alias": "unrealugc", |
| 6 | + "description": "Create and manage AI-generated UGC video ads with UnrealUGC.", |
| 7 | + "logo": "https://raw.githubusercontent.com/UnrealUGC/mcp/main/assets/unrealugc-icon.png", |
| 8 | + "schema_version": "2.1", |
| 9 | + "categories": [ |
| 10 | + "ai-ml", |
| 11 | + "design" |
| 12 | + ], |
| 13 | + "tags": [ |
| 14 | + "unrealugc", |
| 15 | + "video-generation", |
| 16 | + "ugc", |
| 17 | + "advertising", |
| 18 | + "marketing" |
| 19 | + ], |
| 20 | + "transport": { |
| 21 | + "type": "stdio", |
| 22 | + "command": "npx", |
| 23 | + "args": [ |
| 24 | + "-y", |
| 25 | + "@unrealugc/mcp" |
| 26 | + ], |
| 27 | + "env": { |
| 28 | + "UNREALUGC_API_KEY": "${input:UNREALUGC_API_KEY}" |
| 29 | + }, |
| 30 | + "metadata": { |
| 31 | + "inputs": [ |
| 32 | + { |
| 33 | + "id": "UNREALUGC_API_KEY", |
| 34 | + "label": "UnrealUGC API Key", |
| 35 | + "description": "API key used to authenticate with UnrealUGC.", |
| 36 | + "type": "text", |
| 37 | + "required": true, |
| 38 | + "secret": true, |
| 39 | + "placeholder": "usk_live_...", |
| 40 | + "obtain": { |
| 41 | + "url": "https://unrealugc.com/dashboard", |
| 42 | + "instructions": "1. Sign in to UnrealUGC\n2. Open Settings, then API Keys\n3. Create a new API key\n4. Copy the key beginning with usk_live_", |
| 43 | + "button_label": "Get API Key" |
| 44 | + } |
| 45 | + } |
| 46 | + ] |
| 47 | + } |
| 48 | + }, |
| 49 | + "auth": { |
| 50 | + "type": "api_key", |
| 51 | + "instructions": "Create an API key from Dashboard > Settings > API Keys at https://unrealugc.com." |
| 52 | + }, |
| 53 | + "contributor": { |
| 54 | + "name": "UnrealUGC", |
| 55 | + "github": "UnrealUGC", |
| 56 | + "url": "https://unrealugc.com" |
| 57 | + }, |
| 58 | + "links": { |
| 59 | + "repository": "https://github.com/UnrealUGC/mcp", |
| 60 | + "homepage": "https://unrealugc.com/mcp", |
| 61 | + "documentation": "https://unrealugc.com/docs/mcp" |
| 62 | + }, |
| 63 | + "platforms": [ |
| 64 | + "all" |
| 65 | + ], |
| 66 | + "capabilities": { |
| 67 | + "tools": true, |
| 68 | + "resources": false, |
| 69 | + "prompts": false, |
| 70 | + "read_only_mode": false |
| 71 | + }, |
| 72 | + "changelog_url": "https://github.com/UnrealUGC/mcp/releases" |
| 73 | +} |
0 commit comments