mcpbeat Sign in

SocialDataX 快手 Kuaishou MCP Server

answering

SocialDataX 快手 Kuaishou MCP is answering right now. Last checked 13 min ago. It exposes 16 tools.

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

Uptime history 47 days of history
47 days agonow
100.0%
Uptime 24h
91 of 91 checks
16
Tools
read from the server
1569 ms
Response time
average over 24h
open, no key
Access
streamable-http

What changed 28

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 12 August 2026. No other catalogue keeps this.

15 Sep a tool description was rewritten socialdatax_get_points_balance
27 Aug 3 tool descriptions were rewritten kuaishou_get_video_detail_by_photo_id, kuaishou_get_video_detail_by_url, socialdatax_get_points_balance
24 Aug 5 tool descriptions were rewritten kuaishou_get_video_comment_replies_by_comment_id, kuaishou_get_video_speech_text_job, kuaishou_search_videos and 2 more
24 Aug 5 tools changed the parameters they ask for kuaishou_get_video_comment_replies_by_comment_id, kuaishou_get_video_comments_by_photo_id, kuaishou_get_video_detail_by_photo_id and 2 more
19 Aug 3 tools changed the parameters they ask for kuaishou_get_video_speech_text_job, kuaishou_search_users, kuaishou_search_videos
19 Aug 3 tool descriptions were rewritten kuaishou_get_video_speech_text_job, kuaishou_search_users, kuaishou_search_videos
19 Aug a tool changed version
14 Aug 2 tool descriptions were rewritten kuaishou_search_users, kuaishou_search_videos
14 Aug 2 tools changed the parameters they ask for kuaishou_search_users, kuaishou_search_videos
14 Aug a tool appeared socialdatax_get_points_balance
and 2 more, back to 12 August 2026

Nothing serious here today

Today is the operative word: we check SocialDataX 快手 Kuaishou MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 13 min ago.

run in your terminal
claude mcp add kuaishou-insights --transport http https://mcp.socialdatax.com/kuaishou/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "kuaishou-insights": {
      "url": "https://mcp.socialdatax.com/kuaishou/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.kuaishou-insights]
url = "https://mcp.socialdatax.com/kuaishou/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "kuaishou-insights": {
      "url": "https://mcp.socialdatax.com/kuaishou/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "kuaishou-insights": {
      "url": "https://mcp.socialdatax.com/kuaishou/mcp"
    }
  }
}

Available tools 16

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

kuaishou
kuaishou_get_hot_search_list
获取快手短视频热榜;当前不支持翻页。
kuaishou_get_user_info_by_profile_url
根据快手用户主页链接、短链接或分享文案获取用户资料;支持 live 主页和 fw/user 用户主页分享链接,成功时会返回可复用的非空 user_id;不要传作品链接。如果上一步结果已返回非空 user_id,可直接使用 user_id 入口。
kuaishou_get_user_info_by_user_id
根据快手用户非空 user_id 获取用户资料。
kuaishou_get_user_posted_videos_by_profile_url
根据可直接解析出非空 user_id 的快手用户主页链接、短链接或分享文案获取公开作品列表;不要传作品链接;只有 live/fw-user 主页链接时,先调用用户资料入口,成功后使用返回的非空 user_id 查询作品列表。如果上一步结果已返回非空 user_id,可直接使用 user_id 入口。
kuaishou_get_user_posted_videos_by_user_id
根据快手用户非空 user_id 获取公开作品列表。
kuaishou_get_video_comment_replies_by_comment_id
根据 photo_id 和一级评论 comment_id 获取评论回复;用户已提供完整合法的 ID 组合时直接使用;已有 photo_id、作品链接或分享文案但缺少必需 ID 时,调用对应一级评论工具补全;缺少作品定位信息时向用户索取;不要传回复项的 comment_id。
kuaishou_get_video_comments_by_photo_id
根据快手作品 photo_id 获取一级评论列表。
kuaishou_get_video_comments_by_url
根据快手作品链接、短链接或分享文案获取一级评论列表;不要传用户主页链接;查评论时保留原始 URL/文案使用 URL 入口。
kuaishou_get_video_detail_by_photo_id
根据快手作品 photo_id 获取视频或图片/图集作品详情。
kuaishou_get_video_detail_by_url
根据快手作品链接、短链接或分享文案获取视频或图片/图集作品详情;不要传用户主页链接。如果上一步结果已返回 photo_id,可直接使用 photo_id 入口。
kuaishou_get_video_speech_text_job
查询快手视频口播转文字任务状态;用户已提供有效 job_id 时直接使用,否则使用 submit 工具返回值;不重复提交,每次最多等待 240 秒。
kuaishou_search_users
搜索快手用户。用户需要按搜索词查找用户时使用;keyword 只传搜索词,不要传作品链接,也不要传用户主页链接、photo_id 或 user_id;已有用户主页链接或 user_id 时使用对应用户资料或用户作品列表工具;支持 page_token 翻页。
kuaishou_search_videos
搜索快手作品。用户需要按搜索词查找作品时使用;keyword 只传搜索词,不要传作品链接,也不要传用户主页链接、photo_id 或 user_id;已有 photo_id、作品链接或 share_url 时直接使用对应详情或评论工具,无需先调用搜索;支持 page_token 翻页。
kuaishou_submit_video_speech_text_by_photo_id
根据快手 photo_id 提交视频口播转文字任务;提交后最多等待 240 秒,未完成时返回 job_id 和下一步查询动作。
kuaishou_submit_video_speech_text_by_video_url
提交快手作品视频口播转文字任务;提交后最多等待 240 秒,未完成时返回 job_id 和下一步查询动作。
socialdatax
socialdatax_get_points_balance
查询当前 API Key 账户的 SocialDataX 积分余额、剩余积分或点数 / remaining points balance。需要充值时请访问 https://socialdatax.com/dashboard/billing。

Endpoints

URLTransportStateLatencyChecked
https://mcp.socialdatax.com/kuaishou/mcp streamable-http answering 1571 ms 13 min ago

Alternatives to SocialDataX 快手 Kuaishou MCP

same job, measured the same way
SocialDataX 抖音 Douyin MCP
by 52choujiang

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

24 tools answering
SocialDataX 微博 Weibo MCP
by 52choujiang

Weibo hot search, post search/details, comments/replies, users, posts, transcript.

19 tools answering
SocialDataX X / Twitter MCP
by 52choujiang

X / Twitter public post, comment, reply, user, and search tools.

16 tools answering
SocialDataX 微信视频号 WeChat Channels MCP
by 52choujiang

WeChat Channels videos, comments, users, transcripts, and Official Account article details.

16 tools answering
SocialDataX YouTube MCP
by 52choujiang

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

10 tools answering
SocialDataX TikTok MCP
by 52choujiang

TikTok public post, comment, reply, creator, search, and video speech-to-text transcript tools.

13 tools answering
SocialDataX 小红书 Xiaohongshu XHS RedNote MCP
by 52choujiang

XHS note/product search/detail, suggestions, comments/replies; PGY 20pts success, failures uncharged

26 tools answering
SocialDataX Instagram MCP
by 52choujiang

Instagram MCP for public posts, comments, replies, users, and video/Reels speech-to-text.

13 tools answering

SocialDataX 快手 Kuaishou MCP — questions

Answers built from our own checks of this server.

What can SocialDataX 快手 Kuaishou MCP do?
It exposes 16 tools, read directly from the server on our last check. Among them: kuaishou_get_hot_search_list, kuaishou_get_user_info_by_profile_url, kuaishou_get_user_info_by_user_id, kuaishou_get_user_posted_videos_by_profile_url, kuaishou_get_user_posted_videos_by_user_id, kuaishou_get_video_comment_replies_by_comment_id and 10 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is SocialDataX 快手 Kuaishou MCP working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 1569 ms. The bar chart above shows every period we have measured.
How do I connect SocialDataX 快手 Kuaishou MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does SocialDataX 快手 Kuaishou MCP need an API key?
No. SocialDataX 快手 Kuaishou MCP completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 16 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is SocialDataX 快手 Kuaishou MCP?
It answers our handshake in 1569 ms on average, which is faster than 1% of all working MCP servers we measure. That is on the slow side — worth knowing if the tool sits inside an interactive loop. The comparison comes from our own checks across the whole registry, every 15 minutes.