Social Media
tiktokapi.store
Provides TikTok creator analytics tools for engagement, fake follower detection, optimal posting times, posting frequency, and media kit generation.
ENDPOINT 1
https://tiktokapi.store/mcp
MCP server metadata
- Name
- tiktok-data
- Version
- 1.0.0
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_rateCalculate 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-onlycheck_fake_followersEstimate 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-onlybest_time_to_postFind the best times and days for a TikTok creator to post, based on which of their recent posts earned the most engagement.
Potential side effectscheck_posting_frequencyMeasure 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-onlygenerate_media_kitGenerate 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 effectscompare_creatorsCompare two TikTok creators side by side — followers, engagement rate, average views, posting cadence, and top hashtags — for competitor analysis or collab shortlisting.
Inferred read-onlyanalyze_hashtagAnalyze 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-onlycreator_profile_overviewOne-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 effectsget_creatorGet a TikTok creator's profile: bio, avatar, verification, and follower/following/like/video counts.
Inferred read-onlyget_creator_contentGet a TikTok creator's content: their published posts, liked videos, reposts, or active stories.
Inferred read-onlyget_videoGet 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-onlyget_video_commentsGet comments on a TikTok video, or the replies to a specific comment.
Inferred read-onlyget_hashtagGet details and aggregate stats for a TikTok hashtag/challenge (view count, video count).
Inferred read-onlyget_soundGet details for a TikTok sound/music track: title, artist, duration, and how many videos/users use it.
Inferred read-onlysearch_adsBrowse the TikTok top-ads library: high-performing ad creatives with spend/impression ranges, engagement, and targeting.
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.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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.