jev-av-analysis-mcp
Related Servers
Alternatives to jev-av-analysis-mcp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityAmaintenanceProvides local, offline transcription, keyframe extraction, OCR, and pre-publish review of audio, video, and image files, enabling AI agents to see and hear media without cloud or API keys.Apache 2.0
- AlicenseAqualityCmaintenanceEnables local video inspection and offline transcription with timestamped JSON and Markdown output, enforced filesystem boundaries, and reproducible content-addressed caching.2MIT
- AlicenseNot gradedqualityCmaintenanceDownloads and analyzes videos from platforms like Instagram, YouTube, and TikTok locally, returning keyframes and optional transcripts.MIT
- AlicenseNot gradedqualityAmaintenanceTurns a YouTube video or allowlisted local video into a timestamped transcript, chronological timeline, and retrievable image resources for transparent media preprocessing.1MIT
- AlicenseAqualityBmaintenanceEnables AI agents to analyze videos by producing timestamped transcripts, keyframe contact sheets, and metadata reports from local files or online URLs, fully offline and without API keys.6MIT
- AlicenseAqualityCmaintenanceEnables local audio and video transcription via the audiototext engine, returning detected language, full text, and timestamped segments.1MIT
TDQS
Scored across 4 tools
transcribe_media and transcribe_file overlap for local files, and transcribe_media already handles URL fetching that fetch_media also provides. However, the descriptions make each tool's primary role fairly clear: fetch_media is download-only, transcribe_file is local-only, and transcribe_media is the all-in-one path.
All tool names follow a consistent verb_noun snake_case pattern: transcribe_media, fetch_media, transcribe_file, analyze_transcript. The naming is predictable and easy to navigate.
Four tools is a reasonable size for this audio/video analysis pipeline. The count is only slightly higher than necessary because transcribe_file is mostly redundant with transcribe_media, but it is not bloated.
The server covers the full workflow: fetch media, transcribe it, and analyze the transcript with the Jev model. There are no obvious missing operations for the stated AV-analysis purpose.