Summary
Video in, documentation out.
The recording you already made of a workflow becomes the user guide or SOP nobody wrote — pick the doc type and the finished markdown comes back into the chat.
What it is
A remote MCP server from Docsie that turns a video into written documentation. You give it a video URL — YouTube, Loom, Vimeo or a direct MP4 — pick a doc type, and the Dokuta engine returns structured markdown.
What you get
- analyze_video takes a video URL and a doc type and starts the write-up
- check_job_status polls a running job and returns the finished markdown when it lands
- list_doc_types shows the shapes on offer — user guide, SOP, product docs, policy, blog — with their quality tiers
- Long recordings run as jobs rather than one blocking call, so the client keeps working while the video is processed
Requirements
A Docsie account, authorized over OAuth2 with PKCE. Connect over Streamable HTTP at https://mcp.docsie.io/mcp. Videos up to 5 minutes are processed free; longer ones draw on the AI credits in your Docsie account.
