Unofficial TikTok API & scraper: creator analytics, video data, comments, search. x402, no API key.
Inferido de los transportes que declara este listado (streamable-http). Que un cliente no aparezca aquí no significa que se haya descartado: simplemente Forge no puede confirmarlo.
La verificación confirma la identidad del publicador (la propiedad del repo), no la seguridad del código. El análisis de seguridad cubre los CVE conocidos y los scripts de instalación sospechosos.
Leído de un handshake MCP real initialize → tools/list contra el endpoint declarado. No se invocó ninguna herramienta: tools/list es la llamada de introspección de solo lectura que el protocolo define para esto. Refleja lo que el servidor anunciaba en ese momento; un endpoint alojado no está fijado a ninguna versión y puede cambiar sin avisar.
https://mcp.scraptik.com/mcp19 herramientas · 970 mstiktok_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…
| Parámetro | Tipo | Descripción |
|---|---|---|
| handle* | string | @username or numeric user_id |
| expand | boolean | Return 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.
| Parámetro | Tipo | Descripción |
|---|---|---|
| username* | string | @username (with or without the @) |
| expand | boolean | Return 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`.
| Parámetro | Tipo | Descripción |
|---|---|---|
| user_id* | string | @username or numeric user_id |
| count | integer | Number of items to return, <=50 |
| cursor | string | Pagination cursor — pass the `cursor`/`max_cursor`/`has_more` value from a prior response. |
| expand | boolean | Return 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`.
| Parámetro | Tipo | Descripción |
|---|---|---|
| user_id* | string | @username or numeric user_id |
| count | integer | Number of items to return, <=50 |
| cursor | string | Pagination cursor — pass the `cursor`/`max_cursor`/`has_more` value from a prior response. |
| expand | boolean | Return 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.
| Parámetro | Tipo | Descripción |
|---|---|---|
| user_id* | string | @username or numeric user_id |
| count | integer | Number of items to return, <=35 |
| cursor | string | Pagination cursor — pass the `cursor`/`max_cursor`/`has_more` value from a prior response. |
| expand | boolean | Return 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`.
| Parámetro | Tipo | Descripción |
|---|---|---|
| user_id* | string | @username or numeric user_id |
| count | integer | Number of items to return, <=35 |
| cursor | string | Pagination cursor — pass the `cursor`/`max_cursor`/`has_more` value from a prior response. |
| expand | boolean | Return 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.
| Parámetro | Tipo | Descripción |
|---|---|---|
| user_id* | string | @username or numeric user_id |
| count | integer | Number of items to return, <=35 |
| expand | boolean | Return 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.
| Parámetro | Tipo | Descripción |
|---|---|---|
| video_id* | string | aweme_id or a tiktok.com/.../video/<id> URL |
| expand | boolean | Return 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`.
| Parámetro | Tipo | Descripción |
|---|---|---|
| video_id* | string | aweme_id or a /video/<id> URL |
| count | integer | Number of items to return, <=50 |
| cursor | string | Pagination cursor — pass the `cursor`/`max_cursor`/`has_more` value from a prior response. |
| expand | boolean | Return 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`.
| Parámetro | Tipo | Descripción |
|---|---|---|
| comment_id* | string | Numeric comment id (from tiktok_video_comments) |
| video_id* | string | aweme_id or a /video/<id> URL of the parent video |
| count | integer | Number of items to return, <=50 |
| cursor | string | Pagination cursor — pass the `cursor`/`max_cursor`/`has_more` value from a prior response. |
| expand | boolean | Return 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.
| Parámetro | Tipo | Descripción |
|---|---|---|
| video_id* | string | aweme_id or a /video/<id> URL |
| expand | boolean | Return 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.
| Parámetro | Tipo | Descripción |
|---|---|---|
| music_id* | string | Numeric TikTok music_id |
| expand | boolean | Return 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`.
| Parámetro | Tipo | Descripción |
|---|---|---|
| music_id* | string | Numeric TikTok music_id |
| count | integer | Number of items to return, <=35 |
| cursor | string | Pagination cursor — pass the `cursor`/`max_cursor`/`has_more` value from a prior response. |
| expand | boolean | Return 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.
| Parámetro | Tipo | Descripción |
|---|---|---|
| hashtag | string | Hashtag name without #, e.g. `booktok` |
| cid | string | Numeric challenge id (preferred; skips resolution) |
| count | integer | Number of items to return, <=35 |
| cursor | string | Pagination cursor — pass the `cursor`/`max_cursor`/`has_more` value from a prior response. |
| expand | boolean | Return 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`.
| Parámetro | Tipo | Descripción |
|---|---|---|
| keyword* | string | Search query text |
| count | integer | Number of items to return, <=30 |
| cursor | string | Pagination cursor — pass the `cursor`/`max_cursor`/`has_more` value from a prior response. |
| expand | boolean | Return 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`.
| Parámetro | Tipo | Descripción |
|---|---|---|
| keyword* | string | Search query text |
| count | integer | Number of items to return, <=30 |
| cursor | string | Pagination cursor — pass the `cursor`/`max_cursor`/`has_more` value from a prior response. |
| expand | boolean | Return 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`.
| Parámetro | Tipo | Descripción |
|---|---|---|
| keyword* | string | Search query text |
| count | integer | Number of items to return, <=30 |
| cursor | string | Pagination cursor — pass the `cursor`/`max_cursor`/`has_more` value from a prior response. |
| expand | boolean | Return 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`.
| Parámetro | Tipo | Descripción |
|---|---|---|
| keyword* | string | Search query text |
| count | integer | Number of items to return, <=30 |
| cursor | string | Pagination cursor — pass the `cursor`/`max_cursor`/`has_more` value from a prior response. |
| expand | boolean | Return 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`.
| Parámetro | Tipo | Descripción |
|---|---|---|
| keyword* | string | Search query text |
| count | integer | Number of items to return, <=30 |
| cursor | string | Pagination cursor — pass the `cursor`/`max_cursor`/`has_more` value from a prior response. |
| expand | boolean | Return the full untrimmed payload. Default false = compact JSON. |
19 de 19 herramientas publicaron una descripción.
Los nombres y descripciones de las herramientas los escribe el publicador y se muestran literalmente como texto inerte. Son las cadenas que un cliente MCP pasa al modelo, así que Forge las analiza en busca de patrones de inyección de prompts — cualquier hallazgo aparece junto al análisis de seguridad de arriba. «Privilegiada» es una coincidencia de palabra clave en el nombre de la herramienta, no una auditoría de lo que hace: un nombre inofensivo puede hacer cualquier cosa.
Unofficial TikTok API & scraper: creator analytics, video data, comments, search. x402, no API key.
Los nombres enlazados abren el índice de Forge con todas las entradas que se observó que exponen esa herramienta. Ver todas las herramientas indexadas.
Esta entrada no publica ningún paquete de npm, así que Forge no tiene un árbol de dependencias para ella. Es una carencia de cobertura, no una afirmación de que no tenga dependencias.