yt-media-info-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Winston log level (error, warn, info, debug) | info |
| ENABLE_SSE | No | Use SSE transport (vs stdio) | 0 |
| YT_MEDIA_INFO_HOST | No | HTTP server host (SSE mode) | 0.0.0.0 |
| YT_MEDIA_INFO_PORT | No | HTTP server port (SSE mode) | 9423 |
| YT_MEDIA_INFO_API_KEY | No | Optional bearer API key for HTTP endpoints | |
| YT_MEDIA_INFO_PASSWORD | No | Default password for yt-dlp site auth | |
| YT_MEDIA_INFO_USERNAME | No | Default username for yt-dlp site auth | |
| YT_MEDIA_INFO_SERVICE_URL | No | URL of the Python yt-dlp service | http://yt-media-info-service:8000 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| extract_infoA | Extract rich metadata from a media URL (title, description, duration, formats, chapters, subtitles, statistics, and more) |
| get_transcriptB | Fetch subtitles or transcript text for a media URL, optionally with timestamp segments |
| search_mediaA | Search for media across supported platforms (YouTube, etc.) using yt-dlp search. This is a supplementary discovery tool meant to complement web search. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| analyze_video | Analyze a video or media item from its available metadata to provide insights, context, and high-level understanding |
| summarize_transcript | Summarize the transcript of a video or audio file to extract key points and actionable insights |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- 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/bartivs/yt-media-info-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server