MCP
YouTubeMCPサーバー
YouTubeは、毎月20億以上のログインユーザーにアクセスされ、検索の可視性、教育、ブランドストーリーテリング、クリエイター主導の需要にとって重要です。
MCP バージョン: 1.0.0 1 MCPツール 認証
ベース URL
https://mcp.pressmonitor.com/mcp 認証
MCP呼び出しは、JSON-RPC 2.0リクエストを介してBearerトークンを使用します。
Authorization: Bearer YOUR_TOKEN search
YouTube動画を検索
引数
| 名前 | タイプ | 必須 | 説明 |
|---|---|---|---|
| query_text | string | はい | 検索クエリテキスト |
| num | integer | いいえ | 最大結果数 |
| order | string | いいえ | 並び順 |
| event-type | string | いいえ | ライブイベントタイプフィルター |
| token | string | いいえ | ページネーショントークン |
| country_code | string | いいえ | 地域コード |
| lang_code | string | いいえ | 関連言語コード |
コード例
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
}'