Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

com.jojapi/cloud-api-hub-youtube-downloader

com.jojapi/cloud-api-hub-youtube-downloader

Cloud Api Hub - Youtube Downloader: Get Youtube video info and download links to MP4 or MP3 file.

Uptime
100.0%
2 direct probes · 30d
Response
403ms
last probe
Tools
13
callable
Resources
0
readable
Prompts
0
available

Tools · 13

get_download

**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.…

get_info

**Object** Gets metainfo from a video. Billing per call: 1 Credits.

get_mux

**object** Video & Audio Muxer which generates directly downloadable links from a Youtube video. Billing per call: 10 Credits.

get_info_thumbnails

**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…

get_info_channelId

**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.

get_info_channelName

**string** Channel title for the channel that the video belongs to. Group: Specific video Info. Billing per call: 1 Credits.

get_info_category

**string** The YouTube video category associated with the video. Group: Specific video Info. Billing per call: 1 Credits.

get_info_viewCount

**unsigned long** The number of times the video has been viewed. Group: Specific video Info. Billing per call: 1 Credits.

get_info_duration

**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.

get_info_title

**string** The localized video title. Group: Specific video Info. Billing per call: 1 Credits.

get_info_description

**string** The localized video description. Group: Specific video Info. Billing per call: 1 Credits.

get_info_width

**unsigned integer** The encoded video content's maximum width in pixels. Group: Specific video Info. Billing per call: 1 Credits.

get_info_height

**unsigned integer** The encoded video content's maximum height in pixels. Group: Specific video Info. Billing per call: 1 Credits.

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"
    }
  }
}