MCP
LinkedIn MCP Server
LinkedIn conta quasi 1,3 miliardi di membri che utilizzano profili, pagine aziendali, post, offerte di lavoro e conoscenze professionali, rendendolo importante per il marketing B2B, il reclutamento, la visibilità dei dirigenti e la generazione di lead.
MCP Version: 1.0.0 9 MCP Tools Authentication
Base URL
https://mcp.pressmonitor.com/mcp Authentication
MCP calls use Bearer tokens over JSON-RPC 2.0.
Authorization: Bearer YOUR_TOKEN activity_time
Ora Attività
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
| linkedin_url | string | Yes | URL LinkedIn |
Code Examples
curl -X POST "https://mcp.pressmonitor.com/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
Azienda
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
| linkedin_url | string | Yes | URL LinkedIn |
Code Examples
curl -X POST "https://mcp.pressmonitor.com/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
Post Aziendali
Code Examples
curl -X POST "https://mcp.pressmonitor.com/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
Azienda per Dominio
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
| domain | string | Yes | Dominio |
Code Examples
curl -X POST "https://mcp.pressmonitor.com/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
Ottieni Post
Code Examples
curl -X POST "https://mcp.pressmonitor.com/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
Post
Code Examples
curl -X POST "https://mcp.pressmonitor.com/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
Profilo
Code Examples
curl -X POST "https://mcp.pressmonitor.com/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
Cerca Post
Code Examples
curl -X POST "https://mcp.pressmonitor.com/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
}'