Kernleistungen MCP

Printmedien MCP-Server

Zeitungen, Magazine, Fachpublikationen, redaktionelle Inhalte, Presseberichterstattung und Printjournalismus.

MCP Version: 1.0.0 4 MCP-Tools Authentifizierung
Printmedien

Basis-URL

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

Authentifizierung

MCP-Anrufe verwenden ebenfalls Bearer-Token über JSON-RPC 2.0-Anfragen.

Authorization: Bearer YOUR_TOKEN

Werkzeuge entdecken

Beginnen Sie mit der Auflistung der von dem MCP-Server bereitgestellten Werkzeuge.

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

Argumente

Name Typ Erforderlich Beschreibung
keywords_text string Ja Keywords text
lang_code string Nein Lang code
country_code string Nein Country code
count string Nein Count
cursor string Nein Cursor

Code-Beispiele

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

Argumente

Name Typ Erforderlich Beschreibung
keywords_text string Ja Keywords text
lang_code string Nein Lang code
country_code string Nein Country code
count string Nein Count
cursor string Nein Cursor

Code-Beispiele

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

Argumente

Name Typ Erforderlich Beschreibung
keywords_text string Ja Keywords text
lang_code string Nein Lang code
country_code string Nein Country code
count string Nein Count
cursor string Nein Cursor

Code-Beispiele

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

Argumente

Name Typ Erforderlich Beschreibung
id string Ja Id
ns string Ja Ns
date string Ja Date
host string Nein Host
ttl string Nein Ttl

Code-Beispiele

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