Server Details
Create AI-powered short-form video clips from YouTube videos using any AI assistant.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- ssembleinc/ssemble-mcp-server
- GitHub Stars
- 0
See and control every tool call
Available Tools
9 toolscreate_shortInspect
Create AI-generated short-form video clips from a YouTube video or uploaded file. Returns a request ID instantly. Processing takes 5-30 minutes. Costs 1 credit.
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | End time in seconds (> start, max 1200s window) | |
| url | No | YouTube video URL | |
| music | No | Add background music | |
| start | Yes | Start time in seconds (>= 0) | |
| layout | No | Video framing layout | auto |
| ctaText | No | CTA text (max 200 chars, required when ctaEnabled=true) | |
| fileUrl | No | Public video file URL (alternative to url) | |
| language | No | Spoken language (ISO 639-1) | en |
| memeHook | No | Prepend a meme hook clip (2-5s attention grabber) | |
| gameVideo | No | Add split-screen gameplay overlay | |
| hookTitle | No | Add animated hook title at start | |
| musicName | No | Exact track name from list_music (case-sensitive) | |
| ctaEnabled | No | Show call-to-action text overlay | |
| noClipping | No | Skip AI clipping, process entire range as one clip | |
| templateId | No | Caption template ID from list_templates (24-char hex) | |
| musicVolume | No | Music volume 0-100 | |
| memeHookName | No | Exact meme hook name from list_meme_hooks (case-sensitive) | |
| gameVideoName | No | Exact game video name from list_game_videos (case-sensitive) | |
| captionLanguage | No | Caption language if different from spoken | |
| preferredLength | No | Target clip duration | under60sec |
delete_requestInspect
Permanently delete a short creation request and all generated videos. Credits are NOT refunded. This action is irreversible.
| Name | Required | Description | Default |
|---|---|---|---|
| requestId | Yes | The request ID to delete (24-char hex). This action is irreversible and credits are NOT refunded. |
get_shortsInspect
Retrieve all generated short clips for a completed request. Returns video URLs, AI-generated titles, descriptions, viral scores, and durations sorted by viral score.
| Name | Required | Description | Default |
|---|---|---|---|
| requestId | Yes | The request ID from create_short (24-char hex) |
get_statusInspect
Check processing status and progress of a short creation request. Returns status (queued/processing/completed/failed), progress percentage, and current step.
| Name | Required | Description | Default |
|---|---|---|---|
| requestId | Yes | The request ID from create_short (24-char hex) |
list_game_videosInspect
List available gameplay videos for split-screen overlays (content top, game bottom). Use the exact gameVideoName when creating shorts.
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number | |
| limit | No | Items per page (1-100) |
list_meme_hooksInspect
List available meme hook clips (2-5 second attention grabbers prepended to shorts). Use the exact memeHookName when creating shorts.
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number | |
| limit | No | Items per page (1-100) |
list_musicInspect
List available background music tracks with names and durations. Use the exact musicName when creating shorts.
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number | |
| limit | No | Items per page (1-100) |
list_requestsInspect
List all short creation requests with optional status filtering, pagination, and sorting.
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number | |
| limit | No | Items per page (1-100) | |
| sortBy | No | Sort field | createdAt |
| status | No | Filter by status | |
| sortOrder | No | Sort direction | desc |
list_templatesInspect
List all available caption style templates with IDs and names. Use the templateId when creating shorts.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Verify Ownership
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [
{
"email": "your-email@example.com"
}
]
}The email address must match the email associated with your Glama account. Once verified, the connector will appear as claimed by you.
Sign in to verify ownershipControl your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Your Connectors
Sign in to create a connector for this server.