Skip to main content
Glama

YouTube MCP

Diese öffentliche Auflistung enthält Verbindungsmetadaten und Client-Beispiele für den gehosteten SocialDataX YouTube MCP-Dienst. Die Implementierung wird privat gehostet; dieses Verzeichnis enthält nur öffentliche Verbindungsmaterialien.

Service

  • Gehosteter MCP-Endpunkt: https://mcp.socialdatax.com/youtube/mcp

  • Gehosteter Transport: streamable-http

  • Authentifizierung: Authorization: Bearer <SOCIALDATAX_API_KEY>

  • Produkt: SocialDataX / 社媒数据助手

  • Website und API-Key-Zugriff: https://socialdatax.com/ai?from=github

  • Registry-Name: com.52choujiang/youtube-insights

  • Zukünftiger Registry-Name: com.socialdatax/youtube-insights

  • Aktuelle öffentliche Funktionsversion: 0.1.1

Related MCP server: YouTube MCP Server

Scope

Nutzen Sie diesen Dienst für die öffentliche YouTube-Videosuche und -Details, Top-Level-Kommentare, Kommentarantworten, Kanalinformationen, Kanalvideos oder Shorts-Listen sowie Video-Sprach-zu-Text-Transkriptionsaufträge. Er bietet keine Kontoanmeldung, kein Posten, Bearbeiten, Liken, Kommentieren, Folgen oder andere Kontoaktionen.

Tools

Tool

Zweck

socialdatax_get_points_balance

Abfrage des aktuellen API-Key-Kontostands.

youtube_search_videos

Öffentliche Videos suchen; verwenden, wenn ein Suchbegriff verfügbar ist, und mit page_token fortfahren.

youtube_get_video_detail_by_url

Videodetails aus einer Video-URL lesen.

youtube_get_channel_info_by_url

Kanalinformationen aus einer Kanal-URL lesen.

youtube_get_user_posted_videos_by_channel_url

Kanalvideos oder Shorts lesen und mit page_token fortfahren.

youtube_get_video_comments_by_url

Kommentare der ersten Ebene aus einer Video-URL lesen.

youtube_get_video_comment_replies

Antworten aus einem reply_token lesen und mit page_token fortfahren.

youtube_submit_video_speech_text_by_url

Einen Video-Sprach-zu-Text-Transkriptionsauftrag aus einer YouTube-Video-URL einreichen.

youtube_submit_video_speech_text_by_video_id

Einen Video-Sprach-zu-Text-Transkriptionsauftrag aus einer 11-stelligen YouTube-video_id einreichen.

youtube_get_video_speech_text_job

Einen Transkriptionsauftrag anhand der job_id prüfen; fortfahren, bis is_terminal wahr ist.

Wenn eine Video- oder Kanal-URL bereits verfügbar ist, verwenden Sie das entsprechende Detail-, Kommentar- oder Kanal-Tool, anstatt erneut zu suchen.

Quick Start

Verwenden Sie den gehosteten Endpunkt direkt, wenn der Client authentifiziertes streamable-http unterstützt:

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

Für reine Befehls-/Stdio-Clients verwenden Sie npx -y mcp-remote https://mcp.socialdatax.com/youtube/mcp --header "Authorization: Bearer <SOCIALDATAX_API_KEY>". Siehe die Dateien in examples.

Fordern Sie API-Zugriff an oder verwalten Sie ihn unter https://socialdatax.com/ai?from=github. Committen Sie niemals einen echten API-Key.

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