You're viewing a demo portfolio

Join the waitlist
PRSM

yt_video_comments

Active

Tool of Youtube

declared in 0.1.0

Get top-level comment threads on a YouTube video. Returns author, text, like count, and publish date.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "_apiKey": "your-youtube-api-key",
      "video_id": "dQw4w9WgXcQ"
    },
    {
      "order": "time",
      "_apiKey": "your-youtube-api-key",
      "video_id": "dQw4w9WgXcQ",
      "max_results": 50
    }
  ],
  "required": [
    "_apiKey",
    "video_id"
  ],
  "properties": {
    "order": {
      "type": "string",
      "description": "Sort order: \"time\" or \"relevance\" (default: \"relevance\")"
    },
    "_apiKey": {
      "type": "string",
      "description": "YouTube Data API v3 key from Google Cloud Console"
    },
    "video_id": {
      "type": "string",
      "description": "Video ID to fetch comments for"
    },
    "max_results": {
      "type": "number",
      "description": "Number of comment threads to return (default 20, max 100)"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Youtube

https://github.com/pipeworx-io/mcp-youtube

1/7 registries
View full server →