Skip to main content
Glama

Related Servers

Alternatives to video-vision-mcp

No user-submitted related servers found.

    Related Servers

    TDQS

    A3.8/5.0

    Scored across 4 tools

    Disambiguation4/5

    Tools are generally distinct: analyze_video does full analysis, extract_frames_at targets specific timestamps, get_video_transcript_only is a fast path for transcript, and list_recent_analyses lists cache. However, get_video_transcript_only is a subset of analyze_video, which might cause some confusion for agents seeking only a transcript.

    Naming Consistency5/5

    All tool names use a consistent snake_case verb_noun pattern (analyze_video, extract_frames_at, get_video_transcript_only, list_recent_analyses), making them predictable and easy to understand.

    Tool Count5/5

    With 4 tools, the set is well-scoped for a video analysis server. Each tool serves a clear purpose without redundancy, and the number is neither too sparse nor excessive.

    Completeness4/5

    The tool surface covers core video analysis workflows: full analysis, targeted frame extraction, transcript retrieval, and cache listing. Minor gaps include lack of a delete cache tool or explicit backend configuration, but the set is functional for common use cases.

    Maintenance

    ActivitySlowing
    ResponsivenessNo issues