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.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeCan modify data
What it can do
- 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.
What data it sees
Do you need an account
No: the server works without sign-in
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.
Server tool list (34)
Raw names from tools/list. Only developers need these.
| 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. |
| list_videos | Your source video library. |
| delete_video | Delete a source video and its submissions/clips. |
| start_upload | Get 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_upload | Register a finished upload (after the PUT) and get its metadata and credit cost. Returns a video_id for submit_clipping. |
| analyze_video | Preview metadata and credit cost of a public video URL (YouTube, Twitch, Kick, TikTok). Free. Returns a video_id for submit_clipping. |
| submit_clipping | Start AI clipping. Charges credits immediately (call analyze_video first). Returns submission_id to poll with get_submission. |
| list_submissions | Clipping jobs for a video. |
| get_submission | Poll a submission until status is 'completed' or 'failed'. |
| delete_submission | Delete a submission and its clips. |
| list_clips | Clips of a completed submission, rating-sorted. URLs omitted unless include_urls is true (they are long). |
| apply_template | Apply an editing template to clips of a submission in bulk. Omit clip_ids to apply to all. |
| delete_clip | Delete a single generated clip. |
| list_templates | Editing templates to apply to clips. Use an id as template_id. |
| render_clip | Render a clip to a final MP4. Returns render_id (poll with get_render). download_url is included when served from cache. |
| list_renders | Your render jobs. |
| get_render_limits | Render quota and limits for the workspace. |
| get_render | Poll a render until status is 'completed'. |
| get_render_download | Signed download URL of a completed render. |
| cancel_render | Cancel an in-progress render or delete a finished one. |
| start_bulk_download | Bundle several renders into one download. Returns a jobId to poll with get_bulk_download. |
| get_bulk_download | Poll a bulk download job until ready. |
| create_post | Publish 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_posts | Your posts. |
| get_post | A post with its per-account items and statuses. |
| update_post | Update a pending post, e.g. reschedule or adjust items. |
| publish_post | Trigger immediate publishing of a post. |
| retry_post_item | Retry a single failed post item without disturbing the others. |
| delete_post_item | Remove a single item from a post. |
| delete_post | Delete an entire post. |
| list_connections | Connected social accounts. Use an id as connectionId in create_post. |
| get_connection | A single connected account. |