com.scraptik/tiktok

MCPcommunautéen ligne
v0.2.1com.scraptikUnknownMis à jour il y a 2 mois

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

État de l’endpointen ligne
vérifié il y a 3 h · 970 ms
100 % des dernières 4 vérifications ont atteint cet endpoint
Fonctionne dans
ClaudeCursorCopilotChatGPTGemini

Déduit des transports déclarés par cette annonce (streamable-http). Un client absent de cette liste n’est pas écarté pour autant — c’est simplement quelque chose que Forge ne peut pas confirmer.

Indexé automatiquement depuis des sources publiques. Pas encore vérifié par son développeur sur Forge.Revendiquer cette annonce →
il y a 2 moisDernière mise à jour
Paquet
Auteurcom.scraptik
LicenceUnknown
Version0.2.1
Sourcemcp-registry
Statut de confiance
B
60/100Bon
Listé dans l’index Forge+10/10
Identité de l’éditeur vérifiée+0/30
Éditeur : aucune référence de dépôt n’est enregistrée pour cette annonce, `forge publish` ne peut donc pas vérifier la propriété automatiquement. Utilisez « Revendiquer cette annonce » ci-dessus — Forge les examine à la main.
Vérification de domaine+0/10
Actuellement indisponible pour ce type d’annonce — la vérification de domaine ne s’exécute aujourd’hui que pour les paquets adossés à npm, cette ligne ne peut donc pas encore être obtenue ici, quel que soit le contenu hébergé sur le domaine.
Analyse d’injection de prompt · propre+30/30
Analyse d’obfuscation / exfiltration · propre+20/20
StatutIndexé par la communauté
ÉditeurNon vérifié
SignatureNon signé
Domaine
Provenance
DépendancesNon audité
Surface d’outils19 outils · aucun privilégié
Analyse de sécurité✓ Proprevlive · aujourd’huiQuelle est l’efficacité de cette analyse ?
ÉvaluationsAucune
Indexé14 juil. 2026

La vérification confirme l’identité de l’éditeur (la propriété du dépôt), pas la sûreté du code. L’analyse de sécurité couvre les CVE connues et les scripts d’installation suspects.

Outils

19 outils · aucun privilégié
Observé en direct depuis l’endpoint du fournisseur3h ago

Lu depuis un véritable échange MCP initialize → tools/list contre l’endpoint déclaré. Aucun outil n’a été invoqué — tools/list est l’appel d’introspection en lecture seule que le protocole prévoit pour cela. Cela reflète ce que le serveur annonçait à cet instant ; un endpoint hébergé n’est figé sur aucune version et peut changer sans préavis.

  • https://mcp.scraptik.com/mcp19 outils · 970 ms
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…

ParamètreTypeDescription
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.

ParamètreTypeDescription
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`.

ParamètreTypeDescription
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`.

ParamètreTypeDescription
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.

ParamètreTypeDescription
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`.

ParamètreTypeDescription
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.

ParamètreTypeDescription
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.

ParamètreTypeDescription
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`.

ParamètreTypeDescription
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`.

ParamètreTypeDescription
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.

ParamètreTypeDescription
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.

ParamètreTypeDescription
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`.

ParamètreTypeDescription
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.

ParamètreTypeDescription
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`.

ParamètreTypeDescription
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`.

ParamètreTypeDescription
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`.

ParamètreTypeDescription
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`.

ParamètreTypeDescription
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`.

ParamètreTypeDescription
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 outils sur 19 ont publié une description.

Les noms et descriptions d’outils sont écrits par l’éditeur et affichés tels quels, comme du texte inerte. Ce sont les chaînes qu’un client MCP transmet à un modèle, alors Forge y recherche des motifs d’injection de prompt — tout constat apparaît avec l’analyse de sécurité ci-dessus. « Privilégié » est une correspondance de mot-clé sur le nom de l’outil, pas un audit de ce qu’il fait : un nom anodin peut tout de même tout faire.

À propos

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

Mots-clés
mcp
Alternatives
Comparaison des surfaces d’outils…

Aucune couverture des dépendances

Cette entrée ne publie aucun paquet npm : Forge n'a donc pas d'arbre de dépendances pour elle. C'est une lacune de couverture — pas une affirmation qu'elle n'a aucune dépendance.