← tiktokapi.store

INDIVIDUAL MCP TOOL

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.

tiktokapi.storenone authenticationAvailability not checked

LIVE ENDPOINT

https://tiktokapi.store/mcp

No auth detected

Connect to this endpoint to inspect the live schema for generate_media_kit and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a deletion term.

Parent server

tiktokapi.store

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.
  • 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).
  • get_creator — Get a TikTok creator's profile: bio, avatar, verification, and follower/following/like/video counts.