Stophy
Server Details
YouTube data MCP server for AI agents. Search YouTube, fetch transcripts, read comments and replies, inspect channels, analyze playlists, and retrieve video details through Stophy’s hosted API.
- Status
- Unhealthy
- Last Tested
- Transport
- Streamable HTTP
- URL
TDQS
Scored across 8 tools
Each tool targets a distinct YouTube data domain: channel browsing, playlist fetching, video details, search, suggestions, kids, music, and credits. Descriptions clearly differentiate them, with no functional overlap.
Most tools follow a consistent 'stophy_get_<noun>' pattern (get_channel, get_credits, etc.), but 'stophy_kids' and 'stophy_music' break the pattern by using a noun-only name with type parameters, introducing minor inconsistency.
With 8 tools, the server is well-scoped for a YouTube data extraction service. Each tool covers a distinct aspect of YouTube (channels, playlists, videos, search, kids, music, suggestions, credits), without unnecessary bloat.
The tool set provides comprehensive coverage for read-only YouTube operations: channel details, playlist tracks, video metadata with transcript/comments/live chat, search, suggestions, kids-safe content, and music-specific features. No obvious gaps for the intended use case.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
5 tool updates
- Changed
stophy_get_channel3 fields changed- added
Input schema / properties / queryAdded value: +{ + "description": "Search within this channel. When set, returns the channel's videos matching the query and the tab is ignored", + "maxLength": 200, + "minLength": 1, + "type": "string" +} - changed
Input schema / properties / tab / descriptionPrevious value: -"Which channel tab to read"New value: +"Which channel tab to read: video, short, live (past live streams), playlist, community (posts), course, or about" - changed
Input schema / properties / tab / enumPrevious value: -[ - "video", - "short", - "playlist", - "about" -]New value: +[ + "video", + "short", + "live", + "playlist", + "post", + "community", + "course", + "about" +]
- Changed
stophy_get_suggestions5 fields changed- removed
Input schema / properties / gl / defaultRemoved value: -"US" - changed
Input schema / properties / gl / descriptionPrevious value: -"Region code (ISO 3166-1 alpha-2)"New value: +"Country code, e.g. US, GB, DE. Defaults to US" - removed
Input schema / properties / hl / defaultRemoved value: -"en" - changed
Input schema / properties / hl / descriptionPrevious value: -"Language code (ISO 639-1)"New value: +"Language code, e.g. en, fr, de. Defaults to en" - changed
Input schema / properties / q / descriptionPrevious value: -"Partial query to autocomplete"New value: +"Search query"
- Changed
stophy_get_video4 fields changed- added
Input schema / properties / langAdded value: +{ + "description": "For transcript only: BCP-47 language code (e.g. en, es, fr, pt-BR). Returns that caption track if it exists, otherwise a machine translation of the default track into that language. Omit for the video's original/auto captions.", + "pattern": "^[a-zA-Z]{2}(-[a-zA-Z]{2,})?$", + "type": "string" +} - changed
Input schema / properties / sortBy / descriptionPrevious value: -"Sort order for comments. Defaults to top"New value: +"Sort order for comments: any (YouTube's default ordering), top, or latest. Defaults to any" - changed
Input schema / properties / sortBy / enumPrevious value: -[ - "latest", - "top" -]New value: +[ + "any", + "top", + "latest" +] - changed
Input schema / properties / videoUrl / descriptionPrevious value: -"YouTube video URL (e.g. https://youtube.com/watch?v=VIDEO_ID). Required for details, transcript, and comments."New value: +"YouTube video URL (e.g. https://youtube.com/watch?v=VIDEO_ID). Required for details, transcript, comments, and livechat."
- Added
stophy_kids - Added
stophy_music
1 tool update
- Changed
stophy_search_videos1 field changed- changed
Input schema / properties / duration / descriptionPrevious value: -"short = under 4 min, medium = 4–20 min, long = over 20 min"New value: +"short = under 4 min, medium = 4 to 20 min, long = over 20 min"
6 tool updates
- First observed
stophy_get_channel - First observed
stophy_get_credits - First observed
stophy_get_playlist - First observed
stophy_get_suggestions - First observed
stophy_get_video - First observed
stophy_search_videos
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables detection and analysis of pre-public product launches through web search, content extraction, AI-powered scoring, and automated alerting. Provides comprehensive tools for surfacing stealth startup signals before they trend publicly.MIT

industrylens-mcpofficial
AlicenseNot gradedqualityBmaintenanceBrowse IndustryLens's published competitive-intelligence reports and head-to-head competitor comparisons from any AI agent — real, source-backed data.MIT- AlicenseNot gradedqualityBmaintenanceAnalyze LinkedIn & email outreach campaigns, track pipeline performance, and review lead conversations for RevOps, Sales Managers, and SDR teams.Apache 2.0
- AlicenseAqualityAmaintenanceDetects hiring intent signals by scanning job boards for specific companies. Returns structured role data for outbound sales targeting.1129 npm1MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.