Intelligence plateformes MCP

LinkedIn Serveur MCP

LinkedIn compte près de 1,3 milliard de membres autour des profils, pages entreprises, publications, offres d'emploi et contenus professionnels, ce qui en fait une plateforme importante pour le marketing B2B, le recrutement, la visibilité des dirigeants et la génération de leads.

MCP Version: 1.0.0 9 Outils MCP Authentification
LinkedIn

URL de base

https://mcp.pressmonitor.fr/linkedin/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.fr/linkedin/v1' -H 'Content-Type: application/json' -H 'Authorization: Bearer YOUR_TOKEN' -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'
tool activity_time

Temps d'activité

Temps d'activité

Arguments

Nom Type Obligatoire Description
linkedin_url string Oui URL LinkedIn

Exemples de code

curl -X POST 'https://mcp.pressmonitor.fr/linkedin/v1' -H 'Content-Type: application/json' -H 'Authorization: Bearer YOUR_TOKEN' -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"activity_time","arguments":{"linkedin_url":"SOME_STRING_VALUE"}}}'
tool company

Entreprise

Entreprise

Arguments

Nom Type Obligatoire Description
linkedin_url string Oui URL LinkedIn

Exemples de code

curl -X POST 'https://mcp.pressmonitor.fr/linkedin/v1' -H 'Content-Type: application/json' -H 'Authorization: Bearer YOUR_TOKEN' -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"company","arguments":{"linkedin_url":"SOME_STRING_VALUE"}}}'
tool company_posts

Publications de l'entreprise

Publications de l'entreprise

Exemples de code

curl -X POST 'https://mcp.pressmonitor.fr/linkedin/v1' -H 'Content-Type: application/json' -H 'Authorization: Bearer YOUR_TOKEN' -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"company_posts","arguments":[]}}'
tool companyby_domain

Entreprise par domaine

Entreprise par domaine

Arguments

Nom Type Obligatoire Description
domain string Oui Domaine

Exemples de code

curl -X POST 'https://mcp.pressmonitor.fr/linkedin/v1' -H 'Content-Type: application/json' -H 'Authorization: Bearer YOUR_TOKEN' -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"companyby_domain","arguments":{"domain":"SOME_STRING_VALUE"}}}'
tool get_posts

Obtenir Publications

Obtenir Publications

Exemples de code

curl -X POST 'https://mcp.pressmonitor.fr/linkedin/v1' -H 'Content-Type: application/json' -H 'Authorization: Bearer YOUR_TOKEN' -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_posts","arguments":[]}}'
tool posts

Publications

Publications

Exemples de code

curl -X POST 'https://mcp.pressmonitor.fr/linkedin/v1' -H 'Content-Type: application/json' -H 'Authorization: Bearer YOUR_TOKEN' -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"posts","arguments":[]}}'
tool profile

Profil

Profil

Exemples de code

curl -X POST 'https://mcp.pressmonitor.fr/linkedin/v1' -H 'Content-Type: application/json' -H 'Authorization: Bearer YOUR_TOKEN' -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"profile","arguments":[]}}'
tool sales_nav_profile

Profil Sales Navigator

Profil Sales Navigator

Arguments

Nom Type Obligatoire Description
linkedin_url string Oui URL LinkedIn

Exemples de code

curl -X POST 'https://mcp.pressmonitor.fr/linkedin/v1' -H 'Content-Type: application/json' -H 'Authorization: Bearer YOUR_TOKEN' -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"sales_nav_profile","arguments":{"linkedin_url":"SOME_STRING_VALUE"}}}'
tool search_posts

Rechercher Publications

Rechercher Publications

Exemples de code

curl -X POST 'https://mcp.pressmonitor.fr/linkedin/v1' -H 'Content-Type: application/json' -H 'Authorization: Bearer YOUR_TOKEN' -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_posts","arguments":[]}}'