# TopTik — TikTok data (remote · mcp.toptik.app)

TikTok data for agents: videos, creators, comments, search, transcripts. 25 tools, pay per call.

- Trust score: 61/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-20

## Components

- remote · `mcp.toptik.app`: 61/100 (this document), [markdown](https://verifymcp.io/servers/app-toptik-tiktok/mcp.md), [page](https://verifymcp.io/servers/app-toptik-tiktok/mcp)

## Channel facts

- Endpoint: `https://mcp.toptik.app/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## 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-20.

- **Endpoint Security**: 46/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 25 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS enforcement could not be verified: the plaintext port answered with HTTP 406, 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**: 73/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 3715 tokens (~148/item across 25 items; 25 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 7/100
  - Stability observed for 2 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.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 25 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 26 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 TopTik — TikTok data MCP server?

TopTik — TikTok data is a hosted endpoint at https://mcp.toptik.app/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 app-toptik-tiktok 'https://mcp.toptik.app/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "app-toptik-tiktok": {
      "url": "https://mcp.toptik.app/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "app-toptik-tiktok": {
      "type": "http",
      "url": "https://mcp.toptik.app/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.app-toptik-tiktok]
url = "https://mcp.toptik.app/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "app-toptik-tiktok": {
      "type": "remote",
      "url": "https://mcp.toptik.app/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add app-toptik-tiktok --url 'https://mcp.toptik.app/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  app-toptik-tiktok:
    url: "https://mcp.toptik.app/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "app-toptik-tiktok": {
      "Transport": "http",
      "Url": "https://mcp.toptik.app/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add app-toptik-tiktok -t streamable-http -u 'https://mcp.toptik.app/mcp'
```

### Other

```json
{
  "mcpServers": {
    "app-toptik-tiktok": {
      "type": "http",
      "url": "https://mcp.toptik.app/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-20 (score 61, +1)

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

### 2026-09-19 (score 60, 0)

- [functional improvement] Stability: unverified → 0.03

### 2026-09-18 (score 60)

First indexed and scored.

## MCP tools (25)

### `tiktok_resolve_username` (~136 tokens)

Resolve a TikTok @handle to the account's numeric uid and sec_uid. Start here: every tiktok_creator_* tool takes the sec_uid this returns. An empty user_list means no exact match was found.

Input parameters:

- `expand` (boolean): false (default): a compact JSON summary sized for a model's context. true: the complete, unmodified response from the data API — can exceed 500 KB for list tools, so ask for it only when a field you…
- `handle` (string, required): The @handle, with or without the leading @.

### `tiktok_creator_profile` (~125 tokens)

A creator's profile: handle, nickname, bio, follower, following and video counts, privacy and verification flags, and avatar.

Input parameters:

- `expand` (boolean): false (default): a compact JSON summary sized for a model's context. true: the complete, unmodified response from the data API — can exceed 500 KB for list tools, so ask for it only when a field you…
- `id` (string, required): sec_uid (MS4w…) or numeric uid, from tiktok_resolve_username.

### `tiktok_creator_videos` (~174 tokens)

A creator's posts, newest first, with stats. Page by passing the previous response's max_cursor as cursor until has_more is 0. Pinned posts appear on page one only.

Input parameters:

- `count` (integer): Posts per page. (1-35, default 20)
- `cursor` (integer): max_cursor from the previous page. Omit for page one. (default 0)
- `expand` (boolean): false (default): a compact JSON summary sized for a model's context. true: the complete, unmodified response from the data API — can exceed 500 KB for list tools, so ask for it only when a field you…
- `id` (string, required): sec_uid (MS4w…) or numeric uid.

### `tiktok_creator_liked_videos` (~170 tokens)

Videos a creator has liked. Only works when the account keeps its likes public; most do not, and a private list returns no videos.

Input parameters:

- `count` (integer): Videos per page. (1-35, default 20)
- `cursor` (integer): max_cursor from the previous page. Omit for page one. (default 0)
- `expand` (boolean): false (default): a compact JSON summary sized for a model's context. true: the complete, unmodified response from the data API — can exceed 500 KB for list tools, so ask for it only when a field you…
- `id` (string, required): sec_uid (MS4w…). A numeric uid is not accepted here.

### `tiktok_creator_followers` (~150 tokens)

A sample of a creator's followers (most recent), plus the total. One page only: TikTok does not page this list reliably, so this is a sample and not an export.

Input parameters:

- `count` (integer): Followers to return. (1-50, default 20)
- `expand` (boolean): false (default): a compact JSON summary sized for a model's context. true: the complete, unmodified response from the data API — can exceed 500 KB for list tools, so ask for it only when a field you…
- `id` (string, required): sec_uid (MS4w…) or numeric uid.

### `tiktok_creator_following` (~136 tokens)

A sample of the accounts a creator follows, plus the total. One page only, for the same reason as followers.

Input parameters:

- `count` (integer): Accounts to return. (1-50, default 20)
- `expand` (boolean): false (default): a compact JSON summary sized for a model's context. true: the complete, unmodified response from the data API — can exceed 500 KB for list tools, so ask for it only when a field you…
- `id` (string, required): sec_uid (MS4w…) or numeric uid.

### `tiktok_creator_playlists` (~140 tokens)

A creator's playlists (TikTok calls them mixes or series). Most creators have none, which returns total 0.

Input parameters:

- `cursor` (integer): cursor from the previous page. Omit for page one. (default 0)
- `expand` (boolean): false (default): a compact JSON summary sized for a model's context. true: the complete, unmodified response from the data API — can exceed 500 KB for list tools, so ask for it only when a field you…
- `id` (string, required): sec_uid (MS4w…) or numeric uid.

### `tiktok_video_stats` (~126 tokens)

One video or photo post by id: caption, plays, likes, comments, shares, saves, duration, hashtags, sound and author.

Input parameters:

- `expand` (boolean): false (default): a compact JSON summary sized for a model's context. true: the complete, unmodified response from the data API — can exceed 500 KB for list tools, so ask for it only when a field you…
- `id` (string, required): The numeric video id — the digits after /video/ in a TikTok link.

### `tiktok_video_comments` (~170 tokens)

Top-level comments on a video, with like and reply counts. cursor is an offset: pass the previous response's cursor to continue. TikTok re-ranks between pages, so dedupe on comment_id.

Input parameters:

- `count` (integer): Comments per page. (1-50, default 20)
- `cursor` (integer): Offset from the previous response. Omit for page one. (default 0)
- `expand` (boolean): false (default): a compact JSON summary sized for a model's context. true: the complete, unmodified response from the data API — can exceed 500 KB for list tools, so ask for it only when a field you…
- `id` (string, required): The numeric video id.

### `tiktok_comment_replies` (~164 tokens)

Replies under one comment. Worth calling only when tiktok_video_comments reported reply_count above 0.

Input parameters:

- `comment_id` (string, required): comment_id from tiktok_video_comments.
- `count` (integer): Replies per page. (1-50, default 20)
- `cursor` (integer): Offset from the previous response. Omit for page one. (default 0)
- `expand` (boolean): false (default): a compact JSON summary sized for a model's context. true: the complete, unmodified response from the data API — can exceed 500 KB for list tools, so ask for it only when a field you…
- `id` (string, required): The numeric video id.

### `tiktok_video_download_url` (~134 tokens)

Direct media URLs for one post: no-watermark video, watermarked video, audio, covers, and the images of a photo post. Links only, no bytes; they are signed and expire (see expires), so fetch promptly.

Input parameters:

- `expand` (boolean): false (default): a compact JSON summary sized for a model's context. true: the complete, unmodified response from the data API — can exceed 500 KB for list tools, so ask for it only when a field you…
- `id` (string, required): The numeric video id.

### `tiktok_video_transcript` (~151 tokens)

A video's spoken text from TikTok's own caption track: one joined string plus timed cues. has_transcript false means the video has no caption track, which is common and is not an error.

Input parameters:

- `expand` (boolean): false (default): a compact JSON summary sized for a model's context. true: the complete, unmodified response from the data API — can exceed 500 KB for list tools, so ask for it only when a field you…
- `id` (string, required): The numeric video id.
- `lang` (string): Language tag such as en or es-MX. Omit to get the original track.

### `tiktok_sound_resolve` (~113 tokens)

Sound title to music id, with the closest candidates. Feed the id to tiktok_sound_videos.

Input parameters:

- `expand` (boolean): false (default): a compact JSON summary sized for a model's context. true: the complete, unmodified response from the data API — can exceed 500 KB for list tools, so ask for it only when a field you…
- `title` (string, required): The sound's title as TikTok shows it.

### `tiktok_sound_videos` (~156 tokens)

Videos TikTok associates with a sound. Treat it as a feed seeded by the sound, not a strict filter: some results use a different sound, so check music_id on each row.

Input parameters:

- `cursor` (integer): cursor from the previous page. Omit for page one. (default 0)
- `expand` (boolean): false (default): a compact JSON summary sized for a model's context. true: the complete, unmodified response from the data API — can exceed 500 KB for list tools, so ask for it only when a field you…
- `id` (string, required): music id from tiktok_sound_resolve or any video row.

### `tiktok_hashtag_resolve` (~116 tokens)

Hashtag name to its id, with total video and view counts. Feed the id to tiktok_hashtag_videos.

Input parameters:

- `expand` (boolean): false (default): a compact JSON summary sized for a model's context. true: the complete, unmodified response from the data API — can exceed 500 KB for list tools, so ask for it only when a field you…
- `name` (string, required): The hashtag, with or without #.

### `tiktok_hashtag_videos` (~163 tokens)

Videos under a hashtag. Pages hold about 12 videos whatever count asks for; page with cursor.

Input parameters:

- `count` (integer): Videos per page; TikTok caps this near 12. (1-30, default 20)
- `cursor` (integer): cursor from the previous page. Omit for page one. (default 0)
- `expand` (boolean): false (default): a compact JSON summary sized for a model's context. true: the complete, unmodified response from the data API — can exceed 500 KB for list tools, so ask for it only when a field you…
- `id` (string, required): hashtag id from tiktok_hashtag_resolve.

### `tiktok_search_videos` (~208 tokens)

Keyword search over videos. TikTok search is a bounded, re-ranked pool, not an endless list: ask for count 30, page with cursor, dedupe on video_id, and stop when two pages add nothing new.

Input parameters:

- `count` (integer): Results per page. 30 yields the most distinct results per call. (1-30, default 20)
- `cursor` (integer): cursor from the previous page. Omit for page one. (default 0)
- `expand` (boolean): false (default): a compact JSON summary sized for a model's context. true: the complete, unmodified response from the data API — can exceed 500 KB for list tools, so ask for it only when a field you…
- `q` (string, required): Search keywords.
- `sort_type` (integer): 0 = relevance (default), 1 = most liked. (0-3)

### `tiktok_search_creators` (~169 tokens)

Keyword search over accounts, with follower counts. Pages by offset, not cursor. For one exact @handle use tiktok_resolve_username instead: it is cheaper and more reliable.

Input parameters:

- `count` (integer): Results per page. (1-30, default 10)
- `expand` (boolean): false (default): a compact JSON summary sized for a model's context. true: the complete, unmodified response from the data API — can exceed 500 KB for list tools, so ask for it only when a field you…
- `offset` (integer): Number of results to skip: 0, then count, then 2 x count. (default 0)
- `q` (string, required): Search keywords.

### `tiktok_search_hashtags` (~119 tokens)

Keyword search over hashtags, with post and view counts. One page only.

Input parameters:

- `count` (integer): Results to return. (1-30, default 20)
- `expand` (boolean): false (default): a compact JSON summary sized for a model's context. true: the complete, unmodified response from the data API — can exceed 500 KB for list tools, so ask for it only when a field you…
- `q` (string, required): Search keywords.

### `tiktok_search_sounds` (~148 tokens)

Keyword search over sounds, with usage counts. cursor is an offset: pass the previous response's cursor.

Input parameters:

- `count` (integer): Results per page. (1-30, default 20)
- `cursor` (integer): cursor from the previous page. Omit for page one. (default 0)
- `expand` (boolean): false (default): a compact JSON summary sized for a model's context. true: the complete, unmodified response from the data API — can exceed 500 KB for list tools, so ask for it only when a field you…
- `q` (string, required): Search keywords.

### `tiktok_search_lives` (~136 tokens)

Live rooms on air right now that match a keyword, with the host's account. One page only. For playable stream URLs use tiktok_live_streams.

Input parameters:

- `count` (integer): Rooms to return. (1-30, default 20)
- `expand` (boolean): false (default): a compact JSON summary sized for a model's context. true: the complete, unmodified response from the data API — can exceed 500 KB for list tools, so ask for it only when a field you…
- `q` (string, required): Search keywords.

### `tiktok_search_photos` (~124 tokens)

Keyword search over photo-mode (carousel) posts, with image URLs and stats. One page only.

Input parameters:

- `count` (integer): Results to return. (1-30, default 20)
- `expand` (boolean): false (default): a compact JSON summary sized for a model's context. true: the complete, unmodified response from the data API — can exceed 500 KB for list tools, so ask for it only when a field you…
- `q` (string, required): Search keywords.

### `tiktok_explore_feed` (~127 tokens)

TikTok's Explore / Discover feed: what is trending now. Not personalised and not cached, so each call returns a fresh set; call again for more.

Input parameters:

- `count` (integer): Videos to return. (1-18, default 12)
- `expand` (boolean): false (default): a compact JSON summary sized for a model's context. true: the complete, unmodified response from the data API — can exceed 500 KB for list tools, so ask for it only when a field you…

### `tiktok_live_streams` (~162 tokens)

Live rooms matching a keyword, each with playable stream URLs per quality (FLV always, HLS when TikTok provides it), title and viewer count. URLs are signed (see expires_at), but a room usually ends long before its signature does; if one quality fails, try another.

Input parameters:

- `count` (integer): Rooms to return. (1-30, default 20)
- `expand` (boolean): false (default): a compact JSON summary sized for a model's context. true: the complete, unmodified response from the data API — can exceed 500 KB for list tools, so ask for it only when a field you…
- `q` (string, required): Search keywords.

### `tiktok_places_search` (~129 tokens)

Search TikTok places (points of interest) by name: address, coordinates, rating, review count and video count.

Input parameters:

- `count` (integer): Places to return. (1-30, default 20)
- `expand` (boolean): false (default): a compact JSON summary sized for a model's context. true: the complete, unmodified response from the data API — can exceed 500 KB for list tools, so ask for it only when a field you…
- `q` (string, required): Place name or keywords.

## Diagnostics

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

## Score history

- 2026-09-20: 61
- 2026-09-19: 60
- 2026-09-18: 60

## Common questions

### What is the TopTik — TikTok data MCP server?

TopTik — TikTok data is an MCP server listed in the public MCP registry as app.toptik/tiktok. TikTok data for agents: videos, creators, comments, search, transcripts. 25 tools, pay per call. This page covers its hosted endpoint (https://mcp.toptik.app/mcp).

### Is the TopTik — TikTok data MCP server safe to use?

TopTik — TikTok data scores 61 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 TopTik — TikTok data MCP server expose?

TopTik — TikTok data exposes 25 tools: tiktok_resolve_username, tiktok_creator_profile, tiktok_creator_videos, tiktok_creator_liked_videos, tiktok_creator_followers, and 20 more. Their descriptions and schemas cost roughly 3,646 tokens of context every time the server is loaded.

### Does the TopTik — TikTok data MCP server require authentication?

No. We connected to TopTik — TikTok data without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the TopTik — TikTok data MCP server still maintained?

TopTik — TikTok data is still listed as active in the MCP registry. We last reached this channel on 20 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.toptik.app/mcp
- Website: https://toptik.app/
- Changelog RSS feed: https://verifymcp.io/servers/app-toptik-tiktok/mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/app-toptik-tiktok/mcp.json
- HTML version of this page: https://verifymcp.io/servers/app-toptik-tiktok/mcp
