プラットフォームインテリジェンス MCP

TikTokMCPサーバー

TikTokは短編動画、ライブストリーム、トレンド主導の発見を通じて月間10億人以上のユーザーにリーチし、文化的関連性、クリエイターキャンペーン、製品発見において重要な存在となっています。

MCP バージョン: 1.0.0 54 MCPツール 認証
TikTok

ベース 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 はい Sec 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 はい Sec 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 はい Sec 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 いいえ Sec 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 いいえ Sec 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 はい Sec 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 はい Sec 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 はい Sec 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 はい Sec 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 はい Sec 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 はい Sec 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"}}}'