← ssemble.com

INDIVIDUAL MCP TOOL

get_status

Check processing status of a short creation request.

ssemble.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

ssemble.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.ssemble-ai-clipping]
url = "https://mcp.ssemble.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "ssemble-ai-clipping": {
      "type": "http",
      "url": "https://mcp.ssemble.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: ssemble-ai-clipping
Remote MCP URL: https://mcp.ssemble.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "ssemble-ai-clipping": {
      "url": "https://mcp.ssemble.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "ssemble-ai-clipping": {
      "type": "http",
      "url": "https://mcp.ssemble.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "ssemble-ai-clipping",
  "transport": "streamable-http",
  "url": "https://mcp.ssemble.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • create_short — Create AI-generated short-form video clips from a YouTube video or uploaded file.
  • get_shorts — Retrieve all generated short clips for a completed request.
  • 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.
  • list_templates — List all available caption style templates with preview thumbnails, names, and IDs.
  • list_music — List available background music tracks with names and durations.
  • list_game_videos — List available gameplay videos for split-screen overlays (content top, game bottom).
  • list_meme_hooks — List available meme hook clips (2-5 second attention grabbers prepended to shorts).