← Registry

Social Media

toptik.app

Provides tools to resolve TikTok user handles and retrieve creator profiles, videos, liked videos, and follower samples.

1 endpoint25 known toolsFirst detected September 19, 2026Last detected September 19, 2026

ENDPOINT 1

https://mcp.toptik.app/mcp

No auth detected

MCP server metadata

Name
toptik-tiktok
Version
1.0.0
Capabilities
tools.listChanged
Server instructions

TikTok data tools, paid per call over x402 (USDC). A call that fails is not charged. Tools return compact JSON; pass expand:true for the full body. Most creator tools take a sec_uid: get it from tiktok_resolve_username first. Ids are strings — pass them back exactly as received.

Known tools 25

tiktok_resolve_username

Resolve a TikTok @handle to the account's numeric uid and sec_uid.

Inferred read-only
tiktok_creator_profile

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

Inferred read-only
tiktok_creator_videos

A creator's posts, newest first, with stats.

Inferred read-only
tiktok_creator_liked_videos

Videos a creator has liked.

Inferred read-only
tiktok_creator_followers

A sample of a creator's followers (most recent), plus the total.

Inferred read-only
tiktok_creator_following

A sample of the accounts a creator follows, plus the total.

Inferred read-only
tiktok_creator_playlists

A creator's playlists (TikTok calls them mixes or series).

Inferred read-only
tiktok_video_stats

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

Potential side effects
tiktok_video_comments

Top-level comments on a video, with like and reply counts.

Inferred read-only
tiktok_comment_replies

Replies under one comment.

Inferred read-only
tiktok_video_download_url

Direct media URLs for one post: no-watermark video, watermarked video, audio, covers, and the images of a photo post.

Potential side effects
tiktok_video_transcript

A video's spoken text from TikTok's own caption track: one joined string plus timed cues.

Inferred read-only
tiktok_sound_resolve

Sound title to music id, with the closest candidates.

Inferred read-only
tiktok_sound_videos

Videos TikTok associates with a sound.

Inferred read-only
tiktok_hashtag_resolve

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

Inferred read-only
tiktok_hashtag_videos

Videos under a hashtag.

Inferred read-only
tiktok_search_videos

Keyword search over videos.

Inferred read-only
tiktok_search_creators

Keyword search over accounts, with follower counts.

Inferred read-only
tiktok_search_hashtags

Keyword search over hashtags, with post and view counts.

Potential side effects
tiktok_search_sounds

Keyword search over sounds, with usage counts.

Inferred read-only
tiktok_search_lives

Live rooms on air right now that match a keyword, with the host's account.

Inferred read-only
tiktok_search_photos

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

Inferred read-only
tiktok_explore_feed

TikTok's Explore / Discover feed: what is trending now.

Inferred read-only
tiktok_live_streams

Live rooms matching a keyword, each with playable stream URLs per quality (FLV always, HLS when TikTok provides it), title and viewer count.

Inferred read-only
tiktok_places_search

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

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.toptik-tiktok]
url = "https://mcp.toptik.app/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "toptik-tiktok": {
      "type": "http",
      "url": "https://mcp.toptik.app/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: toptik-tiktok
Remote MCP URL: https://mcp.toptik.app/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "toptik-tiktok": {
      "url": "https://mcp.toptik.app/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "toptik-tiktok": {
      "type": "http",
      "url": "https://mcp.toptik.app/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "toptik-tiktok",
  "transport": "streamable-http",
  "url": "https://mcp.toptik.app/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.