MCP
LinkedIn MCP-Server
LinkedIn hat nahezu 1,3 Milliarden Mitglieder, die Profile, Unternehmensseiten, Beiträge, Stellenanzeigen und Fachwissen nutzen. Dies macht es wichtig für B2B-Marketing, Rekrutierung, Sichtbarkeit von Führungskräften und Lead-Generierung.
MCP Version: 1.0.0 9 MCP-Tools Authentifizierung
Basis-URL
https://mcp.pressmonitor.com/mcp Authentifizierung
MCP-Anrufe verwenden ebenfalls Bearer-Token über JSON-RPC 2.0-Anfragen.
Authorization: Bearer YOUR_TOKEN activity_time
Aktivitätszeit
Argumente
| Name | Typ | Erforderlich | Beschreibung |
|---|---|---|---|
| linkedin_url | string | Ja | LinkedIn-URL |
Code-Beispiele
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
Unternehmen
Argumente
| Name | Typ | Erforderlich | Beschreibung |
|---|---|---|---|
| linkedin_url | string | Ja | LinkedIn-URL |
Code-Beispiele
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
Unternehmensbeiträge
Code-Beispiele
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
Unternehmen nach Domain
Argumente
| Name | Typ | Erforderlich | Beschreibung |
|---|---|---|---|
| domain | string | Ja | Domain |
Code-Beispiele
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
Beiträge abrufen
Code-Beispiele
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
Beiträge
Code-Beispiele
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
Profil
Code-Beispiele
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
Beiträge durchsuchen
Code-Beispiele
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
}'