Skip to content
Back to search
100
MCP live v1.0.4 streamable-http

Ssemble AI Clipping

com.ssemble/mcp-server

Create AI-powered short-form video clips from YouTube videos. Supports webhook callbacks.

Uptime
20.0%
30 probes
Response
850ms
last probe
Tools
9
callable

Tools · 9

create_short

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.

get_status

Check processing status of a short creation request. Provide a request ID, or omit it to see your recent requests and pick one.

get_shorts

Retrieve all generated short clips for a completed request. Provide a request ID, or omit it to see your recent requests and pick one.

list_requests

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

delete_request

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

list_templates

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

list_music

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

list_game_videos

List available gameplay videos for split-screen overlays (content top, game bottom). Use the exact gameVideoName when creating shorts.

list_meme_hooks

List available meme hook clips (2-5 second attention grabbers prepended to shorts). Use the exact memeHookName when creating shorts.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "ssemble_ai_clipping": {
      "url": "https://mcp.ssemble.com/mcp",
      "transport": "streamable-http"
    }
  }
}