INDIVIDUAL MCP TOOL
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.
LIVE ENDPOINT
https://tiktokapi.store/mcp
Connect to this endpoint to inspect the live schema for get_video and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
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.
Related tools
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.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.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.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.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.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.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.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).