← scraptik.com
INDIVIDUAL MCP TOOL
tiktok_video_comments
List top-level comments on a video, most-relevant first, with like counts and authors.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
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.
Related tools
tiktok_creator_profile— Fetch a TikTok creator's public profile: follower/following counts, total videos and likes, verification status, bio, region, and avatar.tiktok_resolve_username— Resolve a TikTok @username to its stable numeric user_id and sec_uid.tiktok_creator_followers— List a creator's followers (paginated).tiktok_creator_following— List the accounts a creator follows (paginated).tiktok_creator_videos— List a creator's recent videos with per-video stats (views, likes, comments, shares).tiktok_creator_liked_videos— List videos a creator has publicly liked (only available when the account exposes its Likes tab).tiktok_user_stories— List a creator's active TikTok Stories (ephemeral posts that expire ~24h).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.