These are the tools available once you've connected Supercut to your AI tool over MCP. For more info, refer to this documentation or see Model Context Protocol (MCP) or Supercut Claude Connector.
Most tools take a public_id: the share ID of a recording or playlist, the last segment of its share link (supercut.ai/share/{workspaceName}/{shareId}).
Recordings
list-recordings
Lists recordings in the workspace. Choose owned, watched, or shared with the list parameter, defaults to owned. Supports a title search on the owned list, plus cursor and limit for pagination.
Owned recordings include an analytics object with all-time visits and plays counts, so an agent can spot your best-performing recordings without a separate call per recording.
get-recording
Returns metadata for a single recording: title, owner, duration, processing status, and created date.
Includes the same analytics object when you have access to that recording's analytics.
get-recording-analytics
Returns viewership analytics for a single recording: visits and plays (each with total and unique counts), plus engagement rate (the average percent of the video watched). Pass an optional start and end date (ISO 8601) to scope the numbers to a date range — it covers all time by default.
get-transcript
Fetches the full transcript for a recording.
get-frame
Returns a signed URL for a still frame at a specific timestamp. Pass a time in seconds (decimals allowed) and an optional quality tier (uhd, qhd, fhd, hd, sd). Supercut falls back to the best quality available.
Comments, reactions, and forms
list-comments
Lists comments and replies left on a recording.
list-reactions
Lists emoji reactions placed directly on a recording's timeline.
list-form-responses
Lists viewer form-response submissions for a recording. Supports cursor and limit for pagination.
Playlists
list-playlists
Lists playlists in the workspace. Supports cursor and limit for pagination.
get-playlist
Returns metadata for a single playlist.
list-playlist-recordings
Lists the recordings inside a playlist. Supports cursor and limit for pagination.
add-playlist-recording
Adds a recording to an existing playlist. Requires edit access to the playlist and view access to the recording. Fails if the recording is already in the playlist. This is currently the only MCP tool that writes data. Every other tool is read-only.
That's it!
Your AI tool can read and organize your Supercut data directly: recordings, transcripts, frames, comments, reactions, form responses, playlists, and now analytics, all through these tools. New tools get added as MCP grows, and this article will track them as they ship.
