コアサービス MCP

放送メディアMCPサーバー

テレビ、ラジオ、チャンネル、プログラム、トランスクリプト、放送ジャーナリズム、視覚音声ニュースの報道。

MCP バージョン: 1.0.0 4 MCPツール 認証
放送メディア

ベース URL

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

認証

MCP呼び出しは、JSON-RPC 2.0リクエストを介してBearerトークンを使用します。

Authorization: Bearer YOUR_TOKEN

ツールを探す

MCPサーバーによって公開されているツールのリストを作成します。

curl -X POST 'https://mcp.pressmonitor.com/news-electronic/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-electronic/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-electronic/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-electronic/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
date string はい Date
host string いいえ Host
ttl string いいえ Ttl

コード例

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