मुख्य सेवाएं MCP

प्रसारण मीडिया MCP सर्वर

टेलीविजन, रेडियो, चैनल, कार्यक्रम, प्रतिलेख, प्रसारण पत्रकारिता, और ऑडियो-विजुअल समाचार कवरेज।

MCP संस्करण: 1.0.0 4 MCP टूल्स प्रमाणीकरण
प्रसारण मीडिया

बेस URL

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

प्रमाणीकरण

MCP कॉल भी JSON-RPC 2.0 अनुरोधों पर Bearer टोकन का उपयोग करती हैं।

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}}}'