com.scraptik/tiktok

MCPcommunitylive
v0.2.1com.scraptikUnknownUpdated 2mo ago

Unofficial TikTok API & scraper: creator analytics, video data, comments, search. x402, no API key.

Endpoint healthlive
checked 2h ago · 970ms
100% of the last 4 checks reached this endpoint
Works in
ClaudeCursorCopilotChatGPTGemini

Inferred from the transports this listing declares (streamable-http). A client not listed here hasn’t been ruled out — it just isn’t something Forge can confirm.

Automatically indexed from public sources. Not yet verified by the developer on Forge.Claim this listing →
2mo agoLast update
Package
Authorcom.scraptik
LicenseUnknown
Version0.2.1
Sourcemcp-registry
Trust Status
B
60/100Good
Listed in Forge index+10/10
Publisher identity verified+0/30
Publisher: this listing has no repository on file, so `forge publish` cannot verify ownership automatically. Use "Claim this listing" above — Forge reviews these by hand.
Domain verification+0/10
Not currently available for this listing type — the domain-verification check only runs for npm-backed packages today, so this row cannot be earned here yet regardless of what's hosted at the domain.
Prompt-injection scan · clean+30/30
Obfuscation / exfil scan · clean+20/20
StatusCommunity-indexed
PublisherUnverified
SignatureUnsigned
Domain
Provenance
DependenciesNot audited
Tool surface19 tools · none privileged
Security scan✓ Cleanvlive · todayHow well does this scan work?
EvalsNone
IndexedJul 14, 2026

Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts.

Tools

19 tools · none privileged
Observed live from the vendor's endpoint2h ago

Read from a real MCP initialize → tools/list handshake against the declared endpoint. No tool was ever invoked — tools/list is the read-only introspection call the protocol defines for this. It reflects what the server advertised at that moment; a hosted endpoint is not pinned to any version and can change without notice.

  • https://mcp.scraptik.com/mcp19 tools · 970ms
tiktok_creator_profileFetch a TikTok creator's public profile: follower/following counts, total videos and likes, verification status, bio, region, and avatar. Use for influencer discovery, creator analytics, and audience-size vetting for UGC/brand deals. `handle` accepts an @username (e.g. `@charlidamelio`) or a numeri…

Fetch a TikTok creator's public profile: follower/following counts, total videos and likes, verification status, bio, region, and avatar. Use for influencer discovery, creator analytics, and audience-size vetting for UGC/brand deals. `handle` accepts an @username (e.g. `@charlidamelio`) or a numeri…

ParameterTypeDescription
handle*string@username or numeric user_id
expandbooleanReturn the full untrimmed payload. Default false = compact JSON.
tiktok_resolve_usernameResolve a TikTok @username to its stable numeric user_id and sec_uid. Cheap utility — call this first when you only have a handle and need an id for other tools.

Resolve a TikTok @username to its stable numeric user_id and sec_uid. Cheap utility — call this first when you only have a handle and need an id for other tools.

ParameterTypeDescription
username*string@username (with or without the @)
expandbooleanReturn the full untrimmed payload. Default false = compact JSON.
tiktok_creator_followersList a creator's followers (paginated). Use for audience mapping and finding connected accounts. Paginate with `cursor`.

List a creator's followers (paginated). Use for audience mapping and finding connected accounts. Paginate with `cursor`.

ParameterTypeDescription
user_id*string@username or numeric user_id
countintegerNumber of items to return, <=50
cursorstringPagination cursor — pass the `cursor`/`max_cursor`/`has_more` value from a prior response.
expandbooleanReturn the full untrimmed payload. Default false = compact JSON.
tiktok_creator_followingList the accounts a creator follows (paginated). Use for interest-graph and collaboration analysis. Paginate with `cursor`.

List the accounts a creator follows (paginated). Use for interest-graph and collaboration analysis. Paginate with `cursor`.

ParameterTypeDescription
user_id*string@username or numeric user_id
countintegerNumber of items to return, <=50
cursorstringPagination cursor — pass the `cursor`/`max_cursor`/`has_more` value from a prior response.
expandbooleanReturn the full untrimmed payload. Default false = compact JSON.
tiktok_creator_videosList a creator's recent videos with per-video stats (views, likes, comments, shares). Use to compute engagement rate, spot recent virality, or pull a content sample. Paginate with `cursor` (the `max_cursor` from the response). `user_id` accepts an @username or numeric id.

List a creator's recent videos with per-video stats (views, likes, comments, shares). Use to compute engagement rate, spot recent virality, or pull a content sample. Paginate with `cursor` (the `max_cursor` from the response). `user_id` accepts an @username or numeric id.

ParameterTypeDescription
user_id*string@username or numeric user_id
countintegerNumber of items to return, <=35
cursorstringPagination cursor — pass the `cursor`/`max_cursor`/`has_more` value from a prior response.
expandbooleanReturn the full untrimmed payload. Default false = compact JSON.
tiktok_creator_liked_videosList videos a creator has publicly liked (only available when the account exposes its Likes tab). Use for taste/affinity analysis. Paginate with `cursor`.

List videos a creator has publicly liked (only available when the account exposes its Likes tab). Use for taste/affinity analysis. Paginate with `cursor`.

ParameterTypeDescription
user_id*string@username or numeric user_id
countintegerNumber of items to return, <=35
cursorstringPagination cursor — pass the `cursor`/`max_cursor`/`has_more` value from a prior response.
expandbooleanReturn the full untrimmed payload. Default false = compact JSON.
tiktok_user_storiesList a creator's active TikTok Stories (ephemeral posts that expire ~24h). Use to capture story content before it disappears. `user_id` accepts an @username or numeric id.

List a creator's active TikTok Stories (ephemeral posts that expire ~24h). Use to capture story content before it disappears. `user_id` accepts an @username or numeric id.

ParameterTypeDescription
user_id*string@username or numeric user_id
countintegerNumber of items to return, <=35
expandbooleanReturn the full untrimmed payload. Default false = compact JSON.
tiktok_video_statsFetch a single TikTok video's stats and metadata: play/like/comment/share/save counts, author, sound, duration, description, hashtags, and create time. Use to measure a specific post's performance. Accepts a numeric `video_id` (aweme_id) or a full TikTok video URL.

Fetch a single TikTok video's stats and metadata: play/like/comment/share/save counts, author, sound, duration, description, hashtags, and create time. Use to measure a specific post's performance. Accepts a numeric `video_id` (aweme_id) or a full TikTok video URL.

ParameterTypeDescription
video_id*stringaweme_id or a tiktok.com/.../video/<id> URL
expandbooleanReturn the full untrimmed payload. Default false = compact JSON.
tiktok_video_commentsList top-level comments on a video, most-relevant first, with like counts and authors. Use for sentiment sampling and audience-response analysis. Paginate with `cursor`.

List top-level comments on a video, most-relevant first, with like counts and authors. Use for sentiment sampling and audience-response analysis. Paginate with `cursor`.

ParameterTypeDescription
video_id*stringaweme_id or a /video/<id> URL
countintegerNumber of items to return, <=50
cursorstringPagination cursor — pass the `cursor`/`max_cursor`/`has_more` value from a prior response.
expandbooleanReturn the full untrimmed payload. Default false = compact JSON.
tiktok_comment_repliesList replies to a specific comment on a video. Use to drill into a comment thread. Requires both `comment_id` and the parent `video_id`. Paginate with `cursor`.

List replies to a specific comment on a video. Use to drill into a comment thread. Requires both `comment_id` and the parent `video_id`. Paginate with `cursor`.

ParameterTypeDescription
comment_id*stringNumeric comment id (from tiktok_video_comments)
video_id*stringaweme_id or a /video/<id> URL of the parent video
countintegerNumber of items to return, <=50
cursorstringPagination cursor — pass the `cursor`/`max_cursor`/`has_more` value from a prior response.
expandbooleanReturn the full untrimmed payload. Default false = compact JSON.
tiktok_video_download_urlResolve a watermark-free download URL for a TikTok video. Use to obtain the clean MP4 for archival or analysis. Accepts a numeric `video_id` or a full TikTok video URL.

Resolve a watermark-free download URL for a TikTok video. Use to obtain the clean MP4 for archival or analysis. Accepts a numeric `video_id` or a full TikTok video URL.

ParameterTypeDescription
video_id*stringaweme_id or a /video/<id> URL
expandbooleanReturn the full untrimmed payload. Default false = compact JSON.
tiktok_sound_infoFetch metadata for a sound/track: title, author, duration, and how many videos use it. Use to size a sound's reach before pulling its videos.

Fetch metadata for a sound/track: title, author, duration, and how many videos use it. Use to size a sound's reach before pulling its videos.

ParameterTypeDescription
music_id*stringNumeric TikTok music_id
expandbooleanReturn the full untrimmed payload. Default false = compact JSON.
tiktok_sound_videosList videos that use a given sound/track, most-recent first. Use for sound-trend analysis, finding UGC around a track, or gauging a sound's virality. Paginate with `cursor`.

List videos that use a given sound/track, most-recent first. Use for sound-trend analysis, finding UGC around a track, or gauging a sound's virality. Paginate with `cursor`.

ParameterTypeDescription
music_id*stringNumeric TikTok music_id
countintegerNumber of items to return, <=35
cursorstringPagination cursor — pass the `cursor`/`max_cursor`/`has_more` value from a prior response.
expandbooleanReturn the full untrimmed payload. Default false = compact JSON.
tiktok_hashtag_videosList videos under a hashtag/challenge. Pass a resolved numeric `cid`, or a `hashtag` name (e.g. `booktok`) which is resolved to a cid first. Use for trend tracking and campaign monitoring. Passing `cid` directly skips the resolution lookup and is slightly faster.

List videos under a hashtag/challenge. Pass a resolved numeric `cid`, or a `hashtag` name (e.g. `booktok`) which is resolved to a cid first. Use for trend tracking and campaign monitoring. Passing `cid` directly skips the resolution lookup and is slightly faster.

ParameterTypeDescription
hashtagstringHashtag name without #, e.g. `booktok`
cidstringNumeric challenge id (preferred; skips resolution)
countintegerNumber of items to return, <=35
cursorstringPagination cursor — pass the `cursor`/`max_cursor`/`has_more` value from a prior response.
expandbooleanReturn the full untrimmed payload. Default false = compact JSON.
tiktok_search_videosSearch TikTok videos by keyword, returning matching posts with stats. Use for topic/trend discovery and competitive research. Paginate with `cursor`.

Search TikTok videos by keyword, returning matching posts with stats. Use for topic/trend discovery and competitive research. Paginate with `cursor`.

ParameterTypeDescription
keyword*stringSearch query text
countintegerNumber of items to return, <=30
cursorstringPagination cursor — pass the `cursor`/`max_cursor`/`has_more` value from a prior response.
expandbooleanReturn the full untrimmed payload. Default false = compact JSON.
tiktok_search_creatorsSearch TikTok creators by keyword/name, returning matching profiles. Use for influencer discovery and account lookup. Paginate with `cursor`.

Search TikTok creators by keyword/name, returning matching profiles. Use for influencer discovery and account lookup. Paginate with `cursor`.

ParameterTypeDescription
keyword*stringSearch query text
countintegerNumber of items to return, <=30
cursorstringPagination cursor — pass the `cursor`/`max_cursor`/`has_more` value from a prior response.
expandbooleanReturn the full untrimmed payload. Default false = compact JSON.
tiktok_search_hashtagsSearch TikTok hashtags/challenges by keyword, returning matching challenges with their cid and video counts. Use to find the right hashtag before pulling its videos. Paginate with `cursor`.

Search TikTok hashtags/challenges by keyword, returning matching challenges with their cid and video counts. Use to find the right hashtag before pulling its videos. Paginate with `cursor`.

ParameterTypeDescription
keyword*stringSearch query text
countintegerNumber of items to return, <=30
cursorstringPagination cursor — pass the `cursor`/`max_cursor`/`has_more` value from a prior response.
expandbooleanReturn the full untrimmed payload. Default false = compact JSON.
tiktok_search_soundsSearch TikTok sounds/tracks by keyword, returning matching music with usage counts. Use for audio/trend discovery. Paginate with `cursor`.

Search TikTok sounds/tracks by keyword, returning matching music with usage counts. Use for audio/trend discovery. Paginate with `cursor`.

ParameterTypeDescription
keyword*stringSearch query text
countintegerNumber of items to return, <=30
cursorstringPagination cursor — pass the `cursor`/`max_cursor`/`has_more` value from a prior response.
expandbooleanReturn the full untrimmed payload. Default false = compact JSON.
tiktok_search_livesSearch live TikTok streams by keyword. Use for real-time/live-content discovery. Paginate with `cursor`.

Search live TikTok streams by keyword. Use for real-time/live-content discovery. Paginate with `cursor`.

ParameterTypeDescription
keyword*stringSearch query text
countintegerNumber of items to return, <=30
cursorstringPagination cursor — pass the `cursor`/`max_cursor`/`has_more` value from a prior response.
expandbooleanReturn the full untrimmed payload. Default false = compact JSON.

19 of 19 tools published a description.

Tool names and descriptions are written by the publisher and shown verbatim as inert text. They are the strings an MCP client passes to a model, so Forge scans them for prompt-injection patterns — any finding appears with the security scan above. “Privileged” is a keyword match on the tool name, not an audit of what the tool does: a benign-sounding name can still do anything.

About

Unofficial TikTok API & scraper: creator analytics, video data, comments, search. x402, no API key.

Keywords
mcp
Alternatives
Comparing tool surfaces…

No dependency coverage

This entry publishes no npm package, so Forge has no dependency tree for it. That is a gap in coverage — not a statement that it has no dependencies.