MCP server exposing 5 tools for youtube.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/youtube/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
yt_search — Search YouTube for videos, channels, or playlists. Returns snippet info including title, description, channel, thumbnails, and publish date.yt_video_details — Get detailed information about one or more YouTube videos including title, description, channel, duration, view/like/comment counts, and tags.yt_channel_details — Get YouTube channel information and statistics including subscriber count, video count, view count, description, and custom URL.yt_channel_videos — List recent videos from a YouTube channel, ordered by date. Returns video ID, title, description, and publish date.yt_video_comments — Get top-level comment threads on a YouTube video. Returns author, text, like count, and publish date.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/youtube/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io