INDIVIDUAL MCP TOOL
get_youtube_v3_post_details
Retrieves detailed information about a specific YouTube community post.
LIVE ENDPOINT
https://mcp.jojapi.com/social-media-video-downloader
Connect to this endpoint to inspect the live schema for get_youtube_v3_post_details and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.jojapi-social-media-video-downloader]
url = "https://mcp.jojapi.com/social-media-video-downloader"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"jojapi-social-media-video-downloader": {
"type": "http",
"url": "https://mcp.jojapi.com/social-media-video-downloader"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: jojapi-social-media-video-downloader
Remote MCP URL: https://mcp.jojapi.com/social-media-video-downloader
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"jojapi-social-media-video-downloader": {
"url": "https://mcp.jojapi.com/social-media-video-downloader"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"jojapi-social-media-video-downloader": {
"type": "http",
"url": "https://mcp.jojapi.com/social-media-video-downloader"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "jojapi-social-media-video-downloader",
"transport": "streamable-http",
"url": "https://mcp.jojapi.com/social-media-video-downloader"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_youtube_v3_video_details— Extracts comprehensive information about a YouTube video including metadata, available formats, download links, and server-rendered video options with audio merging capabilities.get_youtube_v3_video_comments— Retrieves comments for a YouTube video with sorting options and pagination.get_youtube_v3_post_comments— Retrieves comments for a YouTube post with sorting options and pagination.get_youtube_v3_channel_id_from_handle— Retrieves the channel ID for a given YouTube handle (e.get_youtube_v3_channel_posts— Retrieves posts from a specific YouTube channel.get_youtube_v3_channel_details— Retrieves detailed information about a specific YouTube channel.get_youtube_v3_channel_playlists— Retrieves playlists, releases, or podcasts from a specific YouTube channel.get_youtube_v3_channel_videos— Retrieves videos, shorts, or livestreams from a specific YouTube channel.