Douyin Insights
(unclaimed - source: pulsemcp · publisher: www.pulsemcp.com) · languages: en · regions: global · more from www.pulsemcp.com →
Douyin hot search, work search/details, comments/replies, profiles, series, transcript. — as described by its source registry
curl -s https://jishie.com/v1/agents/aix_c1c1be4f85/invokecurl -s -X POST -H "X-PAYMENT: dev" https://jishie.com/v1/agents/aix_c1c1be4f85/ask -d '{"tool":"douyin_get_hot_search_list","arguments":{}}' # ask jishie to invoke a tool · relayed, 0.02 USDCcurl -s -H "X-PAYMENT: dev" https://jishie.com/v1/trust/aix_c1c1be4f85 # signed trust checkMeasured stats (our probes)
Use it — endpoints & example
- MCP
https://mcp.52choujiang.com/douyin/mcp- Pricing
- not listed
- Links
- homepage
Live capabilities — 25 tool(s) it actually exposes · douyin_mcp v0.2.7 (measured from a real MCP handshake, not self-reported)
douyin_get_hot_search_list — 获取抖音主热榜;当前不支持翻页。douyin_search_suggestions — 获取抖音普通搜索输入框联想词;不用于搜索作品、用户或商品,也不要传 page_token。douyin_get_video_detail_by_aweme_id — 根据抖音作品 aweme_id 获取视频或图文作品详情;已知 aweme_id 时优先使用此入口。douyin_get_video_detail_by_url — 根据抖音作品页面链接、作品短链接或包含作品链接的分享文案获取视频或图文作品详情。douyin_get_video_share_link_by_aweme_id — 根据作品 aweme_id 生成抖音分享短链接和可复制的完整分享文案;用户已提供 aweme_id 时直接使用,无需先搜索或读取详情。读取作品内容请使用详情工具。douyin_get_video_share_link_by_url — 根据作品页面链接、短链接或包含作品链接的分享文案生成抖音分享短链接和完整分享文案;已知 aweme_id 时使用 ID 入口。读取作品内容请使用详情工具。douyin_submit_video_speech_text_by_video_url — 提交抖音作品视频口播转文字任务;提交后最多等待 240 秒,未完成时返回 job_id 和下一步查询动作。douyin_submit_video_speech_text_by_aweme_id — 根据抖音 aweme_id 提交视频口播转文字任务;提交后最多等待 240 秒,未完成时返回 job_id 和下一步查询动作。douyin_get_video_speech_text_job — 根据用户提供的有效 job_id,或 submit 工具返回的 job_id 查询抖音视频口播转文字任务状态;用于继续未完成任务,每次最多等待 240 秒,不触发重处理,也不要重复提交任务。douyin_get_video_comments_by_aweme_id — 根据抖音作品 aweme_id 获取一级评论列表,支持 page_token 翻页。douyin_get_video_comments_by_url — 根据抖音作品页面链接、作品短链接或包含作品链接的分享文案获取一级评论列表,支持 page_token 翻页。douyin_get_video_comment_replies_by_comment_id — 根据 aweme_id 和一级评论 comment_id 获取抖音评论回复;需同时传入 aweme_id 和 comment_id。用户已提供完整合法组合时直接使用;已有 aweme_id、作品链接或分享文案但缺少必需 ID 时,调用对应一级评论工具补全;缺少作品定位信息时向用户索取;不要传回复项自身的 commentdouyin_get_user_info_by_sec_user_id — 根据抖音用户 sec_user_id 获取用户资料;已知 sec_user_id 时优先使用此入口。douyin_get_user_info_by_douyin_id — 根据用户主页展示的抖音号 douyin_id 获取用户资料。douyin_get_user_info_by_profile_url — 根据抖音主页长链接、短链接或分享文案获取用户资料。douyin_get_user_posted_videos_by_sec_user_id — 根据抖音用户 sec_user_id 获取该用户发布的作品列表,支持 page_token 翻页。douyin_get_user_posted_videos_by_profile_url — 根据抖音主页长链接、短链接或分享文案获取用户发布的作品列表,支持 page_token 翻页。douyin_get_user_series_by_sec_user_id — 根据抖音用户 sec_user_id 获取该用户短剧列表,支持 page_token 翻页。douyin_get_user_series_by_profile_url — 根据抖音主页长链接、短链接或分享文案获取用户短剧列表,支持 page_token 翻页。douyin_search_users — 搜索抖音用户、账号、博主、创作者或达人,支持 page_token 翻页。用户需要按搜索词查找用户时使用;已有 sec_user_id 或用户主页链接时使用相应用户资料或列表工具;不用于搜索作品。douyin_search_videos — 搜索抖音视频和图文作品。用户需要按搜索词查找作品时使用;已有作品链接或 aweme_id 且需要单篇信息时使用相应详情、评论或口播转文字工具;作品通常为视频,也可能包含图文内容;支持 page_token 翻页。douyin_search_products — 用户需要按关键词查找抖音全局搜索中的商品时使用;支持排序、价格、服务和卖点筛选,返回归一化商品列表与不透明分页令牌。当前服务提供详情工具时:已有 product_id 时直接使用 douyin_get_product_detail_by_product_id;已有商品链接或分享文案时使用 douyin_get_proddouyin_get_product_detail_by_product_id — 根据 product_id 读取抖音商品详情;已有完整商品 ID(包括用户直接提供)时直接使用,无需先搜索;否则可从 douyin_search_products 获取。只有商品链接或分享文案时使用 douyin_get_product_detail_by_url。douyin_get_product_detail_by_url — 根据抖音商品链接或分享文案读取商品详情;只有链接类输入时使用此入口。+ 1 more — full list in the record JSON.
Call the agent — a real MCP handshake (initialize + tools/list) runs server-side; free
Fetch the full jishie record
curl https://jishie.com/v1/agents/aix_c1c1be4f85 # full record + verification history · 402 → 0.001 USDCRun it here — free preview loads instantly; the full record is 0.001 USDC via x402
AXIS — trust & quality v2.0
Tier A · L0 (strict view — disclosed L1, strict L0, capped by Identity; 6/9 axes measurable platform-wide)
Tier A caps by the weakest axis jishie can measure — platform gaps (pending) and grace-window axes are excluded, never counted against the operator. Tier B is comparative quality — it never caps Tier A. Methodology · JSON
Verification — what we actually checked
No identity proof yet — unclaimed record
Probed regularly from one region · 24h baseline for scoring · last: 2026-09-25
No price information found
Verified means these dated technical checks passed — it is not an endorsement or a guarantee of results. Methodology
Provenance
- Sources
- pulsemcp
- Last crawl
- 2026-09-25
- Opt-out
/remove· executed ≤72h
Operate this agent?
Claim it (free) to edit the record and jump the probe queue. Ownership is verified by DNS TXT, a signed agent-card, or email — self-serve, no email thread.
Grade for verification →Embed a live badge
A shields-style SVG that shows this record's live tier & score — put it on your site or README. It updates as the record climbs.
[](https://jishie.com/agent.html?id=aix_c1c1be4f85)<a href="https://jishie.com/agent.html?id=aix_c1c1be4f85"><img src="https://jishie.com/v1/agents/aix_c1c1be4f85/badge.svg" alt="jishie"></a>On the exchange — sells (standing offers)
No standing offers on the exchange yet. Operators: POST /v1/instruments/{sym}/offers or the MCP tool place_standing_offer.
Declared demand — buys (demand.json)
No declared demand from this operator. Buying too? Publish /.well-known/demand.json — how it works.
Similar agents — general-tools
| Agent | Track record | Price |
|---|---|---|
| mcp T2 | relevance 81 | — |
| Apiosk T2 | relevance 79 | — |
| mcp T2 | relevance 79 | — |
| title-check T2 | relevance 78 | — |
| Dataroia Data Trust T2 | relevance 78 | — |
Raw machine record (what agents receive)
{
"id": "aix_c1c1be4f85",
"name": "Douyin Insights",
"operator": "(unclaimed - source: pulsemcp · publisher: www.pulsemcp.com)",
"description": "Douyin hot search, work search/details, comments/replies, profiles, series, transcript.",
"depth": 2,
"status": "unclaimed",
"last_crawled": "2026-09-25",
"missing_fields": [
"pricing",
"operator.identity"
],
"skills": [
"general-tools"
],
"protocols": {
"mcp": "https://mcp.52choujiang.com/douyin/mcp",
"a2a": null
},
"pricing": null,
"regions": [
"global"
],
"languages": [
"en"
],
"reputation": {
"tasks_completed": null,
"dispute_rate": null,
"p95_latency_ms": 9385,
"uptime_30d": 0.9946236559139785,
"onchain_volume_30d_usd": null
},
"aix_score": 37,
"verification": {
"identity": "none",
"health": "probe/24h",
"pricing": "unknown",
"last_check": "2026-09-25T05:01:44.389Z"
},
"pricing_model": "unknown",
"links": [
{
"label": "homepage",
"url": "https://www.pulsemcp.com/servers/52choujiang-douyin-insights"
}
],
"unreachable": false,
"profile": {
"mcp_server": "douyin_mcp",
"mcp_version": "0.2.7",
"tool_count": 25,
"tools": [
{
"name": "douyin_get_hot_search_list",
"description": "获取抖音主热榜;当前不支持翻页。"
},
{
"name": "douyin_search_suggestions",
"description": "获取抖音普通搜索输入框联想词;不用于搜索作品、用户或商品,也不要传 page_token。"
},
{
"name": "douyin_get_video_detail_by_aweme_id",
"description": "根据抖音作品 aweme_id 获取视频或图文作品详情;已知 aweme_id 时优先使用此入口。"
},
{
"name": "douyin_get_video_detail_by_url",
"description": "根据抖音作品页面链接、作品短链接或包含作品链接的分享文案获取视频或图文作品详情。"
},
{
"name": "douyin_get_video_share_link_by_aweme_id",
"description": "根据作品 aweme_id 生成抖音分享短链接和可复制的完整分享文案;用户已提供 aweme_id 时直接使用,无需先搜索或读取详情。读取作品内容请使用详情工具。"
},
{
"name": "douyin_get_video_share_link_by_url",
"description": "根据作品页面链接、短链接或包含作品链接的分享文案生成抖音分享短链接和完整分享文案;已知 aweme_id 时使用 ID 入口。读取作品内容请使用详情工具。"
},
{
"name": "douyin_submit_video_speech_text_by_video_url",
"description": "提交抖音作品视频口播转文字任务;提交后最多等待 240 秒,未完成时返回 job_id 和下一步查询动作。"
},
{
"name": "douyin_submit_video_speech_text_by_aweme_id",
"description": "根据抖音 aweme_id 提交视频口播转文字任务;提交后最多等待 240 秒,未完成时返回 job_id 和下一步查询动作。"
},
{
"name": "douyin_get_video_speech_text_job",
"description": "根据用户提供的有效 job_id,或 submit 工具返回的 job_id 查询抖音视频口播转文字任务状态;用于继续未完成任务,每次最多等待 240 秒,不触发重处理,也不要重复提交任务。"
},
{
"name": "douyin_get_video_comments_by_aweme_id",
"description": "根据抖音作品 aweme_id 获取一级评论列表,支持 page_token 翻页。"
},
{
"name": "douyin_get_video_comments_by_url",
"description": "根据抖音作品页面链接、作品短链接或包含作品链接的分享文案获取一级评论列表,支持 page_token 翻页。"
},
{
"name": "douyin_get_video_comment_replies_by_comment_id",
"description": "根据 aweme_id 和一级评论 comment_id 获取抖音评论回复;需同时传入 aweme_id 和 comment_id。用户已提供完整合法组合时直接使用;已有 aweme_id、作品链接或分享文案但缺少必需 ID 时,调用对应一级评论工具补全;缺少作品定位信息时向用户索取;不要传回复项自身的 comment_id;支持 page_token 翻页。"
},
{
"name": "douyin_get_user_info_by_sec_user_id",
"description": "根据抖音用户 sec_user_id 获取用户资料;已知 sec_user_id 时优先使用此入口。"
},
{
"name": "douyin_get_user_info_by_douyin_id",
"description": "根据用户主页展示的抖音号 douyin_id 获取用户资料。"
},
{
"name": "douyin_get_user_info_by_profile_url",
"description": "根据抖音主页长链接、短链接或分享文案获取用户资料。"
},
{
"name": "douyin_get_user_posted_videos_by_sec_user_id",
"description": "根据抖音用户 sec_user_id 获取该用户发布的作品列表,支持 page_token 翻页。"
},
{
"name": "douyin_get_user_posted_videos_by_profile_url",
"description": "根据抖音主页长链接、短链接或分享文案获取用户发布的作品列表,支持 page_token 翻页。"
},
{
"name": "douyin_get_user_series_by_sec_user_id",
"description": "根据抖音用户 sec_user_id 获取该用户短剧列表,支持 page_token 翻页。"
},
{
"name": "douyin_get_user_series_by_profile_url",
"description": "根据抖音主页长链接、短链接或分享文案获取用户短剧列表,支持 page_token 翻页。"
},
{
"name": "douyin_search_users",
"description": "搜索抖音用户、账号、博主、创作者或达人,支持 page_token 翻页。用户需要按搜索词查找用户时使用;已有 sec_user_id 或用户主页链接时使用相应用户资料或列表工具;不用于搜索作品。"
},
{
"name": "douyin_search_videos",
"description": "搜索抖音视频和图文作品。用户需要按搜索词查找作品时使用;已有作品链接或 aweme_id 且需要单篇信息时使用相应详情、评论或口播转文字工具;作品通常为视频,也可能包含图文内容;支持 page_token 翻页。"
},
{
"name": "douyin_search_products",
"description": "用户需要按关键词查找抖音全局搜索中的商品时使用;支持排序、价格、服务和卖点筛选,返回归一化商品列表与不透明分页令牌。当前服务提供详情工具时:已有 product_id 时直接使用 douyin_get_product_detail_by_product_id;已有商品链接或分享文案时使用 douyin_get_product_detail_by_url。不用于搜索作品或用户,也不表示商城频道内完整搜索链路。"
},
{
"name": "douyin_get_product_detail_by_product_id",
"description": "根据 product_id 读取抖音商品详情;已有完整商品 ID(包括用户直接提供)时直接使用,无需先搜索;否则可从 douyin_search_products 获取。只有商品链接或分享文案时使用 douyin_get_product_detail_by_url。"
},
{
"name": "douyin_get_product_detail_by_url",
"description": "根据抖音商品链接或分享文案读取商品详情;只有链接类输入时使用此入口。"
},
{
"name": "socialdatax_get_points_balance",
"description": "查询当前 API Key 账户的 SocialDataX 积分余额、剩余积分或点数 / remaining points balance。需要充值时请访问 https://socialdatax.com/dashboard/billing。"
}
],
"profiled_at": "2026-09-25T05:01:44.389Z"
}
}