الخدمات الأساسية MCP

وسائل الإعلام الإذاعيةخادم MCP

التلفزيون، الراديو، القنوات، البرامج، النصوص، الصحافة الإذاعية، والتغطية الإخبارية السمعية البصرية.

MCP الإصدار: 1.0.0 4 أدوات MCP المصادقة
وسائل الإعلام الإذاعية

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

https://mcp.pressmonitor.com/news-electronic/v1

المصادقة

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

Authorization: Bearer YOUR_TOKEN

اكتشف الأدوات

ابدأ بإدراج الأدوات المعروضة من خادم MCP.

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

News Headlines

News Headlines

المتغيرات

الاسم نوع مطلوب الوصف
keywords_text string نعم Keywords text
lang_code string لا Lang code
country_code string لا Country code
count string لا Count
cursor string لا Cursor

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

curl -X POST 'https://mcp.pressmonitor.com/news-electronic/v1' -H 'Content-Type: application/json' -H 'Authorization: Bearer YOUR_TOKEN' -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"news_headlines","arguments":{"keywords_text":"SOME_STRING_VALUE","lang_code":"SOME_STRING_VALUE","country_code":"SOME_STRING_VALUE","count":20,"cursor":"NEXT_CURSOR"}}}'
tool news_briefs

News Briefs

News Briefs

المتغيرات

الاسم نوع مطلوب الوصف
keywords_text string نعم Keywords text
lang_code string لا Lang code
country_code string لا Country code
count string لا Count
cursor string لا Cursor

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

curl -X POST 'https://mcp.pressmonitor.com/news-electronic/v1' -H 'Content-Type: application/json' -H 'Authorization: Bearer YOUR_TOKEN' -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"news_briefs","arguments":{"keywords_text":"SOME_STRING_VALUE","lang_code":"SOME_STRING_VALUE","country_code":"SOME_STRING_VALUE","count":20,"cursor":"NEXT_CURSOR"}}}'
tool news_fulltext

News Fulltext

News Fulltext

المتغيرات

الاسم نوع مطلوب الوصف
keywords_text string نعم Keywords text
lang_code string لا Lang code
country_code string لا Country code
count string لا Count
cursor string لا Cursor

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

curl -X POST 'https://mcp.pressmonitor.com/news-electronic/v1' -H 'Content-Type: application/json' -H 'Authorization: Bearer YOUR_TOKEN' -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"news_fulltext","arguments":{"keywords_text":"SOME_STRING_VALUE","lang_code":"SOME_STRING_VALUE","country_code":"SOME_STRING_VALUE","count":20,"cursor":"NEXT_CURSOR"}}}'
tool news_clip

News Clip

News Clip

المتغيرات

الاسم نوع مطلوب الوصف
id string نعم Id
date string نعم Date
host string لا Host
ttl string لا Ttl

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

curl -X POST 'https://mcp.pressmonitor.com/news-electronic/v1' -H 'Content-Type: application/json' -H 'Authorization: Bearer YOUR_TOKEN' -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"news_clip","arguments":{"id":"SOME_STRING_VALUE","date":"SOME_STRING_VALUE","host":"SOME_STRING_VALUE","ttl":3600}}}'