io.github.devag7/linkedin-mcp
NPM · LINKEDIN-MCP-TOOLS · SCANNED AUG 3
LinkedIn for AI assistants — search, profiles, jobs, feed, messaging, and gated writes.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security87
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (98 of 102), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (98 of 102), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 46 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability71
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 1406 tokens (~63/item across 22 items; 22 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
- Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage99
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 97% of tool parameters carry a description.Partial
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Unverified: 1 category
A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · linkedin-mcp-tools
claude mcp add devag7-linkedin-mcp -- npx -y linkedin-mcp-tools
codex mcp add devag7-linkedin-mcp -- npx -y linkedin-mcp-tools
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"devag7-linkedin-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"linkedin-mcp-tools"
],
"enabled": true
}
}
} openclaw mcp add devag7-linkedin-mcp --command npx --arg -y --arg linkedin-mcp-tools
mcp_servers:
devag7-linkedin-mcp:
command: "npx"
args: ["-y", "linkedin-mcp-tools"] {
"mcpServers": {
"devag7-linkedin-mcp": {
"command": "npx",
"args": [
"-y",
"linkedin-mcp-tools"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 2 Aug 26 +43
- Provenance: unverified → fail ▼ security
- Known CVEs: unverified → partial ▲ security
- Install scripts: unverified → pass ▲ security
- Malware scan: unverified → pass ▲ security
- Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
- Schema quality: unverified → good ▲ functional
- Maintenance: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- License: unverified → pass ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Licence: MIT functional
- 1 Aug 26 +15
- Dependency health: partial → unverified ▼ functional
- Tool coverage: unverified → 100 ▲ functional
- 31 Jul 26 −22
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 −18
- Malware scan: pass → unverified ▼ security
- 27 Jul 26 46
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 98 packages
98 packages in the resolved dependency tree · 98 deprecated · 30 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
close_session ~21
Close the browser context and release resources (kills the Chrome process).
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
comment_on_post ~96
[ALPHA, write] Comment on a post. Gated: requires confirm:true. Returns a structured status.
| Name | Type | Req | Description |
|---|---|---|---|
| confirm | boolean | — | Must be true to actually execute. Omit/false = refuse (safety). |
| post_urn | string | yes | The post ACTIVITY urn, e.g. urn:li:activity:7472… (not the share urn) |
| text | string | yes | Comment text |
No output schema declared.
No examples provided.
connect_with_person ~117
[ALPHA, write] Send a connection request. Gated: requires confirm:true. Returns a structured status (ok | duplicate | already_connected | restricted | quota_exhausted | failed). Counts against the daily connect cap.
| Name | Type | Req | Description |
|---|---|---|---|
| confirm | boolean | — | Must be true to actually execute. Omit/false = refuse (safety). |
| message | string | — | Optional note (max 300 chars) |
| profile_id | string | yes | The fsd_profile id (the ACoAA… part of the profile URN) |
No output schema declared.
No examples provided.
create_post ~74
[ALPHA, write] Publish a text post to your feed. Gated: requires confirm:true. Returns a structured status.
| Name | Type | Req | Description |
|---|---|---|---|
| confirm | boolean | — | Must be true to actually execute. Omit/false = refuse (safety). |
| text | string | yes | Post text |
| visibility | string | — | Audience |
No output schema declared.
No examples provided.
get_company ~58
Get a company by its LinkedIn URL slug (e.g. "google", "microsoft"). Returns name, description, website, industry, size, HQ.
| Name | Type | Req | Description |
|---|---|---|---|
| universal_name | string | yes | Company URL slug, e.g. "google" |
No output schema declared.
No examples provided.
get_company_employees ~76
List employees LinkedIn surfaces for a company (by URL slug). Returns name, headline, and public identifier (feed the slug to get_profile). Prospecting core.
| Name | Type | Req | Description |
|---|---|---|---|
| count | integer | — | Employees to return (default 10) |
| universal_name | string | yes | Company URL slug, e.g. "anthropicresearch" |
No output schema declared.
No examples provided.
get_company_posts ~67
Get a company's recent posts by its LinkedIn URL slug (e.g. "google"). Returns post text + a short meta line.
| Name | Type | Req | Description |
|---|---|---|---|
| count | integer | — | Posts to return (default 10) |
| universal_name | string | yes | Company URL slug, e.g. "google" |
No output schema declared.
No examples provided.
get_conversation ~55
Read messages in a LinkedIn conversation by its URN (get the URN from get_inbox).
| Name | Type | Req | Description |
|---|---|---|---|
| conversation_urn | string | yes | Full urn:li:msg_conversation:(...) from a get_inbox result |
No output schema declared.
No examples provided.
get_feed ~37
Get recent posts from your LinkedIn home feed (author + post text).
| Name | Type | Req | Description |
|---|---|---|---|
| count | integer | — | Number of posts (default 10) |
No output schema declared.
No examples provided.
get_inbox ~25
List your recent LinkedIn messaging conversations (title, last activity, unread count).
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_job_details ~58
Get full details for a job posting by its numeric id (the digits in /jobs/view/<id> or from search_jobs jobUrn).
| Name | Type | Req | Description |
|---|---|---|---|
| job_id | string | yes | Numeric job id, e.g. "4423697734" |
No output schema declared.
No examples provided.
get_my_profile ~26
Get the authenticated user's own LinkedIn profile (experience, education, headline, summary).
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_notifications ~36
Get your recent LinkedIn notifications (headline, time, read state).
| Name | Type | Req | Description |
|---|---|---|---|
| count | integer | — | Number of notifications (default 20) |
No output schema declared.
No examples provided.
get_pending_invitations ~68
List your pending connection invitations — received (inbound, with the urn/sharedSecret to accept later) and sent (outbound). Read-only.
| Name | Type | Req | Description |
|---|---|---|---|
| count | integer | — | Max per direction (default 50) |
| direction | string | — | Which queue to return (default both) |
No output schema declared.
No examples provided.
get_profile ~56
Get a LinkedIn profile by public identifier (the slug in the profile URL, e.g. "satyanadella").
| Name | Type | Req | Description |
|---|---|---|---|
| username | string | yes | LinkedIn public identifier / vanity slug, e.g. "williamhgates" |
No output schema declared.
No examples provided.
health_check ~53
Deep health check: cookie login state, a LIVE Voyager probe (confirms the API actually answers, not just that a cookie exists), and today's safety-budget headroom (per-action used/cap/remaining + pending invites).
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
react_to_post ~94
[ALPHA, write] React to a post. Gated: requires confirm:true. Returns a structured status.
| Name | Type | Req | Description |
|---|---|---|---|
| confirm | boolean | — | Must be true to actually execute. Omit/false = refuse (safety). |
| post_urn | string | yes | The post ACTIVITY urn, e.g. urn:li:activity:7472… (not the share urn) |
| reaction | string | — | — |
No output schema declared.
No examples provided.
search_companies ~62
Search LinkedIn companies by keywords. Returns name + universalName slug (pass that to get_company for full details).
| Name | Type | Req | Description |
|---|---|---|---|
| count | integer | — | Results (default 10) |
| keywords | string | yes | Search keywords, e.g. "fintech bangalore" |
No output schema declared.
No examples provided.
search_jobs ~76
Search LinkedIn jobs by keywords (and optional location). Returns title, location, posted time.
| Name | Type | Req | Description |
|---|---|---|---|
| count | integer | — | Results (default 10) |
| keywords | string | yes | Job search keywords, e.g. "software engineer" |
| location_geo_id | string | — | Optional LinkedIn geo URN id to scope the location |
No output schema declared.
No examples provided.
search_people ~66
Search LinkedIn people by keywords. Returns name, headline, location, and public identifier (pass that to get_profile for full details).
| Name | Type | Req | Description |
|---|---|---|---|
| count | integer | — | Results (default 10) |
| keywords | string | yes | Search keywords, e.g. "recruiter at Google" |
No output schema declared.
No examples provided.
send_message ~166
[ALPHA, write] Send a message. Pass thread_id / conversation_urn to REPLY into an existing conversation (verified); otherwise a new thread is started to recipient_urn (best-known). Gated: requires confirm:true. Returns a structured status. Counts against the daily message cap.
| Name | Type | Req | Description |
|---|---|---|---|
| confirm | boolean | — | Must be true to actually execute. Omit/false = refuse (safety). |
| message | string | yes | Message body (multiline supported) |
| recipient_urn | string | — | Recipient member URN (urn:li:fsd_profile:ACoAA…). Required when starting a NEW thread. |
| thread_id | string | — | Existing thread id (2-…) or full msg_conversation urn to reply into (preferred over recipient_urn). |
No output schema declared.
No examples provided.
whoami ~19
Report server version, browser/login status, and capabilities.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.