yt_channel_details
ActiveTool of Youtube
declared in 0.1.0
Get YouTube channel information and statistics including subscriber count, video count, view count, description, and custom URL.
Parameters schema
{
"type": "object",
"examples": [
{
"_apiKey": "your-youtube-api-key",
"channel_id": "UCkRfArvrzheW2E7b6SVV7vA"
},
{
"_apiKey": "your-youtube-api-key",
"username": "LinusTechTips"
}
],
"required": [
"_apiKey"
],
"properties": {
"_apiKey": {
"type": "string",
"description": "YouTube Data API v3 key from Google Cloud Console"
},
"username": {
"type": "string",
"description": "Channel username (alternative to channel_id)"
},
"channel_id": {
"type": "string",
"description": "Channel ID (starts with UC...)"
}
}
}Parent server
Youtube
https://github.com/pipeworx-io/mcp-youtube
1/7 registries