← Registry

Social Media

tiktokapi.store

Provides TikTok creator analytics tools for engagement, fake follower detection, optimal posting times, posting frequency, and media kit generation.

1 endpoint24 known toolsFirst detected August 4, 2026Last detected August 4, 2026

ENDPOINT 1

https://tiktokapi.store/mcp

No auth detected

MCP server metadata

Name
tiktok-data
Version
1.0.0
Capabilities
tools.listChangedprompts.listChangedresources.listChangedlogging
Server instructions

Tools for retrieving public TikTok data: creator profiles and analytics, videos, trending feeds, search, comments, hashtags, sounds, playlists, and the ad library. Guidance: - For marketing questions, prefer the purpose-built analytics tools: `calculate_engagement_rate`, `check_fake_followers`, `best_time_to_post`, `check_posting_frequency`, `generate_media_kit`, `compare_creators`, and `analyze_hashtag`. Each returns computed metrics plus a link to a shareable visual report on tiktokapi.store. - For a quick read on a creator's performance from a @username, prefer `creator_profile_overview` — it returns profile stats plus computed engagement metrics. - `get_creator_network` (followers/following) needs a numeric user_id; if you only have a @username, call `get_creator` first to obtain the user_id. - List results are trimmed and paginated — pass the returned `cursor` to fetch more. All data is read-only.

Known tools 24

calculate_engagement_rate

Calculate a TikTok creator's engagement rate from their ~30 most recent posts: average views/likes/comments/shares, engagement rate by views and by followers, and their top hashtags.

Inferred read-only
check_fake_followers

Estimate how authentic a TikTok creator's audience is (fake-follower check): a 0-100 quality score, verdict, engagement-vs-follower benchmarks for their size tier, and any red flags.

Inferred read-only
best_time_to_post

Find the best times and days for a TikTok creator to post, based on which of their recent posts earned the most engagement.

Potential side effects
check_posting_frequency

Measure a TikTok creator's posting cadence and consistency: posts per week, average/median/longest gap between posts, and a 0-100 consistency score.

Inferred read-only
generate_media_kit

Generate a media-kit summary for a TikTok creator — profile, audience stats, performance metrics (avg views, engagement rate), cadence, and top hashtags — ready to drop into a pitch or brand-deal one-pager.

Potential side effects
compare_creators

Compare two TikTok creators side by side — followers, engagement rate, average views, posting cadence, and top hashtags — for competitor analysis or collab shortlisting.

Inferred read-only
analyze_hashtag

Analyze a TikTok hashtag: total views and posts, average performance of recent videos, the top posts, related hashtags, and the creators driving the tag.

Inferred read-only
creator_profile_overview

One-shot creator analytics digest for agencies: fetches a TikTok creator's profile AND recent posts, then computes engagement metrics (avg engagement rate, avg views/likes, posting cadence, top post).

Potential side effects
get_creator

Get a TikTok creator's profile: bio, avatar, verification, and follower/following/like/video counts.

Inferred read-only
get_creator_content

Get a TikTok creator's content: their published posts, liked videos, reposts, or active stories.

Inferred read-only
get_creator_network

List a TikTok creator's followers or the accounts they follow.

Inferred read-only
get_video

Get full details and stats for a single TikTok video from its URL: title, duration, view/like/comment/share counts, author, sound, and no-watermark/HD download URLs.

Inferred read-only
discover_feed

Get TikTok's trending video feed for a region.

Inferred read-only
list_regions

List the country/region codes supported by the trending feed.

Inferred read-only
search

Search TikTok by keyword across videos, photo posts, hashtags, or users.

Inferred read-only
get_video_comments

Get comments on a TikTok video, or the replies to a specific comment.

Inferred read-only
get_hashtag

Get details and aggregate stats for a TikTok hashtag/challenge (view count, video count).

Inferred read-only
get_hashtag_posts

Get videos tagged with a TikTok hashtag/challenge.

Inferred read-only
get_sound

Get details for a TikTok sound/music track: title, artist, duration, and how many videos/users use it.

Inferred read-only
get_sound_posts

Get videos that use a specific TikTok sound/music track.

Inferred read-only
get_playlist

Work with TikTok playlists ("mixes").

Inferred read-only
get_collection

Work with TikTok collections.

Inferred read-only
search_ads

Browse the TikTok top-ads library: high-performing ad creatives with spend/impression ranges, engagement, and targeting.

Inferred read-only
get_ad

Get full details for a single TikTok ad creative by its material_id.

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.tiktok-data]
url = "https://tiktokapi.store/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "tiktok-data": {
      "type": "http",
      "url": "https://tiktokapi.store/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: tiktok-data
Remote MCP URL: https://tiktokapi.store/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": {
    "tiktok-data": {
      "url": "https://tiktokapi.store/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "tiktok-data",
  "transport": "streamable-http",
  "url": "https://tiktokapi.store/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.