Skip to main content
Glama

Server Details

An MCP server that fetches video transcripts/subtitles, with pagination for large responses. Supports YouTube, Twitter/X, Instagram, TikTok, Twitch, Vimeo, Facebook, Bilibili, VK, Dailymotion, Reddit. Whisper fallback — transcribes audio when subtitles are unavailable.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Unhealthy
Last Tested
Transport
Streamable HTTP
URL

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 7 tool updates
    • First observedget_available_subtitles
    • First observedget_playlist_transcripts
    • First observedget_raw_subtitles
    • First observedget_transcript
    • First observedget_video_chapters
    • First observedget_video_info
    • First observedsearch_videos

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables detection and analysis of pre-public product launches through web search, content extraction, AI-powered scoring, and automated alerting. Provides comprehensive tools for surfacing stealth startup signals before they trend publicly.
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Browse IndustryLens's published competitive-intelligence reports and head-to-head competitor comparisons from any AI agent — real, source-backed data.
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables AI chat clients to perform market research and competitive intelligence by gathering company overviews, competitor lists, product portfolios, pricing snapshots, and recent news via live Tavily search.
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.8/5.0
Disambiguation4/5

Tools are mostly distinct, but the quartet of transcript/subtitle fetching tools (get_transcript, get_raw_subtitles, get_playlist_transcripts, get_available_subtitles) requires careful reading to distinguish between raw vs cleaned formats and single vs playlist scope. Boundaries are clear from descriptions but naming similarity could cause hesitation.

Naming Consistency4/5

Follows consistent verb_noun snake_case pattern throughout (get_, search_). Minor terminology inconsistency: 'subtitles' vs 'transcripts' used interchangeably for similar resources (though descriptions clarify raw vs cleaned intent). All seven tools follow predictable structure.

Tool Count5/5

Seven tools is ideal for this focused domain. Covers the complete workflow: search (search_videos), discovery (get_video_info, get_available_subtitles, get_video_chapters), and extraction (get_transcript, get_raw_subtitles, get_playlist_transcripts). No bloat, no obvious missing operations for a read-only transcription server.

Completeness4/5

Excellent coverage for read-only transcription extraction across multiple platforms. Supports single videos and playlists, raw and cleaned formats, with pagination and language selection. Minor gap: no explicit 'list supported platforms' tool, though get_transcript description mentions them. No CRUD operations for creating/updating subtitles, but that appears intentional for a Transcriptor service.

Resources