MCP
YouTube MCP Server
YouTube हर महीने 2 बिलियन से अधिक लॉगिन किए गए उपयोगकर्ताओं तक पहुँचता है, जो वीडियो, शॉर्ट्स, लाइव स्ट्रीम और पॉडकास्ट के माध्यम से महत्वपूर्ण है।
MCP Version: 1.0.0 1 MCP Tools Authentication
Base URL
https://mcp.pressmonitor.com/mcp Authentication
MCP calls use Bearer tokens over JSON-RPC 2.0.
Authorization: Bearer YOUR_TOKEN search
YouTube वीडियो खोजें
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
| query_text | string | Yes | खोज क्वेरी पाठ |
| num | integer | No | अधिकतम परिणामों की संख्या |
| order | string | No | क्रमबद्ध करने का आदेश |
| event-type | string | No | लाइव इवेंट प्रकार फ़िल्टर |
| token | string | No | पृष्ठांकन टोकन |
| country_code | string | No | क्षेत्र कोड |
| lang_code | string | No | संबंधित भाषा कोड |
Code Examples
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": "search",
"arguments": {
"query_text": "VALUE"
}
},
"id": 1
}'