ENDPOINT 1
https://mcp.scraptik.com/mcp
MCP server metadata
- Name
- scraptik
- Version
- 0.2.1
Known tools 19
tiktok_creator_profileFetch a TikTok creator's public profile: follower/following counts, total videos and likes, verification status, bio, region, and avatar.
Inferred read-onlytiktok_resolve_usernameResolve a TikTok @username to its stable numeric user_id and sec_uid.
Inferred read-onlytiktok_creator_videosList a creator's recent videos with per-video stats (views, likes, comments, shares).
Inferred read-onlytiktok_creator_liked_videosList videos a creator has publicly liked (only available when the account exposes its Likes tab).
Inferred read-onlytiktok_user_storiesList a creator's active TikTok Stories (ephemeral posts that expire ~24h).
Inferred read-onlytiktok_video_statsFetch a single TikTok video's stats and metadata: play/like/comment/share/save counts, author, sound, duration, description, hashtags, and create time.
Potential side effectstiktok_video_commentsList top-level comments on a video, most-relevant first, with like counts and authors.
Inferred read-onlytiktok_video_download_urlResolve a watermark-free download URL for a TikTok video.
Inferred read-onlytiktok_sound_infoFetch metadata for a sound/track: title, author, duration, and how many videos use it.
Inferred read-onlytiktok_search_videosSearch TikTok videos by keyword, returning matching posts with stats.
Inferred read-onlytiktok_search_creatorsSearch TikTok creators by keyword/name, returning matching profiles.
Inferred read-onlytiktok_search_hashtagsSearch TikTok hashtags/challenges by keyword, returning matching challenges with their cid and video counts.
Inferred read-onlytiktok_search_soundsSearch TikTok sounds/tracks by keyword, returning matching music with usage counts.
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.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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.