Everything an analyst opens the app for — what is trending, what a creator posts, what the comments underneath actually say, what is said out loud in the video — comes back structured, and a share link pasted from a phone is enough to identify the work.
The public connection surface for SocialDataX's hosted Kuaishou service. It is read-only content research — hot list, keyword search, work details, comments and replies, creator profiles and their work lists, and video speech-to-text. It performs no account actions: no login, posting, editing, liking or commenting.
- The current Kuaishou short-video hot search list
- Works and users searched by keyword, paging through results with a page_token rather than a page number
- A work identified either way — from a page link, short link or share text, or straight from a photo_id you already hold
- First-level comments in pages, from a photo_id or from the link itself, and the replies underneath any one comment
- Creator profiles from a user_id, a profile link, a short link or share text, including live and fw-user profile shares, which return a reusable user_id
- A creator's published works listed page by page, from the id or from a link that resolves to one
- Speech-to-text for a work's video, submitted from a link or a photo_id and collected later by job_id, returning the transcript with content context
- The API key's own SocialDataX points balance, so the budget is visible from inside the conversation
A SocialDataX API key sent as an Authorization bearer token. The hosted endpoint is https://mcp.socialdatax.com/kuaishou/mcp over streamable-http; clients that only speak command or stdio reach it through mcp-remote as a local proxy. Transcription is a submit-then-poll job: a call waits up to 240 seconds, and an unfinished job keeps being polled on the same job_id until it reaches a terminal state.
One command plus a key — npx -y mcp-remote https://mcp.52choujiang.com/kuaishou/mcp, then supply credentials
