Skip to main content
Glama

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

Log every tool call with full inputs and outputs
Control which tools are enabled per connector
Manage credentials once, use from any MCP client
Monitor uptime and get alerted when servers go down

Available Tools

9 tools
create_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.

ParametersJSON Schema
NameRequiredDescriptionDefault
endYesEnd time in seconds (> start, max 1200s window)
urlNoYouTube video URL
musicNoAdd background music
startYesStart time in seconds (>= 0)
layoutNoVideo framing layoutauto
ctaTextNoCTA text (max 200 chars, required when ctaEnabled=true)
fileUrlNoPublic video file URL (alternative to url)
languageNoSpoken language (ISO 639-1)en
memeHookNoPrepend a meme hook clip (2-5s attention grabber)
gameVideoNoAdd split-screen gameplay overlay
hookTitleNoAdd animated hook title at start
musicNameNoExact track name from list_music (case-sensitive)
ctaEnabledNoShow call-to-action text overlay
noClippingNoSkip AI clipping, process entire range as one clip
templateIdNoCaption template ID from list_templates (24-char hex)
musicVolumeNoMusic volume 0-100
memeHookNameNoExact meme hook name from list_meme_hooks (case-sensitive)
gameVideoNameNoExact game video name from list_game_videos (case-sensitive)
captionLanguageNoCaption language if different from spoken
preferredLengthNoTarget clip durationunder60sec
delete_requestInspect

Permanently delete a short creation request and all generated videos. Credits are NOT refunded. This action is irreversible.

ParametersJSON Schema
NameRequiredDescriptionDefault
requestIdYesThe 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.

ParametersJSON Schema
NameRequiredDescriptionDefault
requestIdYesThe 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.

ParametersJSON Schema
NameRequiredDescriptionDefault
requestIdYesThe 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.

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNoPage number
limitNoItems 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.

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNoPage number
limitNoItems per page (1-100)
list_musicInspect

List available background music tracks with names and durations. Use the exact musicName when creating shorts.

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNoPage number
limitNoItems per page (1-100)
list_requestsInspect

List all short creation requests with optional status filtering, pagination, and sorting.

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNoPage number
limitNoItems per page (1-100)
sortByNoSort fieldcreatedAt
statusNoFilter by status
sortOrderNoSort directiondesc
list_templatesInspect

List all available caption style templates with IDs and names. Use the templateId when creating shorts.

ParametersJSON Schema
NameRequiredDescriptionDefault

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 ownership

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.