{"name":"YouTube MCP Server","description":"MCP server for YouTube video search and transcript extraction via TranscriptAPI","version":"1.0.0","endpoints":{"mcp":"/mcp","health":"/health"},"tools":[{"name":"search_youtube","description":"Search YouTube for videos or channels matching a query."},{"name":"search_channel","description":"Search within a specific YouTube channel for videos on a topic."},{"name":"resolve_channel","description":"Resolve a YouTube @handle, URL, or channel name to a canonical UC... channel ID."},{"name":"get_channel_videos","description":"List all videos uploaded to a YouTube channel (paginated, ~100 per page)."},{"name":"get_channel_latest","description":"Get the latest 15 uploads from a YouTube channel via RSS feed."},{"name":"get_transcript","description":"Get the full transcript of a YouTube video with timestamps."},{"name":"get_playlist_videos","description":"List all videos in a YouTube playlist (paginated, ~100 per page)."}]}