Services essentiels MCP

Presse écrite Serveur MCP

Journaux, magazines, publications professionnelles, production éditoriale, couverture de presse et journalisme imprimé.

MCP Version: 1.0.0 4 Outils MCP Authentification
Presse écrite

URL de base

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

Authentification

Les appels MCP utilisent aussi des jetons Bearer sur des requêtes JSON-RPC 2.0.

Authorization: Bearer YOUR_TOKEN

Découvrir les outils

Commencez par lister les outils exposés par le serveur MCP.

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

Arguments

Nom Type Obligatoire Description
keywords_text string Oui Keywords text
lang_code string Non Lang code
country_code string Non Country code
count string Non Count
cursor string Non Cursor

Exemples de code

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

Arguments

Nom Type Obligatoire Description
keywords_text string Oui Keywords text
lang_code string Non Lang code
country_code string Non Country code
count string Non Count
cursor string Non Cursor

Exemples de code

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

Arguments

Nom Type Obligatoire Description
keywords_text string Oui Keywords text
lang_code string Non Lang code
country_code string Non Country code
count string Non Count
cursor string Non Cursor

Exemples de code

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

Arguments

Nom Type Obligatoire Description
id string Oui Id
ns string Oui Ns
date string Oui Date
host string Non Host
ttl string Non Ttl

Exemples de code

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