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
URL de base
https://mcp.pressmonitor.ca/mcp Authentification
Les appels MCP utilisent aussi des jetons Bearer sur des requêtes JSON-RPC 2.0.
Authorization: Bearer YOUR_TOKEN activity_time
Temps d'activité
Arguments
| Nom | Type | Obligatoire | Description |
|---|---|---|---|
| linkedin_url | string | Oui | URL LinkedIn |
Exemples de code
curl -X POST "https://mcp.pressmonitor.ca/mcp" -H "Authorization: Bearer YOUR_API_KEY" -H "x-subscription-id: YOUR_SUB_ID" -H "Content-Type: application/json" -d '{
"jsonrpc": "2.0",
"method": "tools/call",
"params": {
"name": "activity_time",
"arguments": {
"linkedin_url": "VALUE"
}
},
"id": 1
}' company
Entreprise
Arguments
| Nom | Type | Obligatoire | Description |
|---|---|---|---|
| linkedin_url | string | Oui | URL LinkedIn |
Exemples de code
curl -X POST "https://mcp.pressmonitor.ca/mcp" -H "Authorization: Bearer YOUR_API_KEY" -H "x-subscription-id: YOUR_SUB_ID" -H "Content-Type: application/json" -d '{
"jsonrpc": "2.0",
"method": "tools/call",
"params": {
"name": "company",
"arguments": {
"linkedin_url": "VALUE"
}
},
"id": 1
}' company_posts
Publications de l'entreprise
Exemples de code
curl -X POST "https://mcp.pressmonitor.ca/mcp" -H "Authorization: Bearer YOUR_API_KEY" -H "x-subscription-id: YOUR_SUB_ID" -H "Content-Type: application/json" -d '{
"jsonrpc": "2.0",
"method": "tools/call",
"params": {
"name": "company_posts",
"arguments": {}
},
"id": 1
}' companyby_domain
Entreprise par domaine
Arguments
| Nom | Type | Obligatoire | Description |
|---|---|---|---|
| domain | string | Oui | Domaine |
Exemples de code
curl -X POST "https://mcp.pressmonitor.ca/mcp" -H "Authorization: Bearer YOUR_API_KEY" -H "x-subscription-id: YOUR_SUB_ID" -H "Content-Type: application/json" -d '{
"jsonrpc": "2.0",
"method": "tools/call",
"params": {
"name": "companyby_domain",
"arguments": {
"domain": "VALUE"
}
},
"id": 1
}' get_posts
Obtenir Publications
Exemples de code
curl -X POST "https://mcp.pressmonitor.ca/mcp" -H "Authorization: Bearer YOUR_API_KEY" -H "x-subscription-id: YOUR_SUB_ID" -H "Content-Type: application/json" -d '{
"jsonrpc": "2.0",
"method": "tools/call",
"params": {
"name": "get_posts",
"arguments": {}
},
"id": 1
}' posts
Publications
Exemples de code
curl -X POST "https://mcp.pressmonitor.ca/mcp" -H "Authorization: Bearer YOUR_API_KEY" -H "x-subscription-id: YOUR_SUB_ID" -H "Content-Type: application/json" -d '{
"jsonrpc": "2.0",
"method": "tools/call",
"params": {
"name": "posts",
"arguments": {}
},
"id": 1
}' profile
Profil
Exemples de code
curl -X POST "https://mcp.pressmonitor.ca/mcp" -H "Authorization: Bearer YOUR_API_KEY" -H "x-subscription-id: YOUR_SUB_ID" -H "Content-Type: application/json" -d '{
"jsonrpc": "2.0",
"method": "tools/call",
"params": {
"name": "profile",
"arguments": {}
},
"id": 1
}' search_posts
Rechercher Publications
Exemples de code
curl -X POST "https://mcp.pressmonitor.ca/mcp" -H "Authorization: Bearer YOUR_API_KEY" -H "x-subscription-id: YOUR_SUB_ID" -H "Content-Type: application/json" -d '{
"jsonrpc": "2.0",
"method": "tools/call",
"params": {
"name": "search_posts",
"arguments": {}
},
"id": 1
}'