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

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

अखबार, पत्रिकाएँ, व्यापार प्रकाशन, संपादकीय सामग्री, प्रेस कवरेज, और प्रिंट पत्रकारिता।

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

बेस URL

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

प्रमाणीकरण

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

Authorization: Bearer YOUR_TOKEN

टूल्स खोजें

MCP सर्वर द्वारा प्रदर्शित टूल्स की सूची बनाकर शुरू करें।

curl -X POST 'https://mcp.pressmonitor.com/news-print/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-print/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-print/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-print/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
ns string हां Ns
date string हां Date
host string नहीं Host
ttl string नहीं Ttl

कोड उदाहरण

curl -X POST 'https://mcp.pressmonitor.com/news-print/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","ns":"SOME_STRING_VALUE","date":"SOME_STRING_VALUE","host":"SOME_STRING_VALUE","ttl":3600}}}'