MCP

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

भारत के टीवी न्यूज चैनलों का ट्रांसक्रिप्ट सहित व्यापक मॉनिटरिंग, सभी 22 आधिकारिक भाषाओं में।

MCP Version: 1.0.0 4 MCP Tools Authentication
प्रसारण मीडिया

Base URL

https://mcp.pressmonitor.co.in/mcp

Authentication

MCP calls use Bearer tokens over JSON-RPC 2.0.

Authorization: Bearer YOUR_TOKEN

headlines

प्रसारण हेडलाइंस प्राप्त करें

Arguments

Name Type Required Description
keywords_text string Yes खोज शब्द या कीवर्ड
channel string No फ़िल्टर करने के लिए चैनल आईडी
country_code string No देश कोड द्वारा फ़िल्टर करें (ISO 3166-1 alpha-2)
lang_code string No भाषा कोड द्वारा फ़िल्टर करें (ISO 639-1)
count integer No प्राप्त करने के लिए परिणामों की संख्या

Code Examples

curl -X POST "https://mcp.pressmonitor.co.in/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

प्रसारण ब्रिफ्स (हेडलाइंस + विवरण) प्राप्त करें

Arguments

Name Type Required Description
keywords_text string Yes खोज शब्द या कीवर्ड
channel string No फ़िल्टर करने के लिए चैनल आईडी
count integer No प्राप्त करने के लिए परिणामों की संख्या

Code Examples

curl -X POST "https://mcp.pressmonitor.co.in/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
}'

headlines

अनुवादित प्रसारण हेडलाइंस प्राप्त करें

Arguments

Name Type Required Description
keywords_text string Yes खोज शब्द या कीवर्ड
target_lang_code string Yes अनुवाद के लिए लक्षित भाषा कोड (ISO 639-1)
channel string No फ़िल्टर करने के लिए चैनल आईडी
count integer No प्राप्त करने के लिए परिणामों की संख्या

Code Examples

curl -X POST "https://mcp.pressmonitor.co.in/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",
      "target_lang_code": "VALUE"
    }
  },
  "id": 1
}'

briefs

अनुवादित प्रसारण ब्रिफ्स प्राप्त करें

Arguments

Name Type Required Description
keywords_text string Yes खोज शब्द या कीवर्ड
target_lang_code string Yes अनुवाद के लिए लक्षित भाषा कोड (ISO 639-1)
channel string No फ़िल्टर करने के लिए चैनल आईडी
count integer No प्राप्त करने के लिए परिणामों की संख्या

Code Examples

curl -X POST "https://mcp.pressmonitor.co.in/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",
      "target_lang_code": "VALUE"
    }
  },
  "id": 1
}'