Intelligence plateformes MCP

TikTok Serveur MCP

TikTok rassemble plus d'1 milliard d'utilisateurs mensuels autour de vidéos courtes, lives et découverte guidée par les tendances, ce qui en fait une plateforme importante pour la pertinence culturelle, les campagnes créateurs et la découverte produit.

MCP Version: 1.0.0 54 Outils MCP Authentification
TikTok

URL de base

https://mcp.pressmonitor.ca/tiktok/v1

Authentification

Les appels MCP utilisent aussi des jetons Bearer sur des requêtes JSON-RPC 2.0.

Authorization: Bearer YOUR_TOKEN

Découvrir les outils

Commencez par lister les outils exposés par le serveur MCP.

curl -X POST 'https://mcp.pressmonitor.ca/tiktok/v1' -H 'Content-Type: application/json' -H 'Authorization: Bearer YOUR_TOKEN' -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'
tool challenge_info

Infos sur le défi

Infos sur le défi

Arguments

Nom Type Obligatoire Description
challenge_id string Oui ID du défi
device_id string Non ID de l'appareil

Exemples de code

curl -X POST 'https://mcp.pressmonitor.ca/tiktok/v1' -H 'Content-Type: application/json' -H 'Authorization: Bearer YOUR_TOKEN' -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"challenge_info","arguments":{"challenge_id":"SOME_STRING_VALUE","device_id":"SOME_STRING_VALUE"}}}'
tool challenge_posts

Publications du défi

Publications du défi

Arguments

Nom Type Obligatoire Description
challenge_id string Oui ID du défi
count string Non Nombre de résultats à retourner
cursor string Non Curseur
device_id string Non ID de l'appareil

Exemples de code

curl -X POST 'https://mcp.pressmonitor.ca/tiktok/v1' -H 'Content-Type: application/json' -H 'Authorization: Bearer YOUR_TOKEN' -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"challenge_posts","arguments":{"challenge_id":"SOME_STRING_VALUE","count":20,"cursor":"NEXT_CURSOR","device_id":"SOME_STRING_VALUE"}}}'
tool collection_info

Infos sur la collection

Infos sur la collection

Arguments

Nom Type Obligatoire Description
collection_id string Oui ID de la collection
device_id string Non ID de l'appareil

Exemples de code

curl -X POST 'https://mcp.pressmonitor.ca/tiktok/v1' -H 'Content-Type: application/json' -H 'Authorization: Bearer YOUR_TOKEN' -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"collection_info","arguments":{"collection_id":"SOME_STRING_VALUE","device_id":"SOME_STRING_VALUE"}}}'
tool collection_posts

Publications de la collection

Publications de la collection

Arguments

Nom Type Obligatoire Description
collection_id string Oui ID de la collection
count string Non Nombre de résultats à retourner
cursor string Non Curseur
device_id string Non ID de l'appareil

Exemples de code

curl -X POST 'https://mcp.pressmonitor.ca/tiktok/v1' -H 'Content-Type: application/json' -H 'Authorization: Bearer YOUR_TOKEN' -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"collection_posts","arguments":{"collection_id":"SOME_STRING_VALUE","count":20,"cursor":"NEXT_CURSOR","device_id":"SOME_STRING_VALUE"}}}'
tool download_music

Télécharger la musique

Télécharger la musique

Arguments

Nom Type Obligatoire Description
music_id string Oui ID de la musique
device_id string Non ID de l'appareil
format string Non Format

Exemples de code

curl -X POST 'https://mcp.pressmonitor.ca/tiktok/v1' -H 'Content-Type: application/json' -H 'Authorization: Bearer YOUR_TOKEN' -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"download_music","arguments":{"music_id":"SOME_STRING_VALUE","device_id":"SOME_STRING_VALUE","format":"SOME_STRING_VALUE"}}}'
tool download_video

Télécharger la vidéo

Télécharger la vidéo

Arguments

Nom Type Obligatoire Description
aweme_id string Oui ID Aweme
device_id string Non ID de l'appareil
format string Non Format

Exemples de code

curl -X POST 'https://mcp.pressmonitor.ca/tiktok/v1' -H 'Content-Type: application/json' -H 'Authorization: Bearer YOUR_TOKEN' -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"download_video","arguments":{"aweme_id":"SOME_STRING_VALUE","device_id":"SOME_STRING_VALUE","format":"SOME_STRING_VALUE"}}}'
tool effect_info

Infos sur l'effet

Infos sur l'effet

Arguments

Nom Type Obligatoire Description
effect_id string Oui ID de l'effet
device_id string Non ID de l'appareil

Exemples de code

curl -X POST 'https://mcp.pressmonitor.ca/tiktok/v1' -H 'Content-Type: application/json' -H 'Authorization: Bearer YOUR_TOKEN' -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"effect_info","arguments":{"effect_id":"SOME_STRING_VALUE","device_id":"SOME_STRING_VALUE"}}}'
tool effect_posts

Publications avec effet

Publications avec effet

Arguments

Nom Type Obligatoire Description
effect_id string Oui ID de l'effet
count string Non Nombre de résultats à retourner
cursor string Non Curseur
device_id string Non ID de l'appareil

Exemples de code

curl -X POST 'https://mcp.pressmonitor.ca/tiktok/v1' -H 'Content-Type: application/json' -H 'Authorization: Bearer YOUR_TOKEN' -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"effect_posts","arguments":{"effect_id":"SOME_STRING_VALUE","count":20,"cursor":"NEXT_CURSOR","device_id":"SOME_STRING_VALUE"}}}'
tool live_category

Catégorie live

Catégorie live

Arguments

Nom Type Obligatoire Description
device_id string Non ID de l'appareil
lang string Non Langue

Exemples de code

curl -X POST 'https://mcp.pressmonitor.ca/tiktok/v1' -H 'Content-Type: application/json' -H 'Authorization: Bearer YOUR_TOKEN' -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"live_category","arguments":{"device_id":"SOME_STRING_VALUE","lang":"en"}}}'
tool live_check_alive

Vérification live active

Vérification live active

Arguments

Nom Type Obligatoire Description
room_id string Oui ID de la salle
device_id string Non ID de l'appareil

Exemples de code

curl -X POST 'https://mcp.pressmonitor.ca/tiktok/v1' -H 'Content-Type: application/json' -H 'Authorization: Bearer YOUR_TOKEN' -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"live_check_alive","arguments":{"room_id":"SOME_STRING_VALUE","device_id":"SOME_STRING_VALUE"}}}'
tool live_stream

Diffusion en direct

Diffusion en direct

Arguments

Nom Type Obligatoire Description
room_id string Oui ID de la salle
device_id string Non ID de l'appareil

Exemples de code

curl -X POST 'https://mcp.pressmonitor.ca/tiktok/v1' -H 'Content-Type: application/json' -H 'Authorization: Bearer YOUR_TOKEN' -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"live_stream","arguments":{"room_id":"SOME_STRING_VALUE","device_id":"SOME_STRING_VALUE"}}}'
tool music_info

Infos sur la musique

Infos sur la musique

Arguments

Nom Type Obligatoire Description
music_id string Oui ID de la musique
device_id string Non ID de l'appareil

Exemples de code

curl -X POST 'https://mcp.pressmonitor.ca/tiktok/v1' -H 'Content-Type: application/json' -H 'Authorization: Bearer YOUR_TOKEN' -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"music_info","arguments":{"music_id":"SOME_STRING_VALUE","device_id":"SOME_STRING_VALUE"}}}'
tool music_posts

Publications musicales

Publications musicales

Arguments

Nom Type Obligatoire Description
music_id string Oui ID de la musique
count string Non Nombre de résultats à retourner
cursor string Non Curseur
device_id string Non ID de l'appareil

Exemples de code

curl -X POST 'https://mcp.pressmonitor.ca/tiktok/v1' -H 'Content-Type: application/json' -H 'Authorization: Bearer YOUR_TOKEN' -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"music_posts","arguments":{"music_id":"SOME_STRING_VALUE","count":20,"cursor":"NEXT_CURSOR","device_id":"SOME_STRING_VALUE"}}}'
tool music_unlimited_sounds

Sons illimités de musique

Sons illimités de musique

Arguments

Nom Type Obligatoire Description
music_id string Oui ID de la musique
count string Non Nombre de résultats à retourner
cursor string Non Curseur
device_id string Non ID de l'appareil

Exemples de code

curl -X POST 'https://mcp.pressmonitor.ca/tiktok/v1' -H 'Content-Type: application/json' -H 'Authorization: Bearer YOUR_TOKEN' -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"music_unlimited_sounds","arguments":{"music_id":"SOME_STRING_VALUE","count":20,"cursor":"NEXT_CURSOR","device_id":"SOME_STRING_VALUE"}}}'
tool place_info

Infos sur le lieu

Infos sur le lieu

Arguments

Nom Type Obligatoire Description
challenge_id string Oui ID du défi
device_id string Non ID de l'appareil

Exemples de code

curl -X POST 'https://mcp.pressmonitor.ca/tiktok/v1' -H 'Content-Type: application/json' -H 'Authorization: Bearer YOUR_TOKEN' -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"place_info","arguments":{"challenge_id":"SOME_STRING_VALUE","device_id":"SOME_STRING_VALUE"}}}'
tool place_posts

Publications du lieu

Publications du lieu

Arguments

Nom Type Obligatoire Description
challenge_id string Oui ID du défi
count string Non Nombre de résultats à retourner
cursor string Non Curseur
device_id string Non ID de l'appareil

Exemples de code

curl -X POST 'https://mcp.pressmonitor.ca/tiktok/v1' -H 'Content-Type: application/json' -H 'Authorization: Bearer YOUR_TOKEN' -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"place_posts","arguments":{"challenge_id":"SOME_STRING_VALUE","count":20,"cursor":"NEXT_CURSOR","device_id":"SOME_STRING_VALUE"}}}'
tool post_category

Catégorie de publication

Catégorie de publication

Arguments

Nom Type Obligatoire Description
sec_uid string Oui Sec Uid
category_type string Non Type de catégorie
count string Non Nombre de résultats à retourner
cursor string Non Curseur
device_id string Non ID de l'appareil

Exemples de code

curl -X POST 'https://mcp.pressmonitor.ca/tiktok/v1' -H 'Content-Type: application/json' -H 'Authorization: Bearer YOUR_TOKEN' -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"post_category","arguments":{"sec_uid":"SOME_STRING_VALUE","category_type":"SOME_STRING_VALUE","count":20,"cursor":"NEXT_CURSOR","device_id":"SOME_STRING_VALUE"}}}'
tool post_comments

Commentaires de la publication

Commentaires de la publication

Arguments

Nom Type Obligatoire Description
aweme_id string Oui ID Aweme
count string Non Nombre de résultats à retourner
cursor string Non Curseur
device_id string Non ID de l'appareil

Exemples de code

curl -X POST 'https://mcp.pressmonitor.ca/tiktok/v1' -H 'Content-Type: application/json' -H 'Authorization: Bearer YOUR_TOKEN' -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"post_comments","arguments":{"aweme_id":"SOME_STRING_VALUE","count":20,"cursor":"NEXT_CURSOR","device_id":"SOME_STRING_VALUE"}}}'
tool post_detail

Détail de la publication

Détail de la publication

Arguments

Nom Type Obligatoire Description
aweme_id string Oui ID Aweme
device_id string Non ID de l'appareil
from string Non Depuis

Exemples de code

curl -X POST 'https://mcp.pressmonitor.ca/tiktok/v1' -H 'Content-Type: application/json' -H 'Authorization: Bearer YOUR_TOKEN' -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"post_detail","arguments":{"aweme_id":"SOME_STRING_VALUE","device_id":"SOME_STRING_VALUE","from":"SOME_STRING_VALUE"}}}'
tool post_discover_keyword

Mot-clé découverte de publication

Mot-clé découverte de publication

Arguments

Nom Type Obligatoire Description
keyword string Oui Mot-clé
count string Non Nombre de résultats à retourner
cursor string Non Curseur
device_id string Non ID de l'appareil

Exemples de code

curl -X POST 'https://mcp.pressmonitor.ca/tiktok/v1' -H 'Content-Type: application/json' -H 'Authorization: Bearer YOUR_TOKEN' -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"post_discover_keyword","arguments":{"keyword":"SOME_STRING_VALUE","count":20,"cursor":"NEXT_CURSOR","device_id":"SOME_STRING_VALUE"}}}'
tool post_related

Publications liées

Publications liées

Arguments

Nom Type Obligatoire Description
aweme_id string Oui ID Aweme
count string Non Nombre de résultats à retourner
device_id string Non ID de l'appareil

Exemples de code

curl -X POST 'https://mcp.pressmonitor.ca/tiktok/v1' -H 'Content-Type: application/json' -H 'Authorization: Bearer YOUR_TOKEN' -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"post_related","arguments":{"aweme_id":"SOME_STRING_VALUE","count":20,"device_id":"SOME_STRING_VALUE"}}}'
tool post_reply_comments

Commentaires en réponse à la publication

Commentaires en réponse à la publication

Arguments

Nom Type Obligatoire Description
aweme_id string Oui ID Aweme
comment_id string Oui ID du commentaire
count string Non Nombre de résultats à retourner
cursor string Non Curseur
device_id string Non ID de l'appareil

Exemples de code

curl -X POST 'https://mcp.pressmonitor.ca/tiktok/v1' -H 'Content-Type: application/json' -H 'Authorization: Bearer YOUR_TOKEN' -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"post_reply_comments","arguments":{"aweme_id":"SOME_STRING_VALUE","comment_id":"SOME_STRING_VALUE","count":20,"cursor":"NEXT_CURSOR","device_id":"SOME_STRING_VALUE"}}}'
tool search_account

Recherche de compte

Recherche de compte

Arguments

Nom Type Obligatoire Description
keyword string Oui Mot-clé
count string Non Nombre de résultats à retourner
cursor string Non Curseur
device_id string Non ID de l'appareil
search_id string Non ID de recherche

Exemples de code

curl -X POST 'https://mcp.pressmonitor.ca/tiktok/v1' -H 'Content-Type: application/json' -H 'Authorization: Bearer YOUR_TOKEN' -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_account","arguments":{"keyword":"SOME_STRING_VALUE","count":20,"cursor":"NEXT_CURSOR","device_id":"SOME_STRING_VALUE","search_id":"SOME_STRING_VALUE"}}}'
tool search_general

Recherche générale

Recherche générale

Arguments

Nom Type Obligatoire Description
keyword string Oui Mot-clé
count string Non Nombre de résultats à retourner
cursor string Non Curseur
search_id string Non ID de recherche

Exemples de code

curl -X POST 'https://mcp.pressmonitor.ca/tiktok/v1' -H 'Content-Type: application/json' -H 'Authorization: Bearer YOUR_TOKEN' -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_general","arguments":{"keyword":"SOME_STRING_VALUE","count":20,"cursor":"NEXT_CURSOR","search_id":"SOME_STRING_VALUE"}}}'
tool search_live

Recherche en direct

Recherche en direct

Arguments

Nom Type Obligatoire Description
keyword string Oui Mot-clé
count string Non Nombre de résultats à retourner
cursor string Non Curseur
device_id string Non ID de l'appareil
search_id string Non ID de recherche

Exemples de code

curl -X POST 'https://mcp.pressmonitor.ca/tiktok/v1' -H 'Content-Type: application/json' -H 'Authorization: Bearer YOUR_TOKEN' -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_live","arguments":{"keyword":"SOME_STRING_VALUE","count":20,"cursor":"NEXT_CURSOR","device_id":"SOME_STRING_VALUE","search_id":"SOME_STRING_VALUE"}}}'
tool search_suggest_keyword

Recherche de mots-clés suggérés

Recherche de mots-clés suggérés

Arguments

Nom Type Obligatoire Description
keyword string Oui Mot-clé
device_id string Non ID de l'appareil

Exemples de code

curl -X POST 'https://mcp.pressmonitor.ca/tiktok/v1' -H 'Content-Type: application/json' -H 'Authorization: Bearer YOUR_TOKEN' -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_suggest_keyword","arguments":{"keyword":"SOME_STRING_VALUE","device_id":"SOME_STRING_VALUE"}}}'
tool search_video

Recherche de vidéos

Recherche de vidéos

Arguments

Nom Type Obligatoire Description
keyword string Oui Mot-clé
count string Non Nombre de résultats à retourner
cursor string Non Curseur
device_id string Non ID de l'appareil
search_id string Non ID de recherche

Exemples de code

curl -X POST 'https://mcp.pressmonitor.ca/tiktok/v1' -H 'Content-Type: application/json' -H 'Authorization: Bearer YOUR_TOKEN' -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_video","arguments":{"keyword":"SOME_STRING_VALUE","count":20,"cursor":"NEXT_CURSOR","device_id":"SOME_STRING_VALUE","search_id":"SOME_STRING_VALUE"}}}'
tool user_followers

Abonnés de l'utilisateur

Abonnés de l'utilisateur

Arguments

Nom Type Obligatoire Description
sec_uid string Oui Sec Uid
count string Non Nombre de résultats à retourner
min_cursor string Non Curseur minimum

Exemples de code

curl -X POST 'https://mcp.pressmonitor.ca/tiktok/v1' -H 'Content-Type: application/json' -H 'Authorization: Bearer YOUR_TOKEN' -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"user_followers","arguments":{"sec_uid":"SOME_STRING_VALUE","count":20,"min_cursor":"NEXT_CURSOR"}}}'
tool user_following

Abonnements de l'utilisateur

Abonnements de l'utilisateur

Arguments

Nom Type Obligatoire Description
sec_uid string Oui Sec Uid
count string Non Nombre de résultats à retourner
cursor string Non Curseur

Exemples de code

curl -X POST 'https://mcp.pressmonitor.ca/tiktok/v1' -H 'Content-Type: application/json' -H 'Authorization: Bearer YOUR_TOKEN' -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"user_following","arguments":{"sec_uid":"SOME_STRING_VALUE","count":20,"cursor":"NEXT_CURSOR"}}}'
tool user_info

Infos utilisateur

Infos utilisateur

Arguments

Nom Type Obligatoire Description
sec_uid string Non Sec Uid
unique_id string Non ID unique
with_commerce_info string Non Avec infos commerce

Exemples de code

curl -X POST 'https://mcp.pressmonitor.ca/tiktok/v1' -H 'Content-Type: application/json' -H 'Authorization: Bearer YOUR_TOKEN' -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"user_info","arguments":{"sec_uid":"SOME_STRING_VALUE","unique_id":"SOME_STRING_VALUE","with_commerce_info":"SOME_STRING_VALUE"}}}'
tool user_info_by_id

Infos utilisateur par ID

Infos utilisateur par ID

Arguments

Nom Type Obligatoire Description
user_id string Oui ID de l'utilisateur
with_commerce_info string Non Avec infos commerce

Exemples de code

curl -X POST 'https://mcp.pressmonitor.ca/tiktok/v1' -H 'Content-Type: application/json' -H 'Authorization: Bearer YOUR_TOKEN' -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"user_info_by_id","arguments":{"user_id":"SOME_STRING_VALUE","with_commerce_info":"SOME_STRING_VALUE"}}}'
tool user_info_v2

Infos utilisateur V2

Infos utilisateur V2

Arguments

Nom Type Obligatoire Description
sec_uid string Non Sec Uid
unique_id string Non ID unique
with_commerce_info string Non Avec infos commerce

Exemples de code

curl -X POST 'https://mcp.pressmonitor.ca/tiktok/v1' -H 'Content-Type: application/json' -H 'Authorization: Bearer YOUR_TOKEN' -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"user_info_v2","arguments":{"sec_uid":"SOME_STRING_VALUE","unique_id":"SOME_STRING_VALUE","with_commerce_info":"SOME_STRING_VALUE"}}}'
tool user_playlist

Playlist utilisateur

Playlist utilisateur

Arguments

Nom Type Obligatoire Description
sec_uid string Oui Sec Uid
count string Non Nombre de résultats à retourner
cursor string Non Curseur

Exemples de code

curl -X POST 'https://mcp.pressmonitor.ca/tiktok/v1' -H 'Content-Type: application/json' -H 'Authorization: Bearer YOUR_TOKEN' -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"user_playlist","arguments":{"sec_uid":"SOME_STRING_VALUE","count":20,"cursor":"NEXT_CURSOR"}}}'
tool user_posts

Publications de l'utilisateur

Publications de l'utilisateur

Arguments

Nom Type Obligatoire Description
sec_uid string Oui Sec Uid
count string Non Nombre de résultats à retourner
cursor string Non Curseur
device_id string Non ID de l'appareil
from string Non Depuis
with_play_token string Non Avec jeton de lecture

Exemples de code

curl -X POST 'https://mcp.pressmonitor.ca/tiktok/v1' -H 'Content-Type: application/json' -H 'Authorization: Bearer YOUR_TOKEN' -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"user_posts","arguments":{"sec_uid":"SOME_STRING_VALUE","count":20,"cursor":"NEXT_CURSOR","device_id":"SOME_STRING_VALUE","from":"SOME_STRING_VALUE","with_play_token":"SOME_STRING_VALUE"}}}'
tool user_posts_liked

Publications aimées par l'utilisateur

Publications aimées par l'utilisateur

Arguments

Nom Type Obligatoire Description
sec_uid string Oui Sec Uid
count string Non Nombre de résultats à retourner
cursor string Non Curseur
device_id string Non ID de l'appareil
from string Non Depuis

Exemples de code

curl -X POST 'https://mcp.pressmonitor.ca/tiktok/v1' -H 'Content-Type: application/json' -H 'Authorization: Bearer YOUR_TOKEN' -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"user_posts_liked","arguments":{"sec_uid":"SOME_STRING_VALUE","count":20,"cursor":"NEXT_CURSOR","device_id":"SOME_STRING_VALUE","from":"SOME_STRING_VALUE"}}}'
tool user_posts_oldest

Publications les plus anciennes de l'utilisateur

Publications les plus anciennes de l'utilisateur

Arguments

Nom Type Obligatoire Description
sec_uid string Oui Sec Uid
count string Non Nombre de résultats à retourner
cursor string Non Curseur
device_id string Non ID de l'appareil
from string Non Depuis

Exemples de code

curl -X POST 'https://mcp.pressmonitor.ca/tiktok/v1' -H 'Content-Type: application/json' -H 'Authorization: Bearer YOUR_TOKEN' -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"user_posts_oldest","arguments":{"sec_uid":"SOME_STRING_VALUE","count":20,"cursor":"NEXT_CURSOR","device_id":"SOME_STRING_VALUE","from":"SOME_STRING_VALUE"}}}'
tool user_repost

Repartage utilisateur

Repartage utilisateur

Arguments

Nom Type Obligatoire Description
sec_uid string Oui Sec Uid
count string Non Nombre de résultats à retourner
cursor string Non Curseur

Exemples de code

curl -X POST 'https://mcp.pressmonitor.ca/tiktok/v1' -H 'Content-Type: application/json' -H 'Authorization: Bearer YOUR_TOKEN' -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"user_repost","arguments":{"sec_uid":"SOME_STRING_VALUE","count":20,"cursor":"NEXT_CURSOR"}}}'
tool user_story

Story utilisateur

Story utilisateur

Arguments

Nom Type Obligatoire Description
sec_uid string Oui Sec Uid
count string Non Nombre de résultats à retourner
cursor string Non Curseur
device_id string Non ID de l'appareil

Exemples de code

curl -X POST 'https://mcp.pressmonitor.ca/tiktok/v1' -H 'Content-Type: application/json' -H 'Authorization: Bearer YOUR_TOKEN' -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"user_story","arguments":{"sec_uid":"SOME_STRING_VALUE","count":20,"cursor":"NEXT_CURSOR","device_id":"SOME_STRING_VALUE"}}}'