Основные услуги MCP

Электронные СМИ MCP Сервер

Телевидение, радио, каналы, программы, расшифровки, рекламная журналистика и аудиовизуальное новостное покрытие.

MCP Версия: 1.0.0 4 Инструменты MCP Аутентификация
Электронные СМИ

Базовый URL

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

Аутентификация

Вызовы MCP также используют токены Bearer в запросах JSON-RPC 2.0.

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}}}'