Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

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

+18 this week 64 Trust /100
Trust breakdown (6 categories)

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
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.

Install

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

# add to Claude Code
claude mcp add devag7-linkedin-mcp -- npx -y linkedin-mcp-tools
# add to Codex CLI
codex mcp add devag7-linkedin-mcp -- npx -y linkedin-mcp-tools
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "devag7-linkedin-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "linkedin-mcp-tools"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add devag7-linkedin-mcp --command npx --arg -y --arg linkedin-mcp-tools
# ~/.hermes/config.yaml
mcp_servers:
  devag7-linkedin-mcp:
    command: "npx"
    args: ["-y", "linkedin-mcp-tools"]
// mcp.json
{
  "mcpServers": {
    "devag7-linkedin-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "linkedin-mcp-tools"
      ]
    }
  }
}
Changelog

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.

Diagnostics

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.

MCP tools — 22 exposed · ~1,406 tokens

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.

Tool Tokens
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.

NameTypeReqDescription
confirmbooleanMust be true to actually execute. Omit/false = refuse (safety).
post_urnstringyesThe post ACTIVITY urn, e.g. urn:li:activity:7472… (not the share urn)
textstringyesComment 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.

NameTypeReqDescription
confirmbooleanMust be true to actually execute. Omit/false = refuse (safety).
messagestringOptional note (max 300 chars)
profile_idstringyesThe 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.

NameTypeReqDescription
confirmbooleanMust be true to actually execute. Omit/false = refuse (safety).
textstringyesPost text
visibilitystringAudience

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.

NameTypeReqDescription
universal_namestringyesCompany 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.

NameTypeReqDescription
countintegerEmployees to return (default 10)
universal_namestringyesCompany 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.

NameTypeReqDescription
countintegerPosts to return (default 10)
universal_namestringyesCompany 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).

NameTypeReqDescription
conversation_urnstringyesFull 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).

NameTypeReqDescription
countintegerNumber 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).

NameTypeReqDescription
job_idstringyesNumeric 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).

NameTypeReqDescription
countintegerNumber 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.

NameTypeReqDescription
countintegerMax per direction (default 50)
directionstringWhich 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").

NameTypeReqDescription
usernamestringyesLinkedIn 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.

NameTypeReqDescription
confirmbooleanMust be true to actually execute. Omit/false = refuse (safety).
post_urnstringyesThe post ACTIVITY urn, e.g. urn:li:activity:7472… (not the share urn)
reactionstring

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).

NameTypeReqDescription
countintegerResults (default 10)
keywordsstringyesSearch 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.

NameTypeReqDescription
countintegerResults (default 10)
keywordsstringyesJob search keywords, e.g. "software engineer"
location_geo_idstringOptional 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).

NameTypeReqDescription
countintegerResults (default 10)
keywordsstringyesSearch 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.

NameTypeReqDescription
confirmbooleanMust be true to actually execute. Omit/false = refuse (safety).
messagestringyesMessage body (multiline supported)
recipient_urnstringRecipient member URN (urn:li:fsd_profile:ACoAA…). Required when starting a NEW thread.
thread_idstringExisting 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.