com.jojapi/cloud-api-hub-youtube-downloader
com.jojapi/cloud-api-hub-youtube-downloaderCloud Api Hub - Youtube Downloader: Get Youtube video info and download links to MP4 or MP3 file.
Tools · 13
**object** Grabs Youtube download links directly from Google Video server valid for 6 hours. Includes additional formats, and ready to download deciphered URL. Note that high quality videos are muted.…
**Object** Gets metainfo from a video. Billing per call: 1 Credits.
**object** Video & Audio Muxer which generates directly downloadable links from a Youtube video. Billing per call: 10 Credits.
**object** A map of thumbnail images associated with the video. For each object in the map, the key is the name of the thumbnail image, and the value is an object that contains other information about…
**string** The ID that YouTube uses to uniquely identify the channel that the video was uploaded to. Group: Specific video Info. Billing per call: 1 Credits.
**string** Channel title for the channel that the video belongs to. Group: Specific video Info. Billing per call: 1 Credits.
**string** The YouTube video category associated with the video. Group: Specific video Info. Billing per call: 1 Credits.
**unsigned long** The number of times the video has been viewed. Group: Specific video Info. Billing per call: 1 Credits.
**string** The length of the video. The property value is an [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601#Durations) duration. Group: Specific video Info. Billing per call: 1 Credits.
**string** The localized video title. Group: Specific video Info. Billing per call: 1 Credits.
**string** The localized video description. Group: Specific video Info. Billing per call: 1 Credits.
**unsigned integer** The encoded video content's maximum width in pixels. Group: Specific video Info. Billing per call: 1 Credits.
**unsigned integer** The encoded video content's maximum height in pixels. Group: Specific video Info. Billing per call: 1 Credits.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"com.jojapi/cloud-api-hub-youtube-downloader": {
"url": "https://mcp.jojapi.com/cloud-api-hub-youtube-downloader",
"transport": "streamable-http"
}
}
}