Servizi principali MCP

Notizie Online Server MCP

Le notizie online includono report pubblicati da media nativi digitali, giornali, emittenti, agenzie di stampa e riviste sul web. Sono importanti per la reputazione, i segnali di mercato, gli sviluppi politici e le informazioni pubbliche in rapido movimento.

MCP Versione: 1.0.0 3 Strumenti MCP Autenticazione
Notizie Online

URL base

https://mcp.pressmonitor.com/

Autenticazione

Le chiamate MCP utilizzano anche Bearer token su richieste JSON-RPC 2.0.

Authorization: Bearer YOUR_TOKEN

Scopri strumenti

Inizia elencando gli strumenti esposti dal server 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

Strumento Titoli

Strumento Titoli

Argomenti

Nome Tipo Obbligatorio Descrizione
keywords_text string Testo parole chiave
lang_code string No Codice lingua
country_code string No Codice Paese
count string No Conteggio
cursor string No Cursore

Esempi di codice

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

Strumento Sommari

Strumento Sommari

Argomenti

Nome Tipo Obbligatorio Descrizione
keywords_text string Testo parole chiave
lang_code string No Codice lingua
country_code string No Codice Paese
count string No Conteggio
cursor string No Cursore

Esempi di codice

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

Strumento Testo completo

Strumento Testo completo

Argomenti

Nome Tipo Obbligatorio Descrizione
keywords_text string Testo parole chiave
lang_code string No Codice lingua
country_code string No Codice Paese
count string No Conteggio
cursor string No Cursore

Esempi di codice

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