MCP

الأخبار عبر الإنترنتخادم MCP

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

MCP الإصدار: 1.0.0 3 أدوات MCP المصادقة
الأخبار عبر الإنترنت

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

https://mcp.pressmonitor.com/mcp

المصادقة

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

Authorization: Bearer YOUR_TOKEN

headlines

أداة العناوين الرئيسية

المتغيرات

الاسم نوع مطلوب الوصف
keywords_text string نعم نص الكلمات المفتاحية
lang_code string لا رمز اللغة
country_code string لا رمز الدولة
count integer لا العدد
cursor string لا المؤشر
date_from string لا Start date for news (YYYY-MM-DD format)
date_to string لا End date for news (YYYY-MM-DD format)
sort string لا latest|relevance(default)

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

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": "headlines",
    "arguments": {
      "keywords_text": "VALUE"
    }
  },
  "id": 1
}'

briefs

أداة الملخصات

المتغيرات

الاسم نوع مطلوب الوصف
keywords_text string نعم نص الكلمات المفتاحية
lang_code string لا رمز اللغة
country_code string لا رمز الدولة
count integer لا العدد
cursor string لا المؤشر
date_from string لا Start date for news (YYYY-MM-DD format)
date_to string لا End date for news (YYYY-MM-DD format)
sort string لا latest|relevance(default)

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

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": "briefs",
    "arguments": {
      "keywords_text": "VALUE"
    }
  },
  "id": 1
}'

fulltext

أداة النص الكامل

المتغيرات

الاسم نوع مطلوب الوصف
keywords_text string نعم نص الكلمات المفتاحية
lang_code string لا رمز اللغة
country_code string لا رمز الدولة
count integer لا العدد
cursor string لا المؤشر
date_from string لا Start date for news (YYYY-MM-DD format)
date_to string لا End date for news (YYYY-MM-DD format)
sort string لا latest|relevance(default)

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

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": "fulltext",
    "arguments": {
      "keywords_text": "VALUE"
    }
  },
  "id": 1
}'