Plattformintelligenz 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
LinkedIn

Basis-URL

https://mcp.pressmonitor.com/linkedin/v1

Authentifizierung

MCP-Anrufe verwenden ebenfalls Bearer-Token über JSON-RPC 2.0-Anfragen.

Authorization: Bearer YOUR_TOKEN

Werkzeuge entdecken

Beginnen Sie mit der Auflistung der von dem MCP-Server bereitgestellten Werkzeuge.

curl -X POST \ 'https://mcp.pressmonitor.com/linkedin/v1' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'
tool activity_time

Aktivitätszeit

Aktivitätszeit

Argumente

Name Typ Erforderlich Beschreibung
linkedin_url string Ja LinkedIn-URL

Code-Beispiele

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

Unternehmen

Unternehmen

Argumente

Name Typ Erforderlich Beschreibung
linkedin_url string Ja LinkedIn-URL

Code-Beispiele

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

Unternehmensbeiträge

Unternehmensbeiträge

Code-Beispiele

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

Unternehmen nach Domain

Unternehmen nach Domain

Argumente

Name Typ Erforderlich Beschreibung
domain string Ja Domain

Code-Beispiele

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

Beiträge abrufen

Beiträge abrufen

Code-Beispiele

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

Beiträge

Beiträge

Code-Beispiele

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

Code-Beispiele

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

Sales Navigator Profil

Sales Navigator Profil

Argumente

Name Typ Erforderlich Beschreibung
linkedin_url string Ja LinkedIn-URL

Code-Beispiele

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

Beiträge durchsuchen

Beiträge durchsuchen

Code-Beispiele

curl -X POST \ 'https://mcp.pressmonitor.com/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":[]}}'