Connection check
local install
katto-mcp
AI video clipping MCP: long videos and podcasts into scored, captioned 9:16 shorts.
Tools
17
GitHub stars
1
Installs / wk
140
Licence
MIT
Transport
stdio
Last checked
never
Tools & capabilities
17 toolsRead from the published package source — this server runs locally, so there is no endpoint to query. Names are taken from the code, not observed at runtime, and descriptions are often absent.
katto
from source
katto_cancel_job
from source
Cancel a still-running job (queued/processing) and refund the monthly video slot. Cancel a still-running job (queued/processing) and refund the monthly video slot.
katto_create_clip_job
from source
Submit a long video (YouTube, Twitch, Vimeo, Rumble, Zoom, Dailymotion) to Katto. Returns a job id; Submit a long video (YouTube, Twitch, Vimeo, Rumble, Zoom, Dailymotion) to Katto. Returns a job id;
katto_dub_clip
from source
Re-render one finished clip dubbed into one or more languages (en, es, fr, it, pt, hi, ja, zh). Does Re-render one finished clip dubbed into one or more languages (en, es, fr, it, pt, hi, ja, zh). Does
katto_get_account
from source
Get the account behind this key: plan, this key Get the account behind this key: plan, this key
katto_get_brand_kit
from source
Get your saved brand kits (colors, caption font and position, default layout, watermark url). Get your saved brand kits (colors, caption font and position, default layout, watermark url).
katto_get_clips
from source
Convenience: fetch just the finished clips of a job (9:16 MP4 urls + caption SRT urls). Convenience: fetch just the finished clips of a job (9:16 MP4 urls + caption SRT urls).
katto_get_job
from source
Get the status and clips of a Katto job by id. When status is Get the status and clips of a Katto job by id. When status is
katto_get_rerender
from source
Poll a re-render started by katto_rerender_clip or katto_dub_clip. Returns { status, clip_url, captions_url }. Poll a re-render started by katto_rerender_clip or katto_dub_clip. Returns { status, clip_url, captions_url }.
katto_get_transcript
from source
Get the compact transcript of a completed job as timestamped segments Get the compact transcript of a completed job as timestamped segments
katto_get_usage
from source
Get your current plan and monthly video quota: { plan, videos_used, videos_limit, videos_remaining }. Get your current plan and monthly video quota: { plan, videos_used, videos_limit, videos_remaining }.
katto_get_webhook_secret
from source
Get your webhook signing secret and how to verify Katto Get your webhook signing secret and how to verify Katto
katto_list_caption_styles
from source
List the valid caption_style preset names for katto_rerender_clip (e.g. List the valid caption_style preset names for katto_rerender_clip (e.g.
katto_list_clip_lengths
from source
List the valid values for the optional config.clipLength on katto_create_clip_job (target clip List the valid values for the optional config.clipLength on katto_create_clip_job (target clip
katto_list_jobs
from source
List your recent Katto jobs, newest first. Paginate with List your recent Katto jobs, newest first. Paginate with
katto_list_sources
from source
List the video platforms Katto can clip from, with an example URL for each. Use this to confirm a List the video platforms Katto can clip from, with an example URL for each. Use this to confirm a
katto_rerender_clip
from source