mcp-youtube-channel-transcript-extractor
YouTube Channel Stats Extractor MCP Server
Mamba Labs YouTube Channel Stats Extractor actor(Apify 上)的 MCP 服务器。
将公司域名或 YouTube handle 解析为频道,并获取订阅者数量和频道元数据。
功能
将公司域名或 YouTube handle 解析为该公司的 YouTube 频道。返回订阅者数量、稳定的 UC 频道 ID、频道名称、创建日期和描述,作为一个扁平的、可直接用于 Clay 的行。订阅者数量在超过大约一千时会被 YouTube 四舍五入(页面和官方 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 或更高版本
来自 console.apify.com/account/integrations 的 Apify API 令牌
该 actor 按事件付费,每次调用消耗 Apify 积分。定价详见 actor 页面。
示例提示
"stripe.com 有多少 YouTube 订阅者?"
"查找 hubspot.com 的 YouTube 频道 ID。"
"gitlab.com 是否运营 YouTube 频道?它是什么时候创建的?"
工具与输入
工具:get_youtube_channel_stats
输入 | 类型 | 含义 |
| string | 裸公司域名,例如 shopify.com。提供此字段或 handle。使用域名时,actor 会执行完整的发现流程;使用 handle 时,它会直接跳过发现步骤。 |
| string | 可选。可提高搜索准确性,并且是身份验证门检查已发现配置文件的依据,因此提供它可减少错误匹配。 |
| string | 可选。YouTube handle,例如 @shopify,或完整的频道 URL。提供它可跳过发现步骤,直接访问频道。 |
| boolean | 当为 "true"(默认)时,会获取个人资料页面并提取计数。设为 "false" 仅解析个人资料 URL,这更便宜且可能不需要... |
| boolean | 当为 "false"(默认)时,成功的查找会缓存七天并复用。设为 "true" 以强制重新获取。以字符串形式发送以兼容 Clay。 |
| boolean | 当为 "true" 时,会为频道上最近的视频提取完整的时间戳转录文本,并作为每个视频一行返回。默认为 "false"。 |
| string | 当转录开启时,要为频道的多少个最近视频提取字幕。默认为 5。每个视频是一次额外的获取和一次额外的 |
解读输出
每一行都带有按平台区分的 _status 字段,这是首先需要读取的字段。其词汇在整个 Mamba Labs 社交媒体系列中保持一致:
状态 | 含义 |
| 已获取并解析,值存在 |
| 我们查找了,但不存在这样的个人资料 |
| 个人资料存在,但值不在我们能获取的数据中 |
| 平台拒绝了我们的请求,稍后重试可能有效 |
| 我们找到了真实的个人资料,但它属于其他人 |
| 您未请求该平台 |
false 和 null 绝不可互换。 false 表示我们已查找,答案是否定的;null 表示我们无法查找。如果您要筛选没有存在的公司,请筛选 false,因为 null 行是未知状态,而非不存在。
完整 actor 文档
apify.com/mambalabs/youtube-channel-transcript-extractor
Mamba Labs GTM Suite
Mamba Labs 构建了一系列 GTM 富化 actor,它们共享一种扁平的、Clay 就绪的输出约定,因此它们的行可以直接按 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