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

LinkedIn Sales Navigator

PYPI · LINKEDIN-SALES-NAV-MCP · SCANNED SEP 20

LinkedIn Sales Navigator contact and account search from your logged-in browser.

0 this week 81 Trust /100
Trust breakdown (7 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 → Why this is hard to score →

Supply Chain Security100
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • Runs setuptools.build_meta at install time, a recognised native-build step with no shell scripting around it. View diagnostics → Pass
  • 1 of 18 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency32
Schema Quality & AI Usability87
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 991 tokens (~141/item across 7 items; 6 tools + 1 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management80
  • Stability observed for 24 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 6 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 7 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass
Install

How do I install the LinkedIn Sales Navigator MCP server?

LinkedIn Sales Navigator runs locally as a PyPI package, launched with uvx linkedin-sales-nav-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

pypi · linkedin-sales-nav-mcp

# add to Claude Code
claude mcp add nick-choudhary-linkedin-sales-nav-mcp -- uvx linkedin-sales-nav-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "nick-choudhary-linkedin-sales-nav-mcp": {
      "command": "uvx",
      "args": [
        "linkedin-sales-nav-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "nick-choudhary-linkedin-sales-nav-mcp": {
      "command": "uvx",
      "args": [
        "linkedin-sales-nav-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add nick-choudhary-linkedin-sales-nav-mcp -- uvx linkedin-sales-nav-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "nick-choudhary-linkedin-sales-nav-mcp": {
      "type": "local",
      "command": [
        "uvx",
        "linkedin-sales-nav-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add nick-choudhary-linkedin-sales-nav-mcp --command uvx --arg linkedin-sales-nav-mcp
# ~/.hermes/config.yaml
mcp_servers:
  nick-choudhary-linkedin-sales-nav-mcp:
    command: "uvx"
    args: ["linkedin-sales-nav-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "nick-choudhary-linkedin-sales-nav-mcp": {
      "Transport": "stdio",
      "Command": "uvx",
      "Arguments": [
        "linkedin-sales-nav-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add nick-choudhary-linkedin-sales-nav-mcp -t stdio -c uvx -a linkedin-sales-nav-mcp
// mcp.json
{
  "mcpServers": {
    "nick-choudhary-linkedin-sales-nav-mcp": {
      "command": "uvx",
      "args": [
        "linkedin-sales-nav-mcp"
      ]
    }
  }
}
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.

  • 20 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 19 Sept 26 0
    • Stability: 0.97 → pass security
  • 18 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 16 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

  • 15 Sept 26 +15
    • Malware scan: unverified → pass security
  • 14 Sept 26 −14
    • Malware scan: pass → unverified security
  • 12 Sept 26 +16
    • Malware scan: unverified → pass security
  • 11 Sept 26 −15
    • Malware scan: pass → unverified security
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 20 Sept 2026 · Analysed pypi/linkedin-sales-nav-mcp@1.2.0

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem pypi

Background: How many MCP packages publish verified provenance →

Install scripts 1 script
Hook Tier Command
build_backend allowlisted setuptools.build_meta

Background: Why install scripts are a supply-chain risk →

Dependencies 18 packages
Packages resolved 18
Stale 1
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 6 exposed · ~941 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. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
check_session_status ~89

Check whether the browser profile has a live Sales Navigator session. Launches (or reuses) the browser and verifies it lands on a signed-in /sales page. Use this first when searches fail — it tells you if you need to run `--login` again. Returns: Dict with logged_in (bool), plus the profile directory and headless setting for this server.

Input schema present but exposes no named parameters.

Structured output declared, but exposes no named fields.

No examples provided.

export_results ~98

Export a saved query's records to files under the output folder.

NameTypeReqDescription
formatstring'json', 'csv', or 'both' (default). JSON is the full store view; CSV is flat columns for spreadsheets.
include_rawbooleanInclude LinkedIn's raw element JSON in the export.
url_or_hashstringyesThe query's url_hash (from list_queries) or its original search URL.

Structured output declared, but exposes no named fields.

No examples provided.

get_results ~105

Pull a bounded slice of a saved query's records into the conversation for analysis. Bounded on purpose — for large sets, prefer export_results and analyze the file with code rather than loading everything into context.

NameTypeReqDescription
limitintegerMax records to return (1-200, default 25).
offsetintegerRecords to skip (for paging through the sample).
url_or_hashstringyesThe query's url_hash or original search URL.

Structured output declared, but exposes no named fields.

No examples provided.

list_queries ~69

List every saved search and its progress. Returns: Dict with `queries`: for each, url_hash, url, scraper_type, status (new|in_progress|paused|complete), last_page, total_available, records_count. Use a url_hash with export_results or get_results.

Input schema present but exposes no named parameters.

Structured output declared, but exposes no named fields.

No examples provided.

search_accounts ~274

Search companies/accounts by driving Sales Navigator in the logged-in browser and capturing its search API responses. Results are saved to the local database automatically; this tool returns a small summary, not the records (call export_results or get_results for the data). Build the search in Sales Navigator (industry / headcount / geography / growth filters), copy the URL from the address bar, and pass it here. Saved account lists work too. Resumable: the search URL is hashed to a query id. If a previous run stopped partway, calling again with the same URL resumes from the next page instead of restarting.

NameTypeReqDescription
include_rawbooleanKeep LinkedIn's raw element JSON alongside each record.
pagesintegerHow many 25-result pages to fetch in THIS call (1-10).
refreshbooleanIf true, forget this query's saved progress and records and re-scrape from page 1.
resumebooleanIf true (default), continue from where a prior run of this same URL stopped. If false, start from page 1 (saved records are kept and de-duplicated).
search_urlstringyesFull Sales Navigator URL (/sales/search/accounts, /sales/search/company, or /sales/lists/accounts).

Structured output declared, but exposes no named fields.

No examples provided.

search_contacts ~306

Search people/leads by driving Sales Navigator in the logged-in browser and capturing its search API responses. Results are saved to the local database automatically; this tool returns a small summary, not the records (call export_results or get_results for the data). Build the search in Sales Navigator (title / geography / industry / seniority / keyword filters), copy the URL from the address bar, and pass it here. Saved lead lists work too. Resumable: the search URL is hashed to a query id. If a previous run stopped partway, calling again with the same URL resumes from the next page instead of restarting — safe to call repeatedly to page deeper.

NameTypeReqDescription
include_rawbooleanKeep LinkedIn's raw element JSON alongside each record (useful when a field looks wrong).
pagesintegerHow many 25-result pages to fetch in THIS call (1-10). Call again to continue past that.
refreshbooleanIf true, forget this query's saved progress and records and re-scrape from page 1.
resumebooleanIf true (default), continue from where a prior run of this same URL stopped. If false, start from page 1 (records already saved are kept and de-duplicated).
search_urlstringyesFull Sales Navigator URL (/sales/search/people, /sales/search/leads, or /sales/lists/people).

Structured output declared, but exposes no named fields.

No examples provided.

Common questions

What is the LinkedIn Sales Navigator MCP server?

LinkedIn Sales Navigator is an MCP server listed in the public MCP registry as io.github.nick-choudhary/linkedin-sales-nav-mcp. LinkedIn Sales Navigator contact and account search from your logged-in browser. This page covers its PyPI package (linkedin-sales-nav-mcp).

Is the LinkedIn Sales Navigator MCP server safe to use?

LinkedIn Sales Navigator scores 81 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the LinkedIn Sales Navigator MCP server expose?

LinkedIn Sales Navigator exposes 6 tools: search_contacts, search_accounts, list_queries, export_results, get_results, check_session_status. Their descriptions and schemas cost roughly 941 tokens of context every time the server is loaded.

Is the LinkedIn Sales Navigator MCP server still maintained?

LinkedIn Sales Navigator is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.