Social Media
toptik.app
Provides tools to resolve TikTok user handles and retrieve creator profiles, videos, liked videos, and follower samples.
ENDPOINT 1
https://mcp.toptik.app/mcp
MCP server metadata
- Name
- toptik-tiktok
- Version
- 1.0.0
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_usernameResolve a TikTok @handle to the account's numeric uid and sec_uid.
Inferred read-onlytiktok_creator_profileA creator's profile: handle, nickname, bio, follower, following and video counts, privacy and verification flags, and avatar.
Inferred read-onlytiktok_creator_followersA sample of a creator's followers (most recent), plus the total.
Inferred read-onlytiktok_creator_followingA sample of the accounts a creator follows, plus the total.
Inferred read-onlytiktok_creator_playlistsA creator's playlists (TikTok calls them mixes or series).
Inferred read-onlytiktok_video_statsOne video or photo post by id: caption, plays, likes, comments, shares, saves, duration, hashtags, sound and author.
Potential side effectstiktok_video_download_urlDirect media URLs for one post: no-watermark video, watermarked video, audio, covers, and the images of a photo post.
Potential side effectstiktok_video_transcriptA video's spoken text from TikTok's own caption track: one joined string plus timed cues.
Inferred read-onlytiktok_search_hashtagsKeyword search over hashtags, with post and view counts.
Potential side effectstiktok_search_livesLive rooms on air right now that match a keyword, with the host's account.
Inferred read-onlytiktok_search_photosKeyword search over photo-mode (carousel) posts, with image URLs and stats.
Inferred read-onlytiktok_live_streamsLive rooms matching a keyword, each with playable stream URLs per quality (FLV always, HLS when TikTok provides it), title and viewer count.
Inferred read-onlytiktok_places_searchSearch TikTok places (points of interest) by name: address, coordinates, rating, review count and video count.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.