CutPro MCP

MCP server that exposes the full CutPro v1 API as 34 tools for AI clients — analyze videos, submit clipping jobs, manage clips, render, publish posts, and more.

От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноМожет изменять данные

Что умеет

  • Get Workspace: The workspace this key resolved to, with plan and role.
  • Get Balance: Current credit balance of the workspace.
  • Get Balance History: Ledger of credits added and consumed.

Какие данные видит

Нужен ли аккаунт

Не нужен: сервер работает без входа

MCP server that exposes the full CutPro v1 API as 34 tools for AI clients — analyze videos, submit clipping jobs, manage clips, render, publish posts, and more. Supports stdio (local clients: Claude Code, Claude Desktop, Cursor, Windsurf, VS Code, Cline, Zed), Streamable HTTP (remote/self-host), and OAuth 2.1 (browser clients: ChatGPT, Claude.ai). API access requires the CutPro Pro plan.

Список инструментов сервера (34)

Технические названия из tools/list. Нужны только разработчикам.

get_workspaceThe workspace this key resolved to, with plan and role.
get_balanceCurrent credit balance of the workspace.
get_balance_historyLedger of credits added and consumed.
list_videosYour source video library.
delete_videoDelete a source video and its submissions/clips.
start_uploadGet a presigned URL to upload your own video file. PUT the bytes to upload_url (same content_type), then call complete_upload. Max 2 GB; .mp4/.mov/.webm/.mkv.
complete_uploadRegister a finished upload (after the PUT) and get its metadata and credit cost. Returns a video_id for submit_clipping.
analyze_videoPreview metadata and credit cost of a public video URL (YouTube, Twitch, Kick, TikTok). Free. Returns a video_id for submit_clipping.
submit_clippingStart AI clipping. Charges credits immediately (call analyze_video first). Returns submission_id to poll with get_submission.
list_submissionsClipping jobs for a video.
get_submissionPoll a submission until status is 'completed' or 'failed'.
delete_submissionDelete a submission and its clips.
list_clipsClips of a completed submission, rating-sorted. URLs omitted unless include_urls is true (they are long).
apply_templateApply an editing template to clips of a submission in bulk. Omit clip_ids to apply to all.
delete_clipDelete a single generated clip.
list_templatesEditing templates to apply to clips. Use an id as template_id.
render_clipRender a clip to a final MP4. Returns render_id (poll with get_render). download_url is included when served from cache.
list_rendersYour render jobs.
get_render_limitsRender quota and limits for the workspace.
get_renderPoll a render until status is 'completed'.
get_render_downloadSigned download URL of a completed render.
cancel_renderCancel an in-progress render or delete a finished one.
start_bulk_downloadBundle several renders into one download. Returns a jobId to poll with get_bulk_download.
get_bulk_downloadPoll a bulk download job until ready.
create_postPublish rendered clips to connected accounts. Each video has an editId (the render's edit_setting_id) and targets (connectionId + per-platform metadata). Set scheduled_at (ISO 8601) to schedule.
list_postsYour posts.
get_postA post with its per-account items and statuses.
update_postUpdate a pending post, e.g. reschedule or adjust items.
publish_postTrigger immediate publishing of a post.
retry_post_itemRetry a single failed post item without disturbing the others.
delete_post_itemRemove a single item from a post.
delete_postDelete an entire post.
list_connectionsConnected social accounts. Use an id as connectionId in create_post.
get_connectionA single connected account.