コアサービス MCP

オンラインニュースMCPサーバー

オンラインニュースは、デジタルネイティブメディアや新聞、放送局、通信社、ウェブ上の雑誌による報道を含み、評判、市場動向、政策開発、迅速な公共情報に重要です。

MCP バージョン: 1.0.0 3 MCPツール 認証
オンラインニュース

ベース URL

https://mcp.pressmonitor.com/

認証

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

Authorization: Bearer YOUR_TOKEN

ツールを探す

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

curl -X POST \ 'https://mcp.pressmonitor.com/' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'
tool news_headlines

見出しツール

見出しツール

引数

名前 タイプ 必須 説明
keywords_text string はい キーワードテキスト
lang_code string いいえ 言語コード
country_code string いいえ 国コード
count string いいえ 件数
cursor string いいえ カーソル

コード例

curl -X POST \ 'https://mcp.pressmonitor.com/' \ -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

ブリーフィングツール

ブリーフィングツール

引数

名前 タイプ 必須 説明
keywords_text string はい キーワードテキスト
lang_code string いいえ 言語コード
country_code string いいえ 国コード
count string いいえ 件数
cursor string いいえ カーソル

コード例

curl -X POST \ 'https://mcp.pressmonitor.com/' \ -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

全文検索ツール

全文検索ツール

引数

名前 タイプ 必須 説明
keywords_text string はい キーワードテキスト
lang_code string いいえ 言語コード
country_code string いいえ 国コード
count string いいえ 件数
cursor string いいえ カーソル

コード例

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