com.scraptik/tiktok

MCPCommunitylive
v0.2.1com.scraptikUnknownAktualisiert vor 2 Mon.

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

Endpunkt-Statuslive
geprüft vor 3 Std. · 970 ms
100 % der letzten 4 Prüfungen haben diesen Endpunkt erreicht
Läuft in
ClaudeCursorCopilotChatGPTGemini

Abgeleitet aus den Transporten, die dieser Eintrag deklariert (streamable-http). Ein Client, der hier nicht steht, ist damit nicht ausgeschlossen — Forge kann ihn nur nicht bestätigen.

Automatisch aus öffentlichen Quellen indexiert. Vom Entwickler auf Forge noch nicht verifiziert.Diesen Eintrag beanspruchen →
vor 2 Mon.Letzte Aktualisierung
Paket
Autorcom.scraptik
LizenzUnknown
Version0.2.1
Quellemcp-registry
Trust-Status
B
60/100Gut
Im Forge-Index gelistet+10/10
Publisher-Identität verifiziert+0/30
Publisher: für diesen Eintrag ist kein Repository hinterlegt, daher kann `forge publish` die Inhaberschaft nicht automatisch prüfen. Nutze oben „Diesen Eintrag beanspruchen“ — Forge prüft diese Fälle von Hand.
Domain-Verifizierung+0/10
Für diesen Eintragstyp derzeit nicht verfügbar — die Domain-Prüfung läuft heute nur für npm-gestützte Pakete, diese Zeile lässt sich hier also noch nicht erreichen, unabhängig davon, was auf der Domain liegt.
Prompt-Injection-Scan · sauber+30/30
Obfuskations-/Exfiltrations-Scan · sauber+20/20
StatusVon der Community indexiert
PublisherNicht verifiziert
SignaturNicht signiert
Domain
Herkunft
AbhängigkeitenNicht auditiert
Tool-Oberfläche19 Tools · keines privilegiert
Sicherheits-Scan✓ Saubervlive · heuteWie gut funktioniert dieser Scan?
EvaluierungenKeine
Indexiert14. Juli 2026

Die Verifizierung bestätigt die Identität des Publishers (die Inhaberschaft am Repo), nicht die Sicherheit des Codes. Der Sicherheits-Scan deckt bekannte CVEs und verdächtige Installationsskripte ab.

Tools

19 Tools · keines privilegiert
Live am Endpunkt des Anbieters beobachtet3h ago

Aus einem echten MCP-Handshake initialize → tools/list gegen den deklarierten Endpunkt gelesen. Es wurde nie ein Tool aufgerufen — tools/list ist der lesende Introspektionsaufruf, den das Protokoll dafür vorsieht. Es spiegelt wider, was der Server in diesem Moment angeboten hat; ein gehosteter Endpunkt ist an keine Version gebunden und kann sich ohne Ankündigung ändern.

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

ParameterTypBeschreibung
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.

ParameterTypBeschreibung
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`.

ParameterTypBeschreibung
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`.

ParameterTypBeschreibung
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.

ParameterTypBeschreibung
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`.

ParameterTypBeschreibung
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.

ParameterTypBeschreibung
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.

ParameterTypBeschreibung
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`.

ParameterTypBeschreibung
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`.

ParameterTypBeschreibung
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.

ParameterTypBeschreibung
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.

ParameterTypBeschreibung
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`.

ParameterTypBeschreibung
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.

ParameterTypBeschreibung
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`.

ParameterTypBeschreibung
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`.

ParameterTypBeschreibung
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`.

ParameterTypBeschreibung
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`.

ParameterTypBeschreibung
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`.

ParameterTypBeschreibung
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 von 19 Tools haben eine Beschreibung veröffentlicht.

Tool-Namen und -Beschreibungen stammen vom Publisher und werden wortgetreu als inerter Text angezeigt. Es sind die Zeichenketten, die ein MCP-Client an ein Modell übergibt, deshalb prüft Forge sie auf Prompt-Injection-Muster — jeder Befund erscheint oben beim Sicherheits-Scan. „Privilegiert“ ist ein Schlagwort-Treffer im Tool-Namen, keine Prüfung dessen, was das Tool tut: ein harmlos klingender Name kann trotzdem alles tun.

Über

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

Schlagwörter
mcp
Alternativen
Tool-Oberflächen werden verglichen…

Keine Abdeckung der Abhängigkeiten

Dieser Eintrag veröffentlicht kein npm-Paket, daher hat Forge keinen Abhängigkeitsbaum dafür. Das ist eine Lücke in der Abdeckung — keine Aussage, dass er keine Abhängigkeiten hat.