MCP
YouTube MCP Server
YouTube raggiunge oltre 2 miliardi di utenti mensili connessi, rendendolo essenziale per visibilità, educazione e storytelling del brand.
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
Cerca video su YouTube
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
| query_text | string | Yes | Testo di ricerca |
| num | integer | No | Numero massimo di risultati |
| order | string | No | Ordine di ordinamento |
| event-type | string | No | Filtro tipo evento live |
| token | string | No | Token di paginazione |
| country_code | string | No | Codice regione |
| lang_code | string | No | Codice lingua di rilevanza |
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
}'