0.1.0pypi · youtube-transcript-mcp-server · current release
Observed 2026-08-22T17:09:54.234Z using mcpSecurity-inventory. Status: succeeded. Negotiated protocol: 2025-06-18.
{
"experimental": {},
"logging": {},
"prompts": {
"listChanged": false
},
"resources": {
"subscribe": false,
"listChanged": false
},
"tools": {
"listChanged": true
},
"extensions": {
"io.modelcontextprotocol/ui": {}
}
}| Tool | Category | Annotations | Risk |
|---|---|---|---|
transcribeTranscribe a YouTube video using its URL.Input schema{
"additionalProperties": false,
"properties": {
"youtube_video_url": {
"type": "string"
}
},
"required": [
"youtube_video_url"
],
"type": "object"
}Output schema{
"properties": {
"result": {
"type": "string"
}
},
"required": [
"result"
],
"type": "object",
"x-fastmcp-wrap-result": true
} | — | — · — | — |