Skip to main content
Glama

YouTube MCP

この公開リストは、ホストされているSocialDataX YouTube MCPサービスの接続メタデータとクライアント例を提供します。実装は非公開でホストされており、このディレクトリには公開接続資料のみが含まれています。

サービス

  • ホストされたMCPエンドポイント: https://mcp.socialdatax.com/youtube/mcp

  • ホストされたトランスポート: streamable-http

  • 認証: Authorization: Bearer <SOCIALDATAX_API_KEY>

  • 製品: SocialDataX / 社媒数据助手

  • ウェブサイトとAPIキーアクセス: https://socialdatax.com/ai?from=github

  • レジストリ名: com.52choujiang/youtube-insights

  • 将来のレジストリ名: com.socialdatax/youtube-insights

  • 現在の公開機能バージョン: 0.1.1

Related MCP server: YouTube MCP Server

対象範囲

このサービスは、公開YouTube動画の検索と詳細、トップレベルのコメント、コメント返信、チャンネル情報、チャンネル動画またはShortsリスト、動画の音声テキスト化トランスクリプトジョブに使用します。アカウントログイン、投稿、編集、いいね、コメント、フォロー、その他のアカウント操作は提供しません。

ツール

Tool

Purpose

socialdatax_get_points_balance

現在のAPIキーアカウント残高を照会します。

youtube_search_videos

公開動画を検索します。検索語が利用可能な場合に使用し、page_token で続行します。

youtube_get_video_detail_by_url

動画URLから動画詳細を読み取ります。

youtube_get_channel_info_by_url

チャンネルURLからチャンネル情報を読み取ります。

youtube_get_user_posted_videos_by_channel_url

チャンネル動画またはShortsを読み取り、page_token で続行します。

youtube_get_video_comments_by_url

動画URLから第一レベルのコメントを読み取ります。

youtube_get_video_comment_replies

reply_token から返信を読み取り、page_token で続行します。

youtube_submit_video_speech_text_by_url

YouTube動画URLから動画の音声テキスト化トランスクリプトジョブを送信します。

youtube_submit_video_speech_text_by_video_id

11文字のYouTube video_id から動画の音声テキスト化トランスクリプトジョブを送信します。

youtube_get_video_speech_text_job

job_id でトランスクリプトジョブを確認し、is_terminal が true になるまで続行します。

動画またはチャンネルのURLがすでに利用可能な場合は、再度検索する代わりに、対応する詳細、コメント、またはチャンネルツールを使用してください。

クイックスタート

クライアントが認証付きの streamable-http をサポートしている場合は、ホストされたエンドポイントを直接使用します:

{
  "mcpServers": {
    "socialdatax-youtube": {
      "type": "streamable_http",
      "url": "https://mcp.socialdatax.com/youtube/mcp",
      "headers": {"Authorization": "Bearer <SOCIALDATAX_API_KEY>"}
    }
  }
}

コマンド/stdioのみのクライアントの場合は、npx -y mcp-remote https://mcp.socialdatax.com/youtube/mcp --header "Authorization: Bearer <SOCIALDATAX_API_KEY>" を使用します。 examples のファイルを参照してください。

APIアクセスは https://socialdatax.com/ai?from=github でリクエストまたは管理してください。実際のAPIキーをコミットしないでください。

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    An MCP server that enables interaction with the YouTube Data API, allowing users to search videos, get video and channel details, analyze trends, and fetch video transcripts.
  • A
    license
    A
    quality
    D
    maintenance
    Enables YouTube content browsing, video searching, and metadata retrieval via the YouTube Data API v3. It also facilitates fetching video transcripts for summarization and analysis within MCP-compatible AI clients.
    7
    39
    1
    MIT

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/DevinChen2014/youtube-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server