TikHub MCP integration for AI agents.
Connect AI agents to TikHub through 30 structured actions, including fetch douyin hot total list, fetch tiktok post comments, and calculate price. Review aut…
- ACTION CONTRACTS
- 30
- AUTHENTICATION
- API key
- SOURCE STATUS
- Provider-backed
CATALOG SOURCE REVIEWED AUGUST 23, 2026 / ACTION NAMES AND SCHEMAS DERIVED FROM WORKING MACHINES PROVIDER SOURCE
CAPABILITY PROFILE
What the TikHub integration exposes
The TikHub Agent App exposes 30 provider-backed actions for data and social work. Its current contract lets an authorized agent fetch the public douyin hot total list through tikhub. requires the /api/v1/douyin/billboard/ tikhub path scope, fetch public tiktok post comments through tikhub. requires the /api/v1/tiktok/web/ tikhub path scope, and calculate tikhub daily request pricing for one endpoint. requires the /api/v1/tikhub/user/ tikhub path scope. These operations are called through Working Machines as typed capabilities rather than through browser navigation or copied UI steps.
A connection uses API key. Before execution, the agent can inspect the selected action, its required fields, declared scopes, and expected output contract. Provider credentials remain inside the Working Machines runtime; the calling agent receives the capability and its structured result, not the underlying secret.
For reliable operation, start with the narrowest action that satisfies the task, resolve stable provider identifiers before changing state, and validate the returned object or status after execution. Availability still depends on the connected TikHub account, granted provider permissions, workspace policy, region, plan, and upstream API behavior.
VERIFIED ACTION SAMPLE
Real TikHub capabilities.
Showing 12 of 30 actions. Risk labels are conservative signals based on operation names, not substitutes for provider documentation or runtime policy.
fetch_douyin_hot_total_listREADFetch the public Douyin hot total list through TikHub. Requires the /api/v1/douyin/billboard/ TikHub path scope.
INPUTS: page / pageSize / type / snapshotTime / startDate
fetch_tiktok_post_commentsWRITEFetch public TikTok post comments through TikHub. Requires the /api/v1/tiktok/web/ TikHub path scope.
INPUTS: awemeId / cursor / count / currentRegion
calculate_priceREVIEWCalculate TikHub daily request pricing for one endpoint. Requires the /api/v1/tikhub/user/ TikHub path scope.
INPUTS: endpoint / requestPerDay
fetch_douyin_user_postsREVIEWFetch public Douyin posts for a user through TikHub without exposing upstream cookies. Requires the /api/v1/douyin/web/ TikHub path scope.
INPUTS: secUserId / maxCursor / count / filterType
fetch_douyin_user_profile_by_short_idREVIEWFetch a public Douyin user profile by short ID through TikHub. Requires the /api/v1/douyin/web/ TikHub path scope.
INPUTS: shortId
fetch_douyin_user_profile_by_uidREVIEWFetch a public Douyin user profile by UID through TikHub. Requires the /api/v1/douyin/web/ TikHub path scope.
INPUTS: uid
fetch_douyin_video_by_share_urlREVIEWFetch a public Douyin video detail by share URL through TikHub. Requires the /api/v1/douyin/web/ TikHub path scope.
INPUTS: shareUrl
fetch_douyin_video_comment_repliesREVIEWFetch public Douyin comment replies through TikHub. Requires the /api/v1/douyin/web/ TikHub path scope.
INPUTS: itemId / commentId / cursor / count
fetch_douyin_video_commentsREVIEWFetch public Douyin video comments through TikHub. Requires the /api/v1/douyin/web/ TikHub path scope.
INPUTS: awemeId / cursor / count
fetch_douyin_video_detailREVIEWFetch a public Douyin video detail through TikHub. Requires the /api/v1/douyin/web/ TikHub path scope.
INPUTS: awemeId / needAnchorInfo
fetch_tiktok_post_detailWRITEFetch a public TikTok post detail through TikHub. Requires the /api/v1/tiktok/web/ TikHub path scope.
INPUTS: itemId
fetch_tiktok_tag_detailREVIEWFetch a public TikTok tag detail through TikHub. Requires the /api/v1/tiktok/web/ TikHub path scope.
INPUTS: tagName
INPUT CONTRACTS
Know what the action needs before it runs.
fetch_douyin_hot_total_list
pageREQUIRED- The result page number.
pageSizeREQUIRED- The number of hot-list items to return per page.
typeREQUIRED- The billboard snapshot mode, such as snapshot or range.
snapshotTimeOPTIONAL- The snapshot timestamp formatted as yyyyMMddHHmmss.
startDateOPTIONAL- The start date formatted as yyyyMMdd.
fetch_tiktok_post_comments
awemeIdREQUIRED- The TikTok post aweme ID.
cursorOPTIONAL- The page cursor.
countOPTIONAL- The number of comments to return.
currentRegionOPTIONAL- The current region code used by TikHub.
calculate_price
endpointREQUIRED- The TikHub endpoint path to inspect or price.
requestPerDayOPTIONAL- The expected number of daily requests used for the price calculation.
fetch_douyin_user_posts
secUserIdREQUIRED- The Douyin user sec_user_id.
maxCursorOPTIONAL- The maximum cursor returned by a previous response.
countOPTIONAL- The number of posts to return.
filterTypeOPTIONAL- The Douyin filter type.
PROVIDER-SPECIFIC WORKFLOWS
Jobs this Agent App can support
Inspect Fetch Douyin Hot Total List
Fetch the public Douyin hot total list through TikHub. Requires the /api/v1/douyin/billboard/ TikHub path scope. Use this as a bounded discovery step, retain the returned identifier, and avoid expanding the read beyond the task's stated scope.
fetch_douyin_hot_total_listControl Fetch Tiktok Post Comments
Fetch public TikTok post comments through TikHub. Requires the /api/v1/tiktok/web/ TikHub path scope. Resolve the target first, present material changes for confirmation, and make retries idempotent where the provider supports it.
fetch_tiktok_post_commentsVerify with Fetch Tiktok Post Comments
Fetch public TikTok post comments through TikHub. Requires the /api/v1/tiktok/web/ TikHub path scope. Compare the returned provider state with the intended outcome and preserve stable IDs or canonical links in the run record.
fetch_tiktok_post_commentsSAFETY BOUNDARY
Operate TikHub with explicit limits
- Authorize TikHub with API key and grant only the provider access required by the selected actions.
- 2 actions are change-capable by name. Confirm the target identity and material parameters before allowing a write.
- Do not infer permission from catalog visibility. Workspace policy, connection identity, and upstream authorization still govern execution.
- The sampled contract declares provider scopes including `/api/v1/tikhub/user/`, `/api/v1/douyin/billboard/`, `/api/v1/douyin/web/`, and `/api/v1/tiktok/web/`; verify the complete action contract before execution.
- After a call, inspect the structured result and execution record before reporting that the TikHub task completed successfully.
CONNECTION MODEL
API key
TikHub API token sent with the Authorization: Bearer header. Create it in the TikHub API key dashboard and grant only the platform path scopes needed by your actions.
Working Machines stores provider credentials behind the execution boundary. An agent can use an authorized connection identity, but catalog discovery alone does not reveal OAuth tokens, API keys, or provider secrets.
- READ SIGNALS
- 11
- WRITE SIGNALS
- 2
- HIGH IMPACT
- 0
- REVIEW SIGNALS
- 17
EVIDENCE AND AVAILABILITY
Provider reference
Action names, input fields, authentication types, and counts on this page are generated from the Working Machines provider catalog. Provider behavior, quotas, object semantics, account eligibility, and regional availability remain governed by TikHub.