Servicios Principales MCP

Medios ImpresosServidor MCP

Periódicos, revistas, publicaciones comerciales, producción editorial, cobertura de prensa y periodismo impreso.

MCP Versión: 1.0.0 4 Herramientas MCP Autenticación
Medios Impresos

URL base

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

Autenticación

Las llamadas MCP también utilizan tokens Bearer sobre solicitudes JSON-RPC 2.0.

Authorization: Bearer YOUR_TOKEN

Descubrir Herramientas

Comienza enumerando las herramientas expuestas por el servidor MCP.

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

Argumentos

Nombre Tipo Requerido Descripción
keywords_text string Keywords text
lang_code string No Lang code
country_code string No Country code
count string No Count
cursor string No Cursor

Ejemplos de código

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

Argumentos

Nombre Tipo Requerido Descripción
keywords_text string Keywords text
lang_code string No Lang code
country_code string No Country code
count string No Count
cursor string No Cursor

Ejemplos de código

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

Argumentos

Nombre Tipo Requerido Descripción
keywords_text string Keywords text
lang_code string No Lang code
country_code string No Country code
count string No Count
cursor string No Cursor

Ejemplos de código

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

Argumentos

Nombre Tipo Requerido Descripción
id string Id
ns string Ns
date string Date
host string No Host
ttl string No Ttl

Ejemplos de código

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