Skip to main content
Glama
kdr

yt-mcp-server

by kdr

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": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_watch_urlA

Returns the YouTube watch URL for a given video ID, optionally starting at a specific time.

Args:
    video_id: The YouTube video ID.
    start_time: The start time in seconds 
get_thumbnail_urlB

Returns the thumbnail URL for a given YouTube video ID.

Args:
    video_id: The YouTube video ID.
get_normalized_urlA

Returns the normalized YouTube URL for a given URL.

Args:
    url: The YouTube URL to normalize.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4/5.0

Scored across 3 tools

Disambiguation5/5

Each tool targets a distinct output: watch URL, thumbnail URL, and normalized URL. Inputs differ (video ID vs. URL), so there is no overlap or ambiguity.

Naming Consistency5/5

All tools follow a consistent get_ verb_noun pattern, clearly indicating the returned resource. The naming convention is uniform and predictable.

Tool Count5/5

The server is narrowly scoped to YouTube URL helpers, and 3 tools is an appropriate size for this purpose. Each tool earns its place without redundancy.

Completeness5/5

The server covers the core operations for URL generation, thumbnails, and normalization. The get_normalized_url tool effectively handles URL parsing and standardization, leaving no obvious missing functionality.

Maintenance

ActivityInactive
ResponsivenessNo issues