← YouTube Video Summarizer MCP Server
1.8.9npm · youtube-video-summarizer-mcp · current release
Observed 2026-08-15T23:40:46.217Z using mcpSecurity-inventory. Status: succeeded. Negotiated protocol: 2025-06-18.
{
"tools": {
"listChanged": true
}
}| Tool | Category | Annotations | Risk |
|---|---|---|---|
get-video-info-for-summary-from-urlGet details or explanation about a YouTube video, get captions or subtitles of Youtube video from a URLInput schema{
"type": "object",
"properties": {
"videoUrl": {
"type": "string",
"description": "The URL or ID of the YouTube video"
},
"languageCode": {
"type": "string",
"description": "The language code of the video"
}
},
"required": [
"videoUrl"
],
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
} | — | — · — | — |