{"name":"vyrel","version":"1.0.0","description":"Vyrel AI Video Editor — edit real footage through Claude","tools":[{"name":"read_plan","description":"Read the current Vyrel edit plan — segments, captions, grades, and timeline order.","inputSchema":{"type":"object","properties":{"projectId":{"type":"string","description":"Optional project ID. Omit to read the active project."}}}},{"name":"apply_directive","description":"Apply a natural-language edit directive to the current Vyrel project (e.g. 'make the intro shorter', 'add a warm colour grade', 'remove the last scene').","inputSchema":{"type":"object","required":["directive"],"properties":{"directive":{"type":"string","description":"Plain-English edit instruction"},"projectId":{"type":"string","description":"Optional project ID"}}}},{"name":"remove_fillers","description":"Auto-detect and remove filler words (um, uh, like, you know) from the active clip.","inputSchema":{"type":"object","properties":{"clipId":{"type":"string","description":"Clip ID to process. Uses primary clip if omitted."}}}},{"name":"generate_magic_clips","description":"Analyse the video transcript and return the top 3–5 viral clip ranges (30–90s each) suitable for Reels/Shorts.","inputSchema":{"type":"object","properties":{"maxClips":{"type":"number","description":"Max clips to return (default 5)"}}}},{"name":"get_chapters","description":"Generate YouTube chapter markers from the video transcript.","inputSchema":{"type":"object","properties":{}}},{"name":"get_show_notes","description":"Generate SEO-optimised show notes, key points, hashtags, and tweet thread from the transcript.","inputSchema":{"type":"object","properties":{"title":{"type":"string","description":"Optional video title for context"}}}},{"name":"export_fcpxml","description":"Export the current edit plan as a Final Cut Pro XML (.fcpxml) file compatible with Premiere Pro and DaVinci Resolve.","inputSchema":{"type":"object","properties":{}}}],"authentication":{"type":"bearer","hint":"Use your Vyrel session token or API key. Log in at https://vyrel.cloud then copy the session cookie value."},"endpoints":{"tools":"/api/mcp","docs":"https://vyrel.cloud/docs/mcp"}}