← Registry

Social Media

scraptik.com

Fetches TikTok creator profiles and their content statistics.

1 endpoint19 known toolsFirst detected July 25, 2026Last detected July 25, 2026

ENDPOINT 1

https://mcp.scraptik.com/mcp

No auth detected

MCP server metadata

Name
scraptik
Version
0.2.1
Capabilities
tools.listChanged

Known tools 19

tiktok_creator_profile

Fetch a TikTok creator's public profile: follower/following counts, total videos and likes, verification status, bio, region, and avatar.

Inferred read-only
tiktok_resolve_username

Resolve a TikTok @username to its stable numeric user_id and sec_uid.

Inferred read-only
tiktok_creator_followers

List a creator's followers (paginated).

Inferred read-only
tiktok_creator_following

List the accounts a creator follows (paginated).

Inferred read-only
tiktok_creator_videos

List a creator's recent videos with per-video stats (views, likes, comments, shares).

Inferred read-only
tiktok_creator_liked_videos

List videos a creator has publicly liked (only available when the account exposes its Likes tab).

Inferred read-only
tiktok_user_stories

List a creator's active TikTok Stories (ephemeral posts that expire ~24h).

Inferred read-only
tiktok_video_stats

Fetch a single TikTok video's stats and metadata: play/like/comment/share/save counts, author, sound, duration, description, hashtags, and create time.

Potential side effects
tiktok_video_comments

List top-level comments on a video, most-relevant first, with like counts and authors.

Inferred read-only
tiktok_comment_replies

List replies to a specific comment on a video.

Inferred read-only
tiktok_video_download_url

Resolve a watermark-free download URL for a TikTok video.

Inferred read-only
tiktok_sound_info

Fetch metadata for a sound/track: title, author, duration, and how many videos use it.

Inferred read-only
tiktok_sound_videos

List videos that use a given sound/track, most-recent first.

Inferred read-only
tiktok_hashtag_videos

List videos under a hashtag/challenge.

Inferred read-only
tiktok_search_videos

Search TikTok videos by keyword, returning matching posts with stats.

Inferred read-only
tiktok_search_creators

Search TikTok creators by keyword/name, returning matching profiles.

Inferred read-only
tiktok_search_hashtags

Search TikTok hashtags/challenges by keyword, returning matching challenges with their cid and video counts.

Inferred read-only
tiktok_search_sounds

Search TikTok sounds/tracks by keyword, returning matching music with usage counts.

Inferred read-only
tiktok_search_lives

Search live TikTok streams by keyword.

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.scraptik]
url = "https://mcp.scraptik.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "scraptik": {
      "type": "http",
      "url": "https://mcp.scraptik.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "scraptik": {
      "type": "http",
      "url": "https://mcp.scraptik.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "scraptik",
  "transport": "streamable-http",
  "url": "https://mcp.scraptik.com/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.