플랫폼 인텔리전스 MCP

틱톡 MCP 서버

틱톡은 짧은 동영상, 라이브 스트림 및 트렌드 기반 발견을 통해 월 10억 명 이상의 사용자를 도달시키며, 문화적 관련성, 크리에이터 캠페인 및 제품 발견에 중요한 플랫폼입니다.

MCP 버전: 1.0.0 54 MCP 도구 인증
틱톡

기본 URL

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

인증

MCP 호출은 JSON-RPC 2.0 요청을 통해 Bearer 토큰도 사용합니다.

Authorization: Bearer YOUR_TOKEN

도구 찾기

MCP 서버에서 노출된 도구를 나열해 보세요.

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

챌린지 정보

챌린지 정보

인수

이름 유형 필수 설명
challenge_id string 챌린지 ID
device_id string 아니요 디바이스 ID

코드 예제

curl -X POST \ 'https://mcp.pressmonitor.com/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

챌린지 게시물

챌린지 게시물

인수

이름 유형 필수 설명
challenge_id string 챌린지 ID
count string 아니요 반환할 결과 수
cursor string 아니요 커서
device_id string 아니요 디바이스 ID

코드 예제

curl -X POST \ 'https://mcp.pressmonitor.com/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

컬렉션 정보

컬렉션 정보

인수

이름 유형 필수 설명
collection_id string 컬렉션 ID
device_id string 아니요 디바이스 ID

코드 예제

curl -X POST \ 'https://mcp.pressmonitor.com/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

컬렉션 게시물

컬렉션 게시물

인수

이름 유형 필수 설명
collection_id string 컬렉션 ID
count string 아니요 반환할 결과 수
cursor string 아니요 커서
device_id string 아니요 디바이스 ID

코드 예제

curl -X POST \ 'https://mcp.pressmonitor.com/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

음악 다운로드

음악 다운로드

인수

이름 유형 필수 설명
music_id string 음악 ID
device_id string 아니요 디바이스 ID
format string 아니요 포맷

코드 예제

curl -X POST \ 'https://mcp.pressmonitor.com/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

비디오 다운로드

비디오 다운로드

인수

이름 유형 필수 설명
aweme_id string Aweme ID
device_id string 아니요 디바이스 ID
format string 아니요 포맷

코드 예제

curl -X POST \ 'https://mcp.pressmonitor.com/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

이펙트 정보

이펙트 정보

인수

이름 유형 필수 설명
effect_id string 이펙트 ID
device_id string 아니요 디바이스 ID

코드 예제

curl -X POST \ 'https://mcp.pressmonitor.com/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

이펙트 게시물

이펙트 게시물

인수

이름 유형 필수 설명
effect_id string 이펙트 ID
count string 아니요 반환할 결과 수
cursor string 아니요 커서
device_id string 아니요 디바이스 ID

코드 예제

curl -X POST \ 'https://mcp.pressmonitor.com/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

라이브 카테고리

라이브 카테고리

인수

이름 유형 필수 설명
device_id string 아니요 디바이스 ID
lang string 아니요 언어

코드 예제

curl -X POST \ 'https://mcp.pressmonitor.com/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

라이브 상태 확인

라이브 상태 확인

인수

이름 유형 필수 설명
room_id string 룸 ID
device_id string 아니요 디바이스 ID

코드 예제

curl -X POST \ 'https://mcp.pressmonitor.com/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

라이브 스트림

라이브 스트림

인수

이름 유형 필수 설명
room_id string 룸 ID
device_id string 아니요 디바이스 ID

코드 예제

curl -X POST \ 'https://mcp.pressmonitor.com/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

음악 정보

음악 정보

인수

이름 유형 필수 설명
music_id string 음악 ID
device_id string 아니요 디바이스 ID

코드 예제

curl -X POST \ 'https://mcp.pressmonitor.com/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

음악 게시물

음악 게시물

인수

이름 유형 필수 설명
music_id string 음악 ID
count string 아니요 반환할 결과 수
cursor string 아니요 커서
device_id string 아니요 디바이스 ID

코드 예제

curl -X POST \ 'https://mcp.pressmonitor.com/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

무제한 음악 사운드

무제한 음악 사운드

인수

이름 유형 필수 설명
music_id string 음악 ID
count string 아니요 반환할 결과 수
cursor string 아니요 커서
device_id string 아니요 디바이스 ID

코드 예제

curl -X POST \ 'https://mcp.pressmonitor.com/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

장소 정보

장소 정보

인수

이름 유형 필수 설명
challenge_id string 챌린지 ID
device_id string 아니요 디바이스 ID

코드 예제

curl -X POST \ 'https://mcp.pressmonitor.com/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

장소 게시물

장소 게시물

인수

이름 유형 필수 설명
challenge_id string 챌린지 ID
count string 아니요 반환할 결과 수
cursor string 아니요 커서
device_id string 아니요 디바이스 ID

코드 예제

curl -X POST \ 'https://mcp.pressmonitor.com/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

게시물 카테고리

게시물 카테고리

인수

이름 유형 필수 설명
sec_uid string 보안 Uid
category_type string 아니요 카테고리 유형
count string 아니요 반환할 결과 수
cursor string 아니요 커서
device_id string 아니요 디바이스 ID

코드 예제

curl -X POST \ 'https://mcp.pressmonitor.com/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

게시물 댓글

게시물 댓글

인수

이름 유형 필수 설명
aweme_id string Aweme ID
count string 아니요 반환할 결과 수
cursor string 아니요 커서
device_id string 아니요 디바이스 ID

코드 예제

curl -X POST \ 'https://mcp.pressmonitor.com/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

게시물 상세

게시물 상세

인수

이름 유형 필수 설명
aweme_id string Aweme ID
device_id string 아니요 디바이스 ID
from string 아니요 시작 위치

코드 예제

curl -X POST \ 'https://mcp.pressmonitor.com/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

게시물 검색 키워드

게시물 검색 키워드

인수

이름 유형 필수 설명
keyword string 키워드
count string 아니요 반환할 결과 수
cursor string 아니요 커서
device_id string 아니요 디바이스 ID

코드 예제

curl -X POST \ 'https://mcp.pressmonitor.com/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

관련 게시물

관련 게시물

인수

이름 유형 필수 설명
aweme_id string Aweme ID
count string 아니요 반환할 결과 수
device_id string 아니요 디바이스 ID

코드 예제

curl -X POST \ 'https://mcp.pressmonitor.com/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

게시물 답글 댓글

게시물 답글 댓글

인수

이름 유형 필수 설명
aweme_id string Aweme ID
comment_id string 댓글 ID
count string 아니요 반환할 결과 수
cursor string 아니요 커서
device_id string 아니요 디바이스 ID

코드 예제

curl -X POST \ 'https://mcp.pressmonitor.com/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

계정 검색

계정 검색

인수

이름 유형 필수 설명
keyword string 키워드
count string 아니요 반환할 결과 수
cursor string 아니요 커서
device_id string 아니요 디바이스 ID
search_id string 아니요 검색 ID

코드 예제

curl -X POST \ 'https://mcp.pressmonitor.com/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

일반 검색

일반 검색

인수

이름 유형 필수 설명
keyword string 키워드
count string 아니요 반환할 결과 수
cursor string 아니요 커서
search_id string 아니요 검색 ID

코드 예제

curl -X POST \ 'https://mcp.pressmonitor.com/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

라이브 검색

라이브 검색

인수

이름 유형 필수 설명
keyword string 키워드
count string 아니요 반환할 결과 수
cursor string 아니요 커서
device_id string 아니요 디바이스 ID
search_id string 아니요 검색 ID

코드 예제

curl -X POST \ 'https://mcp.pressmonitor.com/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

검색 제안 키워드

검색 제안 키워드

인수

이름 유형 필수 설명
keyword string 키워드
device_id string 아니요 디바이스 ID

코드 예제

curl -X POST \ 'https://mcp.pressmonitor.com/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

동영상 검색

동영상 검색

인수

이름 유형 필수 설명
keyword string 키워드
count string 아니요 반환할 결과 수
cursor string 아니요 커서
device_id string 아니요 디바이스 ID
search_id string 아니요 검색 ID

코드 예제

curl -X POST \ 'https://mcp.pressmonitor.com/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

사용자 팔로워

사용자 팔로워

인수

이름 유형 필수 설명
sec_uid string 보안 Uid
count string 아니요 반환할 결과 수
min_cursor string 아니요 최소 커서

코드 예제

curl -X POST \ 'https://mcp.pressmonitor.com/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

사용자 팔로잉

사용자 팔로잉

인수

이름 유형 필수 설명
sec_uid string 보안 Uid
count string 아니요 반환할 결과 수
cursor string 아니요 커서

코드 예제

curl -X POST \ 'https://mcp.pressmonitor.com/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

사용자 정보

사용자 정보

인수

이름 유형 필수 설명
sec_uid string 아니요 보안 Uid
unique_id string 아니요 고유 ID
with_commerce_info string 아니요 상거래 정보 포함

코드 예제

curl -X POST \ 'https://mcp.pressmonitor.com/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

ID로 사용자 정보

ID로 사용자 정보

인수

이름 유형 필수 설명
user_id string 사용자 ID
with_commerce_info string 아니요 상거래 정보 포함

코드 예제

curl -X POST \ 'https://mcp.pressmonitor.com/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

사용자 정보 V2

사용자 정보 V2

인수

이름 유형 필수 설명
sec_uid string 아니요 보안 Uid
unique_id string 아니요 고유 ID
with_commerce_info string 아니요 상거래 정보 포함

코드 예제

curl -X POST \ 'https://mcp.pressmonitor.com/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

사용자 재생목록

사용자 재생목록

인수

이름 유형 필수 설명
sec_uid string 보안 Uid
count string 아니요 반환할 결과 수
cursor string 아니요 커서

코드 예제

curl -X POST \ 'https://mcp.pressmonitor.com/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

사용자 게시물

사용자 게시물

인수

이름 유형 필수 설명
sec_uid string 보안 Uid
count string 아니요 반환할 결과 수
cursor string 아니요 커서
device_id string 아니요 디바이스 ID
from string 아니요 시작 위치
with_play_token string 아니요 재생 토큰 포함

코드 예제

curl -X POST \ 'https://mcp.pressmonitor.com/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

사용자가 좋아요한 게시물

사용자가 좋아요한 게시물

인수

이름 유형 필수 설명
sec_uid string 보안 Uid
count string 아니요 반환할 결과 수
cursor string 아니요 커서
device_id string 아니요 디바이스 ID
from string 아니요 시작 위치

코드 예제

curl -X POST \ 'https://mcp.pressmonitor.com/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

사용자 게시물 중 가장 오래된

사용자 게시물 중 가장 오래된

인수

이름 유형 필수 설명
sec_uid string 보안 Uid
count string 아니요 반환할 결과 수
cursor string 아니요 커서
device_id string 아니요 디바이스 ID
from string 아니요 시작 위치

코드 예제

curl -X POST \ 'https://mcp.pressmonitor.com/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

사용자 리포스트

사용자 리포스트

인수

이름 유형 필수 설명
sec_uid string 보안 Uid
count string 아니요 반환할 결과 수
cursor string 아니요 커서

코드 예제

curl -X POST \ 'https://mcp.pressmonitor.com/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

사용자 스토리

사용자 스토리

인수

이름 유형 필수 설명
sec_uid string 보안 Uid
count string 아니요 반환할 결과 수
cursor string 아니요 커서
device_id string 아니요 디바이스 ID

코드 예제

curl -X POST \ 'https://mcp.pressmonitor.com/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"}}}'