MCP

تيك توكخادم MCP

تصل تيك توك إلى أكثر من 1 مليار مستخدم شهريًا من خلال مقاطع الفيديو القصيرة، والبث المباشر، واكتشاف الاتجاهات، مما يجعلها مهمة للملاءمة الثقافية، وحملات المبدعين، واكتشاف المنتجات.

MCP الإصدار: 1.0.0 5 أدوات MCP المصادقة
تيك توك

عنوان URL الأساسي

https://mcp.pressmonitor.com/mcp

المصادقة

تستخدم مكالمات MCP أيضًا رموز Bearer عبر طلبات JSON-RPC 2.0.

Authorization: Bearer YOUR_TOKEN

post_comments

تعليقات المنشور

المتغيرات

الاسم نوع مطلوب الوصف
aweme_id string نعم معرّف Aweme
count integer لا عدد النتائج للإرجاع
cursor integer لا المؤشر
device_id string لا معرّف الجهاز

أمثلة الشيفرة

curl -X POST "https://mcp.pressmonitor.com/mcp" -H "Authorization: Bearer YOUR_API_KEY" -H "x-subscription-id: YOUR_SUB_ID" -H "Content-Type: application/json" -d '{
  "jsonrpc": "2.0",
  "method": "tools/call",
  "params": {
    "name": "post_comments",
    "arguments": {
      "aweme_id": "VALUE"
    }
  },
  "id": 1
}'

post_detail

تفاصيل المنشور

المتغيرات

الاسم نوع مطلوب الوصف
aweme_id string نعم معرّف Aweme
device_id string لا معرّف الجهاز
from string لا من

أمثلة الشيفرة

curl -X POST "https://mcp.pressmonitor.com/mcp" -H "Authorization: Bearer YOUR_API_KEY" -H "x-subscription-id: YOUR_SUB_ID" -H "Content-Type: application/json" -d '{
  "jsonrpc": "2.0",
  "method": "tools/call",
  "params": {
    "name": "post_detail",
    "arguments": {
      "aweme_id": "VALUE"
    }
  },
  "id": 1
}'

search_video

بحث عن فيديو

المتغيرات

الاسم نوع مطلوب الوصف
keyword string نعم الكلمة المفتاحية
count integer لا عدد النتائج للإرجاع
cursor integer لا المؤشر
device_id string لا معرّف الجهاز
search_id string لا معرّف البحث

أمثلة الشيفرة

curl -X POST "https://mcp.pressmonitor.com/mcp" -H "Authorization: Bearer YOUR_API_KEY" -H "x-subscription-id: YOUR_SUB_ID" -H "Content-Type: application/json" -d '{
  "jsonrpc": "2.0",
  "method": "tools/call",
  "params": {
    "name": "search_video",
    "arguments": {
      "keyword": "VALUE"
    }
  },
  "id": 1
}'

user_info

معلومات المستخدم

المتغيرات

الاسم نوع مطلوب الوصف
sec_uid string لا Sec Uid
unique_id string لا معرّف فريد
with_commerce_info string لا مع معلومات التجارة

أمثلة الشيفرة

curl -X POST "https://mcp.pressmonitor.com/mcp" -H "Authorization: Bearer YOUR_API_KEY" -H "x-subscription-id: YOUR_SUB_ID" -H "Content-Type: application/json" -d '{
  "jsonrpc": "2.0",
  "method": "tools/call",
  "params": {
    "name": "user_info",
    "arguments": {}
  },
  "id": 1
}'

user_posts

منشورات المستخدم

المتغيرات

الاسم نوع مطلوب الوصف
sec_uid string نعم Sec Uid
count integer لا عدد النتائج للإرجاع
cursor integer لا المؤشر
device_id string لا معرّف الجهاز
from string لا من
with_play_token string لا مع رمز التشغيل

أمثلة الشيفرة

curl -X POST "https://mcp.pressmonitor.com/mcp" -H "Authorization: Bearer YOUR_API_KEY" -H "x-subscription-id: YOUR_SUB_ID" -H "Content-Type: application/json" -d '{
  "jsonrpc": "2.0",
  "method": "tools/call",
  "params": {
    "name": "user_posts",
    "arguments": {
      "sec_uid": "VALUE"
    }
  },
  "id": 1
}'