Social Media Video Transcripts
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TRANSCRIPTFETCH_API_KEY | Yes | API key for TranscriptFetch API (required). Get a key at https://transcriptfetch.com/app | |
| TRANSCRIPTFETCH_BASE_URL | No | Base URL for TranscriptFetch API (optional) | https://transcriptfetch.com |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_transcriptA | Fetch the full transcript for a video. Accepts a YouTube video ID or URL, plus TikTok, Instagram, X (Twitter), and Facebook video URLs and direct media file URLs. If no transcript comes back, the result says whether captions definitively do not exist (aiFallback.captionsUnavailable) and whether transcribing the audio would still work (aiFallback.available). When it does, call this tool again with ai_fallback: true. |
| search_videosA | Search YouTube for videos matching a query. Returns titles, IDs, and URLs. |
| list_channel_videosA | List recent videos for a YouTube channel. Accepts a channel handle (@name), channel ID (UC...), or URL. |
| list_playlist_videosA | List the videos in a YouTube playlist. Accepts a playlist ID or URL. |
| get_creditsA | Check the remaining TranscriptFetch credit balance for the current API key. Free: this call is never billed. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/TranscriptFetch/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server