# SocialDataX YouTube MCP (remote · mcp.socialdatax.com)

YouTube public video, comment, reply, channel, search, and speech-to-text transcript tools.

- Trust score: 84/100 (high trust)
- Change this week: +3
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-20

## Components

- remote · `mcp.socialdatax.com`: 84/100 (this document), [markdown](https://verifymcp.io/servers/com-52choujiang-youtube-insights/youtube-mcp.md), [page](https://verifymcp.io/servers/com-52choujiang-youtube-insights/youtube-mcp)

## Channel facts

- Endpoint: `https://mcp.socialdatax.com/youtube/mcp`
- Transports: `streamable-http`
- Auth: `required`
- Version: `0.1.1`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-20.

- **Endpoint Security**: 71/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation is enforced on tool calls, but the challenge carries no valid RFC 9728 metadata, so a client cannot discover where to get a token.
  - HTTPS enforcement could not be verified: the plaintext port answered with HTTP 404, which proves neither a plaintext path nor enforcement.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 81/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 2229 tokens (~185/item across 12 items; 10 tools + 2 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 90/100
  - Stability observed for 27 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 10 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 12 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### How do I install the SocialDataX YouTube MCP server?

SocialDataX YouTube MCP is a hosted endpoint at https://mcp.socialdatax.com/youtube/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http com-52choujiang-youtube-insights 'https://mcp.socialdatax.com/youtube/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "com-52choujiang-youtube-insights": {
      "url": "https://mcp.socialdatax.com/youtube/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "com-52choujiang-youtube-insights": {
      "type": "http",
      "url": "https://mcp.socialdatax.com/youtube/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.com-52choujiang-youtube-insights]
url = "https://mcp.socialdatax.com/youtube/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-52choujiang-youtube-insights": {
      "type": "remote",
      "url": "https://mcp.socialdatax.com/youtube/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-52choujiang-youtube-insights --url 'https://mcp.socialdatax.com/youtube/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-52choujiang-youtube-insights:
    url: "https://mcp.socialdatax.com/youtube/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "com-52choujiang-youtube-insights": {
      "Transport": "http",
      "Url": "https://mcp.socialdatax.com/youtube/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add com-52choujiang-youtube-insights -t streamable-http -u 'https://mcp.socialdatax.com/youtube/mcp'
```

### Other

```json
{
  "mcpServers": {
    "com-52choujiang-youtube-insights": {
      "type": "http",
      "url": "https://mcp.socialdatax.com/youtube/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-20 (score 84, +1)

No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-18 (score 83, +1)

No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-16 (score 82, +1)

No change was recorded against any check on this day. Stability & Change Management went from 73 to 77. That category is still filling its 30-day observation window: 22 days of observed history at the previous scan, 23 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-15 (score 81, 0)

- [security] The server rewrote its instructions, which are the text every model session reads
- [security] Tool “socialdatax_get_points_balance” rewrote its description, which is the text the model reads

### 2026-09-13 (score 81, +1)

No change was recorded against any check on this day. Stability & Change Management went from 63 to 67. That category is still filling its 30-day observation window: 19 days of observed history at the previous scan, 20 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-11 (score 80, +1)

No change was recorded against any check on this day. Stability & Change Management went from 57 to 60. That category is still filling its 30-day observation window: 17 days of observed history at the previous scan, 18 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-09 (score 79, +1)

No change was recorded against any check on this day. Stability & Change Management went from 50 to 53. That category is still filling its 30-day observation window: 15 days of observed history at the previous scan, 16 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-07 (score 78, +1)

No change was recorded against any check on this day. Stability & Change Management went from 43 to 47. That category is still filling its 30-day observation window: 13 days of observed history at the previous scan, 14 at this one. The score rises as the window fills, whether or not the server changes.

## MCP tools (10)

### `youtube_search_videos` (~566 tokens)

按搜索词搜索 YouTube 公开视频，只返回视频结果。用户需要按搜索词查找视频时使用；已有视频、Shorts 或 youtu.be 链接时使用视频详情或评论工具；已有频道主页链接时使用频道资料或频道发布视频工具；不支持播放列表链接作为搜索输入；支持筛选和 page_token 翻页。

Input parameters:

- `duration_range` (string): 视频时长筛选：all=不限，under_4_min=4 分钟以内，between_4_and_20_min=4 到 20 分钟，over_20_min=20 分钟以上。只对视频类搜索结果有意义；如无明确时长需求，保持 all。
- `keyword` (string, required): YouTube 视频搜索词，可传关键词或短语，例如品牌名、话题、人物名或内容需求；不要传 YouTube 视频链接、Shorts 链接、频道链接、播放列表链接、video_id 或 page_token。
- `page_token` (string): YouTube 搜索分页令牌。首次请求留空。继续翻页时必须将上一页返回的完整 next_page_token 原样作为 page_token 传回；page_token 是不透明分页令牌；不得修改、截断、缩写、脱敏、掩码、省略、规范化、重组或自行生成，不得用省略号替换中间内容。只能用于同一关键词、排序和筛选链路；更换关键词、排序、视频类型、发布时间或时长筛选时，请清空 page_token 后从…
- `publish_time_range` (string): 发布时间筛选：all=不限，last_hour=过去 1 小时，today=今天，this_week=本周，this_month=本月，this_year=今年。如无明确发布时间需求，保持 all。
- `sort_type` (string): 排序方式：general=相关性，time_descending=最新上传，view_count_descending=观看次数最多，rating=评分较高。如无明确排序需求，保持 general。
- `video_type` (string): 视频类型筛选：all=不限类型，video=普通视频，movie=电影。all 会保留视频类搜索结果，输出项用 video_type 标记可明确识别的类型。可明确识别的 Shorts 会标为 short，其余视频结果标为 video。当前不支持 channel、short 或 playlist 作为筛选项；频道信息只作为视频作者信息返回。movie 是筛选条件，返回项使用同一搜索结果字段，并以…

Output parameters:

- `items` (array): 当前页 YouTube 搜索结果列表；当前页可能为空，是否可继续翻页以 next_page_token 是否为空为准。
- `next_page_token` (string): 下一页不透明分页令牌；为空表示没有更多结果。继续翻页时必须将返回的完整 next_page_token 原样作为 page_token 传回；只用于当前 YouTube 搜索续页；不得修改、截断、缩写、脱敏、掩码、省略、规范化、重组或自行生成。
- `points` (object): 本次成功调用的积分消耗与调用完成时的账户积分余额。

### `youtube_get_video_detail_by_url` (~86 tokens)

根据 YouTube 视频链接获取公开视频详情。

Input parameters:

- `video_url` (string, required): YouTube 视频页面链接；支持 watch、youtu.be 短链和 Shorts 链接。从搜索结果读取详情时，直接传搜索结果里的 share_url（items[*].share_url）；不要传频道链接、播放列表链接、搜索页链接或裸 video_id。

Output parameters:

- `author` (object): 作者或频道信息。
- `comment_count`: 评论数；不可用时为 null。
- `cover_image_url`: 视频封面或缩略图链接；不可用时为 null。
- `description` (string): 视频详情页完整描述文本；不是摘要或视频转写；不可用时为空字符串。
- `duration_ms`: 视频时长，单位毫秒；不可用时为 null。
- `like_count`: 点赞数；不可用时为 null。
- `points` (object): 本次成功调用的积分消耗与调用完成时的账户积分余额。
- `publish_time` (string): 发布时间，ISO 8601 时间字符串；不可用时为空字符串。
- `share_url` (string): 可打开或分享的 YouTube 视频页面链接；不是视频播放资源链接。
- `title` (string): 视频标题；不可用时为空字符串。
- `topic_tags` (array): 视频关键词或话题标签；无数据时为空数组。
- `video_id` (string): YouTube 视频 ID；用于识别和去重。
- `view_count`: 观看次数；不可用时为 null。

### `youtube_get_channel_info_by_url` (~129 tokens)

根据 YouTube 频道主页链接获取频道资料。

Input parameters:

- `channel_url` (string, required): YouTube 频道主页链接；支持 https://www.youtube.com/@用户名、/channel/、/c/ 和 /user/ 链接形态。如果传入频道 tab 子页链接，会规范化到对应的 https://www.youtube.com/... 频道主页。从搜索、详情、评论或评论回复结果读取频道资料时，直接传 author.profile_url；不要传 channel_id、裸 @用…

Output parameters:

- `avatar_url`: 频道头像链接；不可用时为 null。
- `banner_url`: 频道横幅图链接；不可用时为 null。
- `bio` (string): 频道简介；不可用时为空字符串。
- `channel_id` (string): YouTube 频道 ID；用于识别和去重。
- `country` (string): 频道公开国家或地区；不可用时为空字符串。
- `external_links` (array): 频道主页外链列表；无外链时为空数组。
- `follower_count`: 订阅者数量；可能为近似值；不可用时为 null。
- `name` (string): 频道名称；不可用时为空字符串。
- `points` (object): 本次成功调用的积分消耗与调用完成时的账户积分余额。
- `posted_video_count`: 频道视频数量；不可用时为 null。
- `profile_url`: 频道主页链接；不可用时为 null。
- `verified` (boolean): 频道是否有认证标识。
- `view_count`: 频道累计观看次数；不可用时为 null。

### `youtube_get_user_posted_videos_by_channel_url` (~328 tokens)

根据 YouTube 频道主页链接获取频道发布视频或 Shorts 列表。

Input parameters:

- `channel_url` (string, required): YouTube 频道主页链接；支持 https://www.youtube.com/@用户名、/channel/、/c/ 和 /user/ 链接形态。如果传入频道 tab 子页链接，会规范化到对应的 https://www.youtube.com/... 频道主页。从搜索、详情、评论、评论回复或频道资料结果读取作者发布视频或 Shorts 时，直接传 author.profile_url 或 p…
- `page_token` (string): YouTube 频道发布列表分页令牌。首次请求留空。继续翻页时必须将上一页返回的完整 next_page_token 原样作为 page_token 传回；page_token 是不透明分页令牌；不得修改、截断、缩写、脱敏、掩码、省略、规范化、重组或自行生成，不得用省略号替换中间内容。只能用于同一频道、同一 video_type 的视频续页；更换频道或 video_type 时，请清空 page…
- `video_type` (string): 频道发布视频类型：video=频道“视频”tab，short=频道 Shorts tab。默认 video。当前不支持 live、course 或 playlist。更换 video_type 时，请清空 page_token 后从第一页重新读取。

Output parameters:

- `items` (array): 当前页 YouTube 频道发布视频或 Shorts 列表；当前页可能为空，是否可继续翻页以 next_page_token 是否为空为准。
- `next_page_token` (string): 下一页频道发布列表不透明分页令牌；为空表示没有更多视频。继续翻页时必须将返回的完整 next_page_token 原样作为 page_token 传回；只用于同一频道、同一 video_type 的视频续页；不得修改、截断、缩写、脱敏、掩码、省略、规范化、重组或自行生成。
- `points` (object): 本次成功调用的积分消耗与调用完成时的账户积分余额。

### `youtube_get_video_comments_by_url` (~264 tokens)

根据 YouTube 视频链接获取公开视频一级评论。

Input parameters:

- `page_token` (string): YouTube 视频评论分页令牌。首次请求留空。继续翻页时必须将上一页返回的完整 next_page_token 原样作为 page_token 传回；page_token 是不透明分页令牌；不得修改、截断、缩写、脱敏、掩码、省略、规范化、重组或自行生成，不得用省略号替换中间内容。只能用于同一视频和同一 sort_type 的评论续页；更换视频或 sort_type 时，请清空 page_tok…
- `sort_type` (string): 评论排序方式：hot=热门评论，time_descending=较新评论优先。YouTube 可能保留作者评论或置顶评论在当前页前部；如无明确排序需求，保持 hot。
- `video_url` (string, required): YouTube 视频页面链接；支持 watch、youtu.be 短链和 Shorts 链接。从搜索结果读取评论时，直接传搜索结果里的 share_url（items[*].share_url）；不要传频道链接、播放列表链接、搜索页链接或裸 video_id。

Output parameters:

- `comment_count`: 评论总数；不是当前页 items 数量；不可用时为 null。
- `items` (array): 当前页 YouTube 视频一级评论列表；当前页可能为空，是否可继续翻页以 next_page_token 是否为空为准。
- `next_page_token` (string): 下一页评论不透明分页令牌；为空表示没有更多评论。继续翻页时必须将返回的完整 next_page_token 原样作为 page_token 传回；只用于当前 YouTube 视频和同一 sort_type 的评论续页；不得修改、截断、缩写、脱敏、掩码、省略、规范化、重组或自行生成。
- `points` (object): 本次成功调用的积分消耗与调用完成时的账户积分余额。

### `youtube_get_video_comment_replies` (~332 tokens)

根据 reply_token 获取 YouTube 评论回复；用户已提供有效 reply_token 时直接使用；已有 YouTube 视频链接但缺少 reply_token 时，调用 youtube_get_video_comments_by_url 获取一级评论；缺少视频定位信息时向用户索取；不要传一级评论或回复项的 comment_id；支持 page_token 翻页。

Input parameters:

- `page_token` (string): YouTube 评论回复分页令牌。首次请求留空。继续翻页时必须将上一页返回的完整 next_page_token 原样作为 page_token 传回；page_token 是不透明分页令牌；不得修改、截断、缩写、脱敏、掩码、省略、规范化、重组或自行生成，不得用省略号替换中间内容。只能用于同一 reply_token 对应的评论回复续页；更换 reply_token 时，请清空 page_tok…
- `reply_token` (string, required): 读取某条 YouTube 视频一级评论回复所需的不透明令牌；用户已提供时直接原样使用；否则从 youtube_get_video_comments_by_url 返回的 items[*].reply_token 原样复制。只有有效且非空的 reply_token 才调用本工具；不要传 comment_id、video_url、video_id、频道链接、播放列表链接或搜索页链接。

Output parameters:

- `items` (array): 当前页 YouTube 评论回复列表；当前页可能为空，是否可继续翻页以 next_page_token 是否为空为准。
- `next_page_token` (string): 下一页评论回复不透明分页令牌；为空表示没有更多评论回复。继续翻页时必须将返回的完整 next_page_token 原样作为 page_token 传回；只用于同一 reply_token 对应的评论回复续页；不得修改、截断、缩写、脱敏、掩码、省略、规范化、重组或自行生成。
- `points` (object): 本次成功调用的积分消耗与调用完成时的账户积分余额。

### `youtube_submit_video_speech_text_by_url` (~114 tokens)

提交 YouTube 视频口播转文字任务；提交后最多等待 240 秒，未完成时返回 job_id 和下一步查询动作。

Input parameters:

- `video_url` (string, required): YouTube 视频页面链接；支持 watch、youtu.be 短链和 Shorts 链接。从搜索结果提交口播转文字任务时，直接传搜索结果里的 share_url（items[*].share_url）；不要传频道链接、播放列表链接、搜索页链接或裸 video_id。

Output parameters:

- `content_id` (string): 平台内容 ID。
- `content_meta` (object): 作品上下文信息，便于结合转写内容做口播分析。
- `content_type` (string): 内容类型。
- `error`: 失败或过期时的稳定错误结构；非终态或成功时为 null。
- `is_terminal` (boolean): 是否已终态。
- `job_id` (string): 任务 ID。
- `message` (string): 面向用户/AI 的状态说明。
- `next_action`: 非终态时建议的下一步查询动作。
- `next_poll_after_seconds`: 建议下次查询前等待的秒数；非终态时可用。
- `platform` (string): 任务所属平台。
- `source_id` (string): 任务来源 ID。
- `status` (string): 任务状态。
- `transcript`: 成功时的口播转文字结果；非终态或失败时为 null。

### `youtube_submit_video_speech_text_by_video_id` (~94 tokens)

根据 YouTube video_id 提交口播转文字任务；提交后最多等待 240 秒，未完成时返回 job_id 和下一步查询动作。

Input parameters:

- `video_id` (string, required): YouTube 视频 ID，必须是 11 位字符串；可直接使用搜索结果 items[*].video_id。不要传视频链接、频道链接、播放列表链接或搜索页链接。

Output parameters:

- `content_id` (string): 平台内容 ID。
- `content_meta` (object): 作品上下文信息，便于结合转写内容做口播分析。
- `content_type` (string): 内容类型。
- `error`: 失败或过期时的稳定错误结构；非终态或成功时为 null。
- `is_terminal` (boolean): 是否已终态。
- `job_id` (string): 任务 ID。
- `message` (string): 面向用户/AI 的状态说明。
- `next_action`: 非终态时建议的下一步查询动作。
- `next_poll_after_seconds`: 建议下次查询前等待的秒数；非终态时可用。
- `platform` (string): 任务所属平台。
- `source_id` (string): 任务来源 ID。
- `status` (string): 任务状态。
- `transcript`: 成功时的口播转文字结果；非终态或失败时为 null。

### `youtube_get_video_speech_text_job` (~99 tokens)

根据用户提供的有效 job_id，或 submit 工具返回的 job_id 查询 YouTube 视频口播转文字任务状态；每次最多等待 240 秒，不触发重处理，也不要重复提交任务。

Input parameters:

- `job_id` (string, required): 口播转文字任务 ID；用户已提供时直接使用，否则使用 YouTube submit 工具返回的 job_id；不要传 video_id 或视频链接。

Output parameters:

- `content_id` (string): 平台内容 ID。
- `content_meta` (object): 作品上下文信息，便于结合转写内容做口播分析。
- `content_type` (string): 内容类型。
- `error`: 失败或过期时的稳定错误结构；非终态或成功时为 null。
- `is_terminal` (boolean): 是否已终态。
- `job_id` (string): 任务 ID。
- `message` (string): 面向用户/AI 的状态说明。
- `next_action`: 非终态时建议的下一步查询动作。
- `next_poll_after_seconds`: 建议下次查询前等待的秒数；非终态时可用。
- `platform` (string): 任务所属平台。
- `source_id` (string): 任务来源 ID。
- `status` (string): 任务状态。
- `transcript`: 成功时的口播转文字结果；非终态或失败时为 null。

### `socialdatax_get_points_balance` (~53 tokens)

查询当前 API Key 账户的 SocialDataX 积分余额、剩余积分或点数 / remaining points balance。需要充值时请访问 https://socialdatax.com/dashboard/billing。

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-52choujiang-youtube-insights/youtube-mcp#diagnostics

## Score history

- 2026-09-20: 84
- 2026-09-19: 83
- 2026-09-18: 83
- 2026-09-17: 82
- 2026-09-16: 82
- 2026-09-15: 81
- 2026-09-14: 81
- 2026-09-13: 81
- 2026-09-12: 80
- 2026-09-11: 80
- 2026-09-10: 79
- 2026-09-09: 79
- 2026-09-08: 78
- 2026-09-07: 78
- 2026-09-06: 77
- 2026-09-05: 77
- 2026-09-04: 76
- 2026-09-03: 76
- 2026-09-02: 75
- 2026-09-01: 75
- 2026-08-31: 74
- 2026-08-30: 74
- 2026-08-29: 74
- 2026-08-28: 73
- 2026-08-27: 73
- 2026-08-26: 72
- 2026-08-25: 70
- 2026-08-24: 70

## Common questions

### What is the SocialDataX YouTube MCP server?

SocialDataX YouTube MCP is listed in the public MCP registry as com.52choujiang/youtube-insights. YouTube public video, comment, reply, channel, search, and speech-to-text transcript tools. This page covers its hosted endpoint (https://mcp.socialdatax.com/youtube/mcp).

### Is the SocialDataX YouTube MCP server safe to use?

SocialDataX YouTube MCP scores 84 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the SocialDataX YouTube MCP server expose?

SocialDataX YouTube MCP exposes 10 tools: youtube_search_videos, youtube_get_video_detail_by_url, youtube_get_channel_info_by_url, youtube_get_user_posted_videos_by_channel_url, youtube_get_video_comments_by_url, and 5 more. Their descriptions and schemas cost roughly 2,065 tokens of context every time the server is loaded.

### Does the SocialDataX YouTube MCP server require authentication?

Yes. SocialDataX YouTube MCP asked us for credentials when we connected, so you will need to authorise it in your MCP client before it can do anything.

### Is the SocialDataX YouTube MCP server still maintained?

SocialDataX YouTube MCP is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://mcp.socialdatax.com/youtube/mcp
- Authorisation metadata: https://mcp.socialdatax.com/.well-known/oauth-protected-resource/youtube/mcp
- Changelog RSS feed: https://verifymcp.io/servers/com-52choujiang-youtube-insights/youtube-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-52choujiang-youtube-insights/youtube-mcp.json
- HTML version of this page: https://verifymcp.io/servers/com-52choujiang-youtube-insights/youtube-mcp
