Ollos MCP server
Local, offline transcription, speakers, keyframes, on-screen text and review of any audio or video.
0 stars
Reviews
Write oneNobody has reviewed Ollos yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Ollos tools (10, 1 write)
write = sends, deletes, buys or postsRead from the package source without running it. The installed server may list more.
ollos_cancelwrite actionStop a queued or running ollos job by jobId — for example when the user changes their mind about a long transcription, or asked for the wrong file. The running stage is aborted (ffmpeg and model inference stop within a second) and the job is marked cancelled; partial artifacts already written stay on disk and are not reused. A job that already finished is reported with its final status and cancell
ollos_diarizeollos_framesReturn contact sheets or individual frames from a finished ollos_keyframes or ollos_read_screen job as images you can look at. Ask for sheets first (each shows 9 timestamped frames); ask for a single frame only when you need a close-up. Default 6 images per call (maxImages, up to 12) to protect the context window. Example: {"jobId":"j_…","sheets":[1,2]} or {"jobId":"j_…","frames":[14]}.
ollos_jobGet the state of a job started by ollos_transcribe, ollos_keyframes, ollos_read_screen, ollos_review or ollos_diarize: stage, percentage, and — once completed — the formatted result plus resource links, so no second call is needed. Poll every few seconds; the server keeps jobs on disk, so a jobId survives a restart (an interrupted job says so instead of hanging). Example: {"jobId":"j_a1b2c3d4e5f6"
ollos_keyframesPick the frames of a video that carry information and pack them into 3×3 contact sheets, so you can "watch" an hour of video in a handful of images. Frames are chosen by perceptual-hash change (works on screen recordings, where scene detection sees nothing), hard cuts (window switches, modals), optional anchors, and a floor of one frame every 20 s. Each tile shows its timestamp. Returns sheet reso
ollos_probeRead what a file, URL or folder actually is, in under a second: kind (video/audio/image), duration, resolution, aspect ratio and which platforms it fits, codecs, fps, audio channels and track count. Use it first, before any other ollos tool, to decide what to run and to detect a Zoom recording folder with one audio track per participant. Never trusts the file extension; a .mp4 without video is rep
ollos_read_screenOCR the text visible in a video or image and scan it for secrets: API keys, JWTs, bearer tokens, .env lines, private deployment URLs, local URLs, e-mails. Frames are selected as in ollos_keyframes, then read in upscaled tiles (small UI text is unreadable otherwise). Secret findings combine three signals — known patterns, high-entropy tokens, and nearby UI words like "API Key Created" — and are ALW
ollos_reviewCheck a video before it goes public and return a verdict (ok / warn / block) with findings: loudness vs the platform target (YouTube -14 LUFS) and true peak, silence gaps worth cutting, aspect ratio vs the platform (a 1890×1080 file gets black bars on YouTube), and secrets visible on screen. The secrets check reads frames with OCR and is the slow part; drop it from checks for an instant audio/aspe
ollos_searchFind moments across everything ollos has transcribed or read from screen: "what did we decide about the deadline", "when did the 401 error appear". Hybrid retrieval — BM25 for exact names, acronyms and numbers plus multilingual embeddings for meaning, fused by reciprocal rank — returning up to k passages with timestamp, speaker and source job, never whole transcripts. Scope "all" (default) searche
ollos_transcribe
Public scan report
scanner v0.1.5 · 2026-09-19 · same rubric, same numbers if you re-run it
- Code scan76 source files scanned20/25
- –Live reliabilityno gateway calls yet and no remote to proben/a
- –Tool poisoningtools not inspected (local package is not executed); not countedn/a
- Auth qualitylocal package, no credentials required12/15
- Maintenancelast push 4 days ago15/15
- Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
Findings (1)
- mediumNetwork call to a raw IP address
net.raw-ipdist/core/source/resolve.js: …` would happily follow a public host to http://169.254.169.254/… — the SSRF guard * checked only the h…
Install directly
Runs npx -y ollos-mcp on your machine. Read the scan report first; the gateway never runs local packages.
claude mcp add ollos-mcp -- npx -y ollos-mcp
Ollos: common questions
- Is Ollos MCP server safe?
- Yes, by our scan: it is graded A (85/100). Read the Ollos safety report
- How do I install Ollos?
- It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
- Does Ollos need an API key?
- No secret keys are declared. It reads 4 settings from the environment.
- Is Ollos maintained?
- The last commit was 4 days ago (2026-09-15). The latest release is v0.1.0.
- What can I use instead of Ollos?
- Servers from other publishers that do the same job: MCP server, Vuela MCP server and Transkriba — Russian audio transcription MCP server. Compare all Ollos alternatives.
Alternatives to Ollos
Same job from other publishers: the closest match first, then the best rated.
MCPTranscribe audio and video into speaker-labelled transcripts, subtitles, clips, and cited Q&A.not reviewedNewB
VuelaAI video, image, text and audio tools from your vuela.ai accountnot reviewedNewB
Transkriba — Russian audio transcriptionTranscribe Russian audio and video with timestamps and optional speaker labels from files or links.not reviewedNewC
Vibe2Text — AI audio & video transcription with speaker diarizationAudio & video to text, Russian-first: diarization, timestamps, summary, action items, subtitles.not reviewedNewC
RendobarTransform video, audio and images, and generate media from prompts. FFmpeg, captions, models.not reviewedGrowingA