# SocialDataX 快手 Kuaishou MCP (remote · mcp.socialdatax.com)

Kuaishou hot search, work/user search, work details, comments/replies, profiles, transcript.

- Trust score: 67/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

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

## Channel facts

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

## 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-08-03.

- **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 not yet verified: we couldn't determine whether a plaintext access path exists.
  - 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**: 61/100
  - 50% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 2148 tokens (~126/item across 17 items; 15 tools + 2 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 10/100
  - Stability observed for 3 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.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

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

### Codex

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

### opencode

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

### OpenClaw

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

### Hermes

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

### Other

```json
{
  "mcpServers": {
    "com-52choujiang-kuaishou-insights": {
      "type": "http",
      "url": "https://mcp.socialdatax.com/kuaishou/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-08-02 (score 67, +1)

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

### 2026-08-01 (score 66, 0)

- [functional improvement] Stability: unverified → 0.03

### 2026-07-31 (score 66)

First indexed and scored.

## MCP tools (15)

### `kuaishou_get_hot_search_list` (~27 tokens)

获取快手短视频热榜；当前不支持翻页。

Output parameters:

- `items` (array): 快手短视频热榜条目。

### `kuaishou_get_video_detail_by_url` (~91 tokens)

根据快手作品链接、短链接或分享文案获取作品详情；不要传用户主页链接。如果上一步结果已返回 photo_id，可直接使用 photo_id 入口。

Input parameters:

- `url` (string, required): 快手作品页链接、短链接或分享文案；不要传用户主页链接。如果上一步结果已返回 photo_id，可直接使用 photo_id 入口。

Output parameters:

- `author` (object): 作品作者信息。
- `collect_count`: 收藏数；不可用时为 null。
- `comment_count`: 评论数；不可用时为 null。
- `content_type` (string): 作品内容类型；video 表示视频，image 表示图集。
- `cover_image_url`: 封面图资源链接；不是作品分享页或播放资源链接；不可用时为 null。
- `description` (string): 作者发布文本/作品文案，可能包含话题标签；不可用时为空字符串。
- `images` (array): 图集作品按顺序返回完整图片列表；视频作品为空数组。
- `like_count`: 点赞数；不可用时为 null。
- `photo_id` (string): 快手作品 photo_id；可作为后续需要快手作品 photo_id 的工具输入。
- `publish_time`: 发布时间，秒级 Unix 时间戳；不可用时为 null。
- `share_count`: 分享数；不可用时为 null。
- `share_url` (string): 作品分享页链接；不是播放资源或封面资源链接；可作为后续需要快手作品 URL 的工具输入。
- `topic_tags` (array): 作品话题标签列表；无标签时为空数组。
- `video`: 播放资源；视频作品返回播放资源，图集作品为 null。
- `view_count`: 播放数；不可用时为 null。

### `kuaishou_get_video_detail_by_photo_id` (~52 tokens)

根据快手作品 photo_id 获取作品详情。

Input parameters:

- `photo_id` (string, required): 快手作品 photo_id；可从包含 photo_id 的快手作品结果中复用。

Output parameters:

- `author` (object): 作品作者信息。
- `collect_count`: 收藏数；不可用时为 null。
- `comment_count`: 评论数；不可用时为 null。
- `content_type` (string): 作品内容类型；video 表示视频，image 表示图集。
- `cover_image_url`: 封面图资源链接；不是作品分享页或播放资源链接；不可用时为 null。
- `description` (string): 作者发布文本/作品文案，可能包含话题标签；不可用时为空字符串。
- `images` (array): 图集作品按顺序返回完整图片列表；视频作品为空数组。
- `like_count`: 点赞数；不可用时为 null。
- `photo_id` (string): 快手作品 photo_id；可作为后续需要快手作品 photo_id 的工具输入。
- `publish_time`: 发布时间，秒级 Unix 时间戳；不可用时为 null。
- `share_count`: 分享数；不可用时为 null。
- `share_url` (string): 作品分享页链接；不是播放资源或封面资源链接；可作为后续需要快手作品 URL 的工具输入。
- `topic_tags` (array): 作品话题标签列表；无标签时为空数组。
- `video`: 播放资源；视频作品返回播放资源，图集作品为 null。
- `view_count`: 播放数；不可用时为 null。

### `kuaishou_submit_video_speech_text_by_video_url` (~92 tokens)

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

Input parameters:

- `video_url` (string, required): 快手作品页链接、短链接或分享文案；不要传用户主页链接。如果上一步结果已返回 photo_id，可直接使用 photo_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。

### `kuaishou_submit_video_speech_text_by_photo_id` (~80 tokens)

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

Input parameters:

- `photo_id` (string, required): 快手作品 photo_id；可从包含 photo_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。

### `kuaishou_get_video_speech_text_job` (~54 tokens)

查询快手视频口播转文字任务状态；每次最多等待 240 秒，不触发重处理。

Input parameters:

- `job_id` (string, required): 口播转文字任务 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。

### `kuaishou_get_video_comments_by_photo_id` (~158 tokens)

根据快手作品 photo_id 获取一级评论列表。

Input parameters:

- `page_token` (string): 分页令牌。首次请求留空。继续翻页时必须将上一页返回的完整 next_page_token 原样作为 page_token 传回；page_token 是不透明分页令牌；不得修改、截断、缩写、脱敏、掩码、省略、规范化、重组或自行生成，不得用省略号替换中间内容。只能用于同一作品评论分页链路，不能跨能力或作品复用。
- `photo_id` (string, required): 快手作品 photo_id；可从包含 photo_id 的快手作品结果中复用。

Output parameters:

- `comment_count`: 评论总数；不可用时为 null。
- `items` (array): 当前页一级评论列表。
- `next_page_token` (string): 下一页不透明分页令牌；为空表示没有更多结果。继续翻页时必须将返回的完整 next_page_token 原样作为 page_token 传回。next_page_token 只能用于同一能力和同一分页链路，不能跨能力、作品、用户、评论或搜索链路复用；不得修改、截断、缩写、脱敏、掩码、省略、规范化、重组或自行生成，不得用省略号替换中间内容。

### `kuaishou_get_video_comments_by_url` (~197 tokens)

根据快手作品链接、短链接或分享文案获取一级评论列表；不要传用户主页链接。如果上一步结果已返回 photo_id，可直接使用 photo_id 入口。

Input parameters:

- `page_token` (string): 分页令牌。首次请求留空。继续翻页时必须将上一页返回的完整 next_page_token 原样作为 page_token 传回；page_token 是不透明分页令牌；不得修改、截断、缩写、脱敏、掩码、省略、规范化、重组或自行生成，不得用省略号替换中间内容。只能用于同一作品评论分页链路，不能跨能力或作品复用。
- `url` (string, required): 快手作品页链接、短链接或分享文案；不要传用户主页链接。如果上一步结果已返回 photo_id，可直接使用 photo_id 入口。

Output parameters:

- `comment_count`: 评论总数；不可用时为 null。
- `items` (array): 当前页一级评论列表。
- `next_page_token` (string): 下一页不透明分页令牌；为空表示没有更多结果。继续翻页时必须将返回的完整 next_page_token 原样作为 page_token 传回。next_page_token 只能用于同一能力和同一分页链路，不能跨能力、作品、用户、评论或搜索链路复用；不得修改、截断、缩写、脱敏、掩码、省略、规范化、重组或自行生成，不得用省略号替换中间内容。

### `kuaishou_get_video_comment_replies_by_comment_id` (~207 tokens)

根据 photo_id 和一级评论 comment_id 获取评论回复。

Input parameters:

- `comment_id` (string, required): 一级评论 ID；从一级评论结果 items[].comment_id 复制，用于获取该评论下的回复；不要传回复项的 comment_id。
- `page_token` (string): 回复分页令牌。首次请求留空。继续翻页时必须将上一页返回的完整 next_page_token 原样作为 page_token 传回；page_token 是不透明分页令牌；不得修改、截断、缩写、脱敏、掩码、省略、规范化、重组或自行生成，不得用省略号替换中间内容。只能用于同一作品下同一一级评论的回复分页链路，不能跨能力、作品或评论复用。
- `photo_id` (string, required): 快手作品 photo_id；可从包含 photo_id 的快手作品结果中复用。

Output parameters:

- `items` (array): 当前页评论回复列表。
- `next_page_token` (string): 下一页不透明分页令牌；为空表示没有更多结果。继续翻页时必须将返回的完整 next_page_token 原样作为 page_token 传回。next_page_token 只能用于同一能力和同一分页链路，不能跨能力、作品、用户、评论或搜索链路复用；不得修改、截断、缩写、脱敏、掩码、省略、规范化、重组或自行生成，不得用省略号替换中间内容。

### `kuaishou_get_user_info_by_user_id` (~78 tokens)

根据快手用户非空 user_id 获取用户资料。

Input parameters:

- `user_id` (string, required): 快手用户非空 user_id；可从包含非空 user_id 的快手用户或作者结果中复用；如果上一步结果里的 user_id 为空字符串，不要使用 user_id 入口。

Output parameters:

- `avatar_url`: 用户头像链接；不可用时为 null。
- `bio` (string): 用户简介；不可用时为空字符串。
- `follower_count`: 粉丝数；不可用时为 null。
- `following_count`: 关注数；不可用时为 null。
- `gender` (string): 用户性别。
- `kuaishou_id`: 快手号；不可用时为 null。
- `name` (string): 用户名称。
- `posted_content_count`: 公开作品数；不可用时为 null。
- `profile_url`: 快手用户主页链接；不是作品分享页链接；可作为后续需要快手用户主页 URL 的工具输入；查询用户作品列表时需确认同一用户结果包含非空 user_id；不可用时为 null。
- `received_like_count`: 获赞数；表示用户内容累计收到的点赞数；不可用时为 null。
- `user_id` (string): 快手用户非空 user_id；可作为后续需要快手用户 user_id 的工具输入。

### `kuaishou_get_user_info_by_profile_url` (~149 tokens)

根据快手用户主页链接、短链接或分享文案获取用户资料；支持 live 主页和 fw/user 用户主页分享链接，成功时会返回可复用的非空 user_id；不要传作品链接。如果上一步结果已返回非空 user_id，可直接使用 user_id 入口。

Input parameters:

- `profile_url` (string, required): 快手用户主页链接、短链接或分享文案；不要传作品链接。支持 live 主页或 fw/user 形式的用户主页分享链接；成功时会返回可复用的非空 user_id。如果上一步结果已返回非空 user_id，可直接使用 user_id 入口。

Output parameters:

- `avatar_url`: 用户头像链接；不可用时为 null。
- `bio` (string): 用户简介；不可用时为空字符串。
- `follower_count`: 粉丝数；不可用时为 null。
- `following_count`: 关注数；不可用时为 null。
- `gender` (string): 用户性别。
- `kuaishou_id`: 快手号；不可用时为 null。
- `name` (string): 用户名称。
- `posted_content_count`: 公开作品数；不可用时为 null。
- `profile_url`: 快手用户主页链接；不是作品分享页链接；可作为后续需要快手用户主页 URL 的工具输入；查询用户作品列表时需确认同一用户结果包含非空 user_id；不可用时为 null。
- `received_like_count`: 获赞数；表示用户内容累计收到的点赞数；不可用时为 null。
- `user_id` (string): 快手用户非空 user_id；可作为后续需要快手用户 user_id 的工具输入。

### `kuaishou_get_user_posted_videos_by_user_id` (~188 tokens)

根据快手用户非空 user_id 获取公开作品列表。

Input parameters:

- `page_token` (string): 用户作品分页令牌。首次请求留空。继续翻页时必须将上一页返回的完整 next_page_token 原样作为 page_token 传回；page_token 是不透明分页令牌；不得修改、截断、缩写、脱敏、掩码、省略、规范化、重组或自行生成，不得用省略号替换中间内容。只能用于同一用户作品分页链路，不能跨能力或用户复用。
- `user_id` (string, required): 快手用户非空 user_id；可从包含非空 user_id 的快手用户或作者结果中复用；如果上一步结果里的 user_id 为空字符串，不要使用 user_id 入口。

Output parameters:

- `items` (array): 当前页该用户发布的作品列表。
- `next_page_token` (string): 下一页不透明分页令牌；为空表示没有更多结果。继续翻页时必须将返回的完整 next_page_token 原样作为 page_token 传回。next_page_token 只能用于同一能力和同一分页链路，不能跨能力、作品、用户、评论或搜索链路复用；不得修改、截断、缩写、脱敏、掩码、省略、规范化、重组或自行生成，不得用省略号替换中间内容。

### `kuaishou_get_user_posted_videos_by_profile_url` (~287 tokens)

根据可直接解析出非空 user_id 的快手用户主页链接、短链接或分享文案获取公开作品列表；不要传作品链接；只有 live/fw-user 主页链接时，先调用用户资料入口，成功后使用返回的非空 user_id 查询作品列表。如果上一步结果已返回非空 user_id，可直接使用 user_id 入口。

Input parameters:

- `page_token` (string): 用户作品分页令牌。首次请求留空。继续翻页时必须将上一页返回的完整 next_page_token 原样作为 page_token 传回；page_token 是不透明分页令牌；不得修改、截断、缩写、脱敏、掩码、省略、规范化、重组或自行生成，不得用省略号替换中间内容。只能用于同一用户作品分页链路，不能跨能力或用户复用。
- `profile_url` (string, required): 快手用户主页链接、短链接或分享文案；不要传作品链接。该入口需要能直接解析出可复用 user_id 的主页链接；只有 live/fw-user 主页链接时，先调用用户资料入口，成功后使用返回的非空 user_id 查询作品列表。如果上一步结果已返回非空 user_id，可直接使用 user_id 入口。

Output parameters:

- `items` (array): 当前页该用户发布的作品列表。
- `next_page_token` (string): 下一页不透明分页令牌；为空表示没有更多结果。继续翻页时必须将返回的完整 next_page_token 原样作为 page_token 传回。next_page_token 只能用于同一能力和同一分页链路，不能跨能力、作品、用户、评论或搜索链路复用；不得修改、截断、缩写、脱敏、掩码、省略、规范化、重组或自行生成，不得用省略号替换中间内容。

### `kuaishou_search_videos` (~240 tokens)

按自然语言关键词搜索快手作品；不要传作品链接，不要传用户主页链接、photo_id 或 user_id。

Input parameters:

- `keyword` (string, required): 快手搜索关键词。传自然语言关键词或短语，例如品牌名、话题、人物名、内容需求；不要传作品链接、用户主页链接、photo_id 或 user_id。已有作品链接或 photo_id 时改用需要快手作品 URL/photo_id 的入口；已有用户主页链接或非空 user_id 时改用需要快手用户主页 URL/user_id 的入口。
- `page_token` (string): 搜索分页令牌。首次请求留空。继续翻页时必须将上一页返回的完整 next_page_token 原样作为 page_token 传回；page_token 是不透明分页令牌；不得修改、截断、缩写、脱敏、掩码、省略、规范化、重组或自行生成，不得用省略号替换中间内容。只能用于同一搜索分页链路和同一关键词，不能跨能力、关键词或搜索链路复用。

Output parameters:

- `items` (array): 当前页作品结果列表。
- `next_page_token` (string): 下一页不透明分页令牌；为空表示没有更多结果。继续翻页时必须将返回的完整 next_page_token 原样作为 page_token 传回。next_page_token 只能用于同一能力和同一分页链路，不能跨能力、作品、用户、评论或搜索链路复用；不得修改、截断、缩写、脱敏、掩码、省略、规范化、重组或自行生成，不得用省略号替换中间内容。

### `kuaishou_search_users` (~223 tokens)

按自然语言关键词搜索快手用户；不要传作品链接，不要传用户主页链接、photo_id 或 user_id。

Input parameters:

- `keyword` (string, required): 搜索快手用户的自然语言关键词。传人物名、账号名、品牌名或机构名等关键词；不要传作品链接，不要传用户主页链接、photo_id 或 user_id。已有用户主页链接或非空 user_id 时改用需要快手用户主页 URL/user_id 的入口。
- `page_token` (string): 用户搜索分页令牌。首次请求留空。继续翻页时必须将上一页返回的完整 next_page_token 原样作为 page_token 传回；page_token 是不透明分页令牌；不得修改、截断、缩写、脱敏、掩码、省略、规范化、重组或自行生成，不得用省略号替换中间内容。只能用于同一用户搜索分页链路和同一关键词，不能跨能力、关键词或搜索链路复用。

Output parameters:

- `items` (array): 当前页用户结果列表。
- `next_page_token` (string): 下一页不透明分页令牌；为空表示没有更多结果。继续翻页时必须将返回的完整 next_page_token 原样作为 page_token 传回。next_page_token 只能用于同一能力和同一分页链路，不能跨能力、作品、用户、评论或搜索链路复用；不得修改、截断、缩写、脱敏、掩码、省略、规范化、重组或自行生成，不得用省略号替换中间内容。

## Diagnostics

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

## Score history

- 2026-08-03: 67
- 2026-08-02: 67
- 2026-08-01: 66
- 2026-07-31: 66

## Links

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