Skip to main content
Glama
Unknowmyt1M

YouTube Research MCP

by Unknowmyt1M

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
youtube_searchA

Search YouTube for videos matching a query without needing an API key. Returns a structured list of videos with IDs, titles, channels, durations, views, and URLs. Use this tool when you need to discover videos on a topic or find candidate videos for research.

youtube_videoA

Retrieve complete metadata, view statistics, tags, chapters, and caption availability for a specific YouTube video. Use this tool to inspect a video's table of contents (chapters) and determine if spoken transcripts are available.

youtube_transcriptA

Extract the spoken transcript of a YouTube video with timestamped segments and language provenance. Returns requested_language, actual_language, and fallback_used flags. Never silently swaps languages unless fallback_language is specified.

youtube_find_in_videoA

Pinpoint exact sections and timestamps in a long video where a specific topic or concept is discussed. Uses in-process Hybrid RRF (FastEmbed ONNX dense vectors + BM25 lexical search) to locate the most relevant 2-3 minute chunks. Returns deep-link timestamp URLs (e.g. ?t=842s), relevance scores, chapter context, and exact spoken quotes. PREFERRED over reading full transcripts for videos longer than 10 minutes.

youtube_researchA

Autonomous multi-video research tool. Discovers relevant YouTube videos across diverse channels, extracts spoken transcripts concurrently, performs semantic search, and aggregates timestamped citations with near-duplicate claim clustering.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
get_health_resourceReturns real-time provider health, circuit breaker states, and metrics telemetry.

Latest Blog Posts

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/Unknowmyt1M/youtube-research-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server