mcp-youtube-channel-transcript-extractor
YouTube Channel Stats Extractor MCP Server
Apify上のMamba Labs YouTube Channel Stats ExtractorアクターのためのMCPサーバーです。
会社のドメインまたはYouTubeハンドルから、登録者数とチャンネルのメタデータを含むチャンネルへ解決します。
機能
会社のドメインまたはYouTubeハンドルを、その会社のYouTubeチャンネルに解決します。登録者数、安定したUCチャンネルID、チャンネルハンドル、チャンネル名、作成日、説明文を、Clayですぐ使えるフラットな1行として返します。登録者数はYouTube側で約1,000人以上になると切り上げられ、Webページと公式APIの両方で同じ丸め値が返るため、出力行にはその旨を示すフラグが付けられます。オプションで文字起こし取得も可能ですが、現在はYouTubeの制限を受けています。キャプショントラック一覧は取得できますが、キャプション本文のエンドポイントは発信元証明トークンなしでは空のボディを返すため、出力行では「動画にキャプションがない」ではなくnot_extractableとして報告されます。APIキーは不要です。読み取り専用です。APIFY_TOKENが必要で、呼び出しごとにApifyクレジットを消費します。
Related MCP server: YouTube MCP
クイックスタート
MCPクライアントの設定に次を追加します:
{
"mcpServers": {
"mamba-youtube-channel-stats": {
"command": "npx",
"args": ["-y", "@mambalabsdev/mcp-youtube-channel-transcript-extractor"],
"env": { "APIFY_TOKEN": "your-apify-token" }
}
}
}前提条件
Node.js 18以降
Apifyコンソールから取得したApify APIトークン
このアクターは使い切り課金制で、呼び出しごとにApifyクレジットを消費します。料金はアクターページをご覧ください。
プロンプトの例
「stripe.comのYouTube登録者数は?」
「hubspot.comのYouTubeチャンネルIDを取得して」
「gitlab.comはYouTubeチャンネルを運営している?いつ開設されたの?」
ツールと入力
ツール: get_youtube_channel_stats
入力 | 型 | 意味 |
| string | 会社のドメイン。例: |
| string | 任意。会社名との照合に使われ、検索精度を高めます。 |
| string | 任意。YouTubeハンドル(例: |
| boolean |
|
| boolean |
|
| boolean |
|
| string | 文字起こし取得時に、チャンネルの直近の動画のうち何本分を取得するか。デフォルトは |
出力の読み方
すべての行にはプラットフォームごとの_statusフィールドがあり、最初に読むべきフィールドです。語彙はMamba Labsの一連のソーシャルメディア系アクター全体で共通です:
ステータス | 意味 |
| 取得・解析済み。値が存在する |
| 探索したがプロフィールが存在しない |
| プロフィールは存在するが、値を取得できない |
| プラットフォーム側が拒否した。後ほど再試行する価値がある |
| 実在のプロフィールが見つかったが、それは別の人・別の会社 |
| そのプラットフォームは要求していない |
falseとnullは決して互換性はありません。 falseは「調べた結果、そうでない」という意味です。nullは「調べられなかった」という意味です。どの会社に存在がないかをフィルタする場合はnullではなくfalseでフィルタしてください。なぜならnullの行は「不在」ではなく「未判明」だからです。
アクターの完全なドキュメント
apify.com/mambalabs/youtube-channel-transcript-extractor
Mamba Labs GTM Suite
Mamba Labsが提供するGTMリッチメントアクター群は company_domain で結合できるフラットな出力を採用しています。
フル一覧は apify.com/mambalabs をご覧ください。
ライセンス
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceChecks username availability and retrieves account information across major social media platforms including YouTube, TikTok, Threads, X (Twitter), and Instagram, perfect for brand name qualification and competitive research.18618MIT
- AlicenseAqualityCmaintenanceProvides production-grade tools for YouTube channel resolution, video metadata extraction, transcripts, and playlist management. It features a quota-aware, AI-friendly design that supports structured searching and listing of public YouTube data.72MIT
- FlicenseNot gradedqualityDmaintenanceEnables YouTube data crawling and AI-powered summarization of videos, including channel metadata retrieval, time-range queries, and automatic transcription with multi-language support.
- FlicenseAqualityCmaintenanceEnables AI assistants to analyze YouTube channels, videos, transcripts, and content strategy through structured tool calls.1733
Related MCP Connectors
Provide token-optimized, structured YouTube data to enhance your LLM applications. Access efficien…
YouTube transcripts, subtitles, and video metadata as structured JSON via an Apify Actor.
Agent-callable creator intelligence: 952+ scored YouTube creators across 180 niches.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/mambalabsdev/mcp-youtube-channel-transcript-extractor'
If you have feedback or need assistance with the MCP directory API, please join our Discord server