{"serverInfo":{"name":"REQO","version":"1.0.0","description":"Browser-based screen recorder and video editor: recording, transcript-based editing, AI transcription, captions and cloud export."},"endpoint":"https://reqo.me/mcp","transport":"streamable-http","protocolVersions":["2025-06-18","2025-03-26","2024-11-05"],"capabilities":["tools","resources"],"tools":[{"name":"health_check","description":"Liveness probe for the REQO service. Requires no authentication - use it to confirm reachability before diagnosing a failing call as an auth problem.","requiresAuth":false},{"name":"list_videos","description":"List videos in the caller's active workspace. Supports filtering by folder, origin and starred state. Returns metadata only; use get_video for one video's detail.","requiresAuth":true},{"name":"get_video","description":"Fetch one video by id, including its metadata and playback URLs.","requiresAuth":true},{"name":"get_captions","description":"Caption status for a video, or the subtitle file itself. With no format, returns { status, hasTranscript, captionUrl }. format=srt or format=vtt returns the subtitle text, which is the cheapest way to read what was said in a video.","requiresAuth":true},{"name":"list_projects","description":"List the editing projects the caller can see, most recently updated first.","requiresAuth":true},{"name":"create_project","description":"Create a video editing project. Pass sourceUrl to seed the timeline with a first clip from an existing media URL.","requiresAuth":true},{"name":"transcribe_video","description":"Transcribe media stored in REQO with Whisper large-v3 and return timed segments. sourceUrl must be on a REQO media host (*.b-cdn.net, video.bunnycdn.com or *.mediadelivery.net); the route fetches the file server-side and rejects any other host with 400. To transcribe media REQO does not host, use the paid POST /api/agent/transcribe instead, which takes any public https URL.","requiresAuth":true}],"authentication":{"type":"session","description":"Session cookie from an interactive human sign-in. No API keys and no client-credentials flow are issued.","signin_url":"https://reqo.me/api/auth/signin","documentation":"https://reqo.me/auth.md"},"documentation":"https://reqo.me/llms.txt"}