Ssemble AI Clipping
Server Details
Create AI-powered short-form video clips from YouTube videos. Supports webhook callbacks.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- ssembleinc/ssemble-mcp-server
- GitHub Stars
- 4
- Server Listing
- ssemble-mcp-server
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 4/5 across 9 of 9 tools scored. Lowest: 3.1/5.
Each tool has a clearly distinct purpose with no overlap: create_short initiates processing, delete_request removes requests, get_shorts retrieves outputs, get_status checks progress, and the list_* tools provide distinct resources for overlays, hooks, music, requests, and templates. An agent can easily differentiate them based on their specific functions.
Tool names follow a consistent verb_noun pattern throughout: create_short, delete_request, get_shorts, get_status, and list_* for all listing tools (list_game_videos, list_meme_hooks, etc.). This predictability makes the set easy to navigate and understand.
With 9 tools, the server is well-scoped for AI video clipping: it covers creation, deletion, retrieval, status checking, and listing of all necessary resources (games, memes, music, requests, templates). Each tool earns its place without being overwhelming or insufficient.
The tool set provides complete coverage for the AI clipping domain: it supports the full lifecycle from creating shorts with configurable resources, monitoring status, retrieving outputs, managing requests, and listing all dependencies. There are no obvious gaps, ensuring agents can handle end-to-end workflows without dead ends.
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) | |
| webhookUrl | No | Optional webhook URL for completion/failure notifications. Receives a POST with results when processing finishes. | |
| 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_shortsGet ShortsInspect
Retrieve all generated short clips for a completed request. Provide a request ID, or omit it to see your recent requests and pick one.
| Name | Required | Description | Default |
|---|---|---|---|
| requestId | No | The request ID from create_short (24-char hex). Omit to see your recent requests. |
get_statusInspect
Check processing status of a short creation request. Provide a request ID, or omit it to see your recent requests and pick one.
| Name | Required | Description | Default |
|---|---|---|---|
| requestId | No | The request ID from create_short (24-char hex). Omit to see your recent requests. |
list_game_videosList 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_hooksList 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_musicList 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_templatesList TemplatesInspect
List all available caption style templates with preview thumbnails, names, and IDs. Use the templateId when creating shorts.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
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 published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
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!
Related MCP Servers
- Flicense-qualityCmaintenanceTurns long-form videos into short-form clips (TikTok/Reels) by reasoning over word-timestamped transcripts, with silence-aware rendering, STT-based validation, and optional reframing/captions.Last updated
- AlicenseAqualityFmaintenanceTurn YouTube videos into short clips — from Claude, Cursor, or any AI assistant that supports MCP. You give it a YouTube link. It finds the best moments, reframes them for vertical video, adds subtitles, and gives you download links. All from a chat.Last updated69092MIT
- AlicenseAqualityBmaintenanceAI-powered video clipping server that analyzes subtitles and audio to detect highlight moments, then generates platform-adapted short clips from long videos.Last updated5Apache 2.0
- AlicenseAqualityBmaintenanceExtract YouTube transcripts for AI agents, RAG pipelines, and LLM workflows. Supports any YouTube URL. Returns clean text or timestamped segments. No API keys required.Last updated14MIT
Your Connectors
Sign in to create a connector for this server.