# SocialDataX TikTok MCP (remote · mcp.socialdatax.com)

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

- Trust score: 84/100 (high trust)
- Change this week: +3
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-21

## Components

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

## Channel facts

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

## 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-09-21.

- **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 enforcement could not be verified: the plaintext port answered with HTTP 405, which proves neither a plaintext path nor enforcement.
  - 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**: 83/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 1985 tokens (~132/item across 15 items; 13 tools + 2 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 93/100
  - Stability observed for 28 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.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 13 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 15 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### How do I install the SocialDataX TikTok MCP server?

SocialDataX TikTok MCP is a hosted endpoint at https://mcp.socialdatax.com/tiktok/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

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

### Cursor

```json
{
  "mcpServers": {
    "com-52choujiang-tiktok-insights": {
      "url": "https://mcp.socialdatax.com/tiktok/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "com-52choujiang-tiktok-insights": {
      "type": "http",
      "url": "https://mcp.socialdatax.com/tiktok/mcp"
    }
  }
}
```

### Codex

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

### opencode

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

### OpenClaw

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

### Hermes

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

### Netclaw

```json
{
  "McpServers": {
    "com-52choujiang-tiktok-insights": {
      "Transport": "http",
      "Url": "https://mcp.socialdatax.com/tiktok/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add com-52choujiang-tiktok-insights -t streamable-http -u 'https://mcp.socialdatax.com/tiktok/mcp'
```

### Other

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

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

### 2026-09-17 (score 83, +1)

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

### 2026-09-16 (score 82, 0)

- [security] The server rewrote its instructions, which are the text every model session reads
- [security] Tool “socialdatax_get_points_balance” rewrote its description, which is the text the model reads

### 2026-09-15 (score 82, +1)

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

### 2026-09-13 (score 81, +1)

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

### 2026-09-10 (score 80, +1)

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

### 2026-09-08 (score 79, +1)

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

### 2026-09-06 (score 78, +1)

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

## MCP tools (13)

### `tiktok_get_post_detail_by_url` (~82 tokens)

根据 TikTok 作品页面链接获取视频或图片作品详情。

Input parameters:

- `url` (string, required): TikTok 作品页面链接，例如 https://www.tiktok.com/@user/video/123 或 https://www.tiktok.com/@user/photo/123；视频和图片作品均可返回详情，不要用 post_id 代替 url

Output parameters:

- `author` (object): 作品作者信息
- `collect_count` (integer): 收藏数；当前不可用时为 0
- `comment_count` (integer): 评论数；当前不可用时为 0
- `content_type` (string): 作品类型：video 表示视频作品，image 表示图片作品
- `cover_image_url`: 作品封面图片资源链接；可能随时间失效；不是作品页面链接或播放资源链接；当前不可用时为 null
- `description` (string): 作品文案；没有文案或当前不可用时为空字符串
- `images` (array): 图片作品的图片资源列表；视频作品为空数组
- `like_count` (integer): 点赞数；当前不可用时为 0
- `music`: 作品音乐；当前不可用时为 null
- `play_count` (integer): 播放/浏览数；当前不可用时为 0
- `points` (object): 本次成功调用的积分消耗与调用完成时的账户积分余额。
- `post_id` (string): TikTok 作品 ID；长数字字符串，原样保留，不要转为数字；content_type=video 时标识视频作品；content_type=image 的 post_id 标识图片作品，不能作为视频作品 ID 使用
- `publish_time` (integer): 发布时间，秒级 Unix 时间戳；当前不可用时为 0
- `share_count` (integer): 分享数；当前不可用时为 0
- `share_url`: TikTok 作品页面链接；视频作品为视频页面链接，图片作品为图片作品页面链接；不要把 content_type=image 的 share_url 当作视频页面链接；当前不可用时为 null
- `title`: 作品标题；图片作品可能有标题，视频作品或当前不可用时为 null
- `topic_tags` (array): 作品话题标签列表；name 不含 #；topic_id 当前仅作为结果标识返回，不要用 topic_id 代替话题名称
- `video`: 视频播放资源；图片作品或当前不可用时为 null

### `tiktok_get_post_comments_by_post_id` (~187 tokens)

根据 TikTok 作品 post_id 获取一级评论，支持 page_token 翻页。

Input parameters:

- `page_token` (string): 分页令牌。首页传空字符串；next_page_token 为空字符串表示没有更多结果。继续翻页时必须将上一页返回的完整 next_page_token 原样作为 page_token 传回；它是不透明令牌，不能修改、截断、脱敏、格式化、重组，也不能跨关键词、筛选条件或不同请求链路复用。
- `post_id` (string, required): TikTok 作品 post_id；用户已提供时直接使用，否则可使用 tiktok_search_posts 返回的 content_type=video 或 image 的 post_id；读取评论回复时也可使用评论列表 items[*].post_id；长数字字符串，原样传入，不要转为数字

Output parameters:

- `comment_count`: 作品评论总量；当前不可用时为 null
- `items` (array): 当前页一级评论列表
- `next_page_token` (string): 分页令牌。首页传空字符串；next_page_token 为空字符串表示没有更多结果。继续翻页时必须将上一页返回的完整 next_page_token 原样作为 page_token 传回；它是不透明令牌，不能修改、截断、脱敏、格式化、重组，也不能跨关键词、筛选条件或不同请求链路复用。
- `points` (object): 本次成功调用的积分消耗与调用完成时的账户积分余额。

### `tiktok_get_post_comments_by_url` (~150 tokens)

根据 TikTok 作品页面链接获取一级评论，支持 page_token 翻页。

Input parameters:

- `page_token` (string): 分页令牌。首页传空字符串；next_page_token 为空字符串表示没有更多结果。继续翻页时必须将上一页返回的完整 next_page_token 原样作为 page_token 传回；它是不透明令牌，不能修改、截断、脱敏、格式化、重组，也不能跨关键词、筛选条件或不同请求链路复用。
- `url` (string, required): TikTok 作品页面链接；可直接使用 tiktok_search_posts 返回的 content_type=video 或 image 的 share_url

Output parameters:

- `comment_count`: 作品评论总量；当前不可用时为 null
- `items` (array): 当前页一级评论列表
- `next_page_token` (string): 分页令牌。首页传空字符串；next_page_token 为空字符串表示没有更多结果。继续翻页时必须将上一页返回的完整 next_page_token 原样作为 page_token 传回；它是不透明令牌，不能修改、截断、脱敏、格式化、重组，也不能跨关键词、筛选条件或不同请求链路复用。
- `points` (object): 本次成功调用的积分消耗与调用完成时的账户积分余额。

### `tiktok_get_post_comment_replies` (~316 tokens)

根据 TikTok 作品 post_id 和一级评论 comment_id 获取回复，支持 page_token 翻页。
用户已提供完整合法的 ID 组合时直接使用；已有 post_id 或作品链接但缺少必需 ID 时，调用对应一级评论工具补全；
缺少作品定位信息时向用户索取；不要传回复项自身的 comment_id。
回复项的 parent_comment_id 表示所属一级评论，reply_to_comment_id 直接回复一级评论时为 null。

Input parameters:

- `comment_id` (string, required): TikTok 一级评论的数字 comment_id；用户已提供时直接使用，否则来自评论列表 items[*].comment_id；长数字字符串，原样传入，不要转为数字
- `page_token` (string): 分页令牌。首页传空字符串；next_page_token 为空字符串表示没有更多结果。继续翻页时必须将上一页返回的完整 next_page_token 原样作为 page_token 传回；它是不透明令牌，不能修改、截断、脱敏、格式化、重组，也不能跨关键词、筛选条件或不同请求链路复用。
- `post_id` (string, required): TikTok 作品 post_id；用户已提供时直接使用，否则可使用 tiktok_search_posts 返回的 content_type=video 或 image 的 post_id；读取评论回复时也可使用评论列表 items[*].post_id；长数字字符串，原样传入，不要转为数字

Output parameters:

- `items` (array): 当前页评论回复列表
- `next_page_token` (string): 分页令牌。首页传空字符串；next_page_token 为空字符串表示没有更多结果。继续翻页时必须将上一页返回的完整 next_page_token 原样作为 page_token 传回；它是不透明令牌，不能修改、截断、脱敏、格式化、重组，也不能跨关键词、筛选条件或不同请求链路复用。
- `points` (object): 本次成功调用的积分消耗与调用完成时的账户积分余额。
- `reply_count`: 该一级评论的回复总量；当前不可用时为 null

### `tiktok_search_posts` (~289 tokens)

搜索 TikTok 作品，可返回视频和图片作品。用户需要按搜索词查找作品时使用；
已有作品链接时直接使用详情或评论工具；已有 post_id 且需要评论时直接使用按 ID 评论工具，均无需先调用搜索；
从搜索结果继续时，可复用其中的 share_url 或 post_id；
支持 content_type 筛选、过滤用户卡片等非作品结果，并支持 page_token 翻页。

Input parameters:

- `content_type` (string): 作品类型筛选：all 不限作品类型，可返回视频和图片作品；video 只返回视频作品；image 只返回图片作品。继续翻页时必须保持同一 content_type。
- `keyword` (string, required): 搜索词，可传关键词或短语，例如品牌名、话题、人物名或产品名；不要传作品链接、用户主页链接、post_id、tiktok_id 或 page_token。
- `page_token` (string): 分页令牌。首页传空字符串；next_page_token 为空字符串表示没有更多结果。继续翻页时必须将上一页返回的完整 next_page_token 原样作为 page_token 传回；它是不透明令牌，不能修改、截断、脱敏、格式化、重组，也不能跨关键词、筛选条件或不同请求链路复用。

Output parameters:

- `items` (array): 当前页 TikTok 作品搜索结果，已过滤用户卡片等非作品结果；当前页可能为空，是否继续翻页以 next_page_token 是否为空为准
- `next_page_token` (string): 分页令牌。首页传空字符串；next_page_token 为空字符串表示没有更多结果。继续翻页时必须将上一页返回的完整 next_page_token 原样作为 page_token 传回；它是不透明令牌，不能修改、截断、脱敏、格式化、重组，也不能跨关键词、筛选条件或不同请求链路复用。
- `points` (object): 本次成功调用的积分消耗与调用完成时的账户积分余额。

### `tiktok_get_user_info_by_tiktok_id` (~76 tokens)

根据 TikTok 号获取用户公开资料。

Input parameters:

- `tiktok_id` (string, required): TikTok 号，即用户主页 @ 后的标识；可直接使用搜索、详情、评论或评论回复结果中 author.tiktok_id 的值；不要带 @，不要传用户主页链接

Output parameters:

- `avatar_url`: 用户头像链接；当前不可用时为 null
- `bio` (string): 用户简介；当前不可用时为空字符串
- `follower_count`: 粉丝数；当前不可用时为 null
- `following_count`: 关注数；当前不可用时为 null
- `name` (string): 用户昵称；当前不可用时为空字符串
- `points` (object): 本次成功调用的积分消耗与调用完成时的账户积分余额。
- `posted_content_count`: 用户已发布作品数；当前不可用时为 null
- `private_account` (boolean): 用户账号是否为私密账号
- `profile_url`: 用户主页链接；当前不可用时为 null
- `received_like_count`: 用户作品累计获赞数；当前不可用时为 null
- `tiktok_id` (string): TikTok 号，即用户主页 @ 后的标识；当前不可用时为空字符串，为空时不要作为用户标识使用
- `user_id` (string): TikTok 用户 ID；长数字字符串，原样保留，不要转为数字；当前不可用时为空字符串；不要用它代替 tiktok_id 或 profile_url
- `verified` (boolean): 用户是否为认证账号

### `tiktok_get_user_info_by_profile_url` (~49 tokens)

根据 TikTok 用户主页链接获取用户公开资料。

Input parameters:

- `profile_url` (string, required): TikTok 用户主页链接，例如 https://www.tiktok.com/@teamtrump

Output parameters:

- `avatar_url`: 用户头像链接；当前不可用时为 null
- `bio` (string): 用户简介；当前不可用时为空字符串
- `follower_count`: 粉丝数；当前不可用时为 null
- `following_count`: 关注数；当前不可用时为 null
- `name` (string): 用户昵称；当前不可用时为空字符串
- `points` (object): 本次成功调用的积分消耗与调用完成时的账户积分余额。
- `posted_content_count`: 用户已发布作品数；当前不可用时为 null
- `private_account` (boolean): 用户账号是否为私密账号
- `profile_url`: 用户主页链接；当前不可用时为 null
- `received_like_count`: 用户作品累计获赞数；当前不可用时为 null
- `tiktok_id` (string): TikTok 号，即用户主页 @ 后的标识；当前不可用时为空字符串，为空时不要作为用户标识使用
- `user_id` (string): TikTok 用户 ID；长数字字符串，原样保留，不要转为数字；当前不可用时为空字符串；不要用它代替 tiktok_id 或 profile_url
- `verified` (boolean): 用户是否为认证账号

### `tiktok_get_user_posts_by_tiktok_id` (~170 tokens)

根据 TikTok 号获取用户作品列表，支持 page_token 翻页。

Input parameters:

- `page_token` (string): 分页令牌。首页传空字符串；next_page_token 为空字符串表示没有更多结果。继续翻页时必须将上一页返回的完整 next_page_token 原样作为 page_token 传回；它是不透明令牌，不能修改、截断、脱敏、格式化、重组，也不能跨关键词、筛选条件或不同请求链路复用。
- `tiktok_id` (string, required): TikTok 号，即用户主页 @ 后的标识；可直接使用搜索、详情、评论或评论回复结果中 author.tiktok_id 的值；不要带 @，不要传用户主页链接

Output parameters:

- `items` (array): 当前页用户作品列表
- `next_page_token` (string): 分页令牌。首页传空字符串；next_page_token 为空字符串表示没有更多结果。继续翻页时必须将上一页返回的完整 next_page_token 原样作为 page_token 传回；它是不透明令牌，不能修改、截断、脱敏、格式化、重组，也不能跨关键词、筛选条件或不同请求链路复用。
- `points` (object): 本次成功调用的积分消耗与调用完成时的账户积分余额。

### `tiktok_get_user_posts_by_profile_url` (~142 tokens)

根据 TikTok 用户主页链接获取作品列表，支持 page_token 翻页。

Input parameters:

- `page_token` (string): 分页令牌。首页传空字符串；next_page_token 为空字符串表示没有更多结果。继续翻页时必须将上一页返回的完整 next_page_token 原样作为 page_token 传回；它是不透明令牌，不能修改、截断、脱敏、格式化、重组，也不能跨关键词、筛选条件或不同请求链路复用。
- `profile_url` (string, required): TikTok 用户主页链接，例如 https://www.tiktok.com/@teamtrump

Output parameters:

- `items` (array): 当前页用户作品列表
- `next_page_token` (string): 分页令牌。首页传空字符串；next_page_token 为空字符串表示没有更多结果。继续翻页时必须将上一页返回的完整 next_page_token 原样作为 page_token 传回；它是不透明令牌，不能修改、截断、脱敏、格式化、重组，也不能跨关键词、筛选条件或不同请求链路复用。
- `points` (object): 本次成功调用的积分消耗与调用完成时的账户积分余额。

### `tiktok_submit_video_speech_text_by_url` (~71 tokens)

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

Input parameters:

- `video_url` (string, required): TikTok 视频页面链接，例如 https://www.tiktok.com/@user/video/123

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。

### `tiktok_submit_video_speech_text_by_aweme_id` (~107 tokens)

根据 TikTok 视频 aweme_id 提交口播转文字任务；可直接使用视频 post_id，提交后最多等待 240 秒，未完成时返回 job_id 和下一步查询动作。

Input parameters:

- `aweme_id` (string, required): TikTok 视频的数字 aweme_id；长数字字符串，原样传入，不要转为数字；对于 content_type=video 的 post_id，可原样作为 aweme_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。

### `tiktok_get_video_speech_text_job` (~125 tokens)

根据用户提供的有效 job_id，或 submit 工具返回的 job_id 查询 TikTok 视频口播转文字任务状态；用于继续未完成任务，每次最多等待 240 秒，不触发重处理，也不要重复提交任务。

Input parameters:

- `job_id` (string, required): 口播转文字任务 ID；用户已提供时直接使用，否则使用 tiktok_submit_video_speech_text_by_url 或 tiktok_submit_video_speech_text_by_aweme_id 返回的 job_id；不要传 post_id、aweme_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。

### `socialdatax_get_points_balance` (~53 tokens)

查询当前 API Key 账户的 SocialDataX 积分余额、剩余积分或点数 / remaining points balance。需要充值时请访问 https://socialdatax.com/dashboard/billing。

## Diagnostics

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

## Score history

- 2026-09-21: 84
- 2026-09-20: 84
- 2026-09-19: 84
- 2026-09-18: 83
- 2026-09-17: 83
- 2026-09-16: 82
- 2026-09-15: 82
- 2026-09-14: 81
- 2026-09-13: 81
- 2026-09-12: 80
- 2026-09-11: 80
- 2026-09-10: 80
- 2026-09-09: 79
- 2026-09-08: 79
- 2026-09-07: 78
- 2026-09-06: 78
- 2026-09-05: 77
- 2026-09-04: 77
- 2026-09-03: 76
- 2026-09-02: 76
- 2026-09-01: 75
- 2026-08-31: 75
- 2026-08-30: 74
- 2026-08-29: 74
- 2026-08-28: 73
- 2026-08-27: 73
- 2026-08-26: 73
- 2026-08-25: 71
- 2026-08-24: 70

## Common questions

### What is the SocialDataX TikTok MCP server?

SocialDataX TikTok MCP is listed in the public MCP registry as com.52choujiang/tiktok-insights. TikTok public post, comment, reply, creator, search, and video speech-to-text transcript tools. This page covers its hosted endpoint (https://mcp.socialdatax.com/tiktok/mcp).

### Is the SocialDataX TikTok MCP server safe to use?

SocialDataX TikTok MCP scores 84 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the SocialDataX TikTok MCP server expose?

SocialDataX TikTok MCP exposes 13 tools: tiktok_get_post_detail_by_url, tiktok_get_post_comments_by_post_id, tiktok_get_post_comments_by_url, tiktok_get_post_comment_replies, tiktok_search_posts, and 8 more. Their descriptions and schemas cost roughly 1,817 tokens of context every time the server is loaded.

### Does the SocialDataX TikTok MCP server require authentication?

Yes. SocialDataX TikTok MCP asked us for credentials when we connected, so you will need to authorise it in your MCP client before it can do anything.

### Is the SocialDataX TikTok MCP server still maintained?

SocialDataX TikTok MCP is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

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