Skip to main content
Glama
artik0din

MCP LinkedIn Sales Navigator

by artik0din

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LSN_HEADLESSNoRun browser in headless modefalse
LSN_AUTH_METHODNoAuthentication method: cdp, session, or cookiescdp
LSN_CDP_ENDPOINTNoChrome DevTools Protocol endpointhttp://localhost:9222
LSN_COOKIES_PATHNoPath to cookies JSON file (for cookies method)
LSN_USER_DATA_DIRNoPath to Chrome user data directory (for session method)
LSN_ACTION_TIMEOUTNoAction timeout in ms10000
LSN_VIEWPORT_WIDTHNoBrowser viewport width1280
LSN_VIEWPORT_HEIGHTNoBrowser viewport height900
LSN_NAVIGATION_TIMEOUTNoNavigation timeout in ms30000

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
linkedin_session_statusA

Check LinkedIn Sales Navigator browser connection, authentication, and today's usage budgets. Call this before other tools to verify the session (auth method, browserConnected, authenticated, usageToday). Attaches to the existing browser if needed. Never navigates the user's own tab; opens an owned dedicated tab when no Sales Navigator tab exists (same as other tools).

linkedin_search_leadsA

Search for leads on LinkedIn Sales Navigator with filters (title, company, location, industry, seniority, etc.)

linkedin_get_lead_profileB

Get detailed profile information for a LinkedIn Sales Navigator lead

linkedin_save_leadA

Save a lead to a list on LinkedIn Sales Navigator. Always preview first with dryRun=true before saving (default dryRun=false preserves prior behaviour).

linkedin_send_inmailA

Send an InMail message to a lead on LinkedIn Sales Navigator. Requires available InMail credits. Always preview first with dryRun=true before sending (default dryRun=false preserves prior behaviour).

linkedin_list_lead_listsA

List all lead lists in LinkedIn Sales Navigator

linkedin_create_lead_listB

Create a new lead list in LinkedIn Sales Navigator

linkedin_export_leadsB

Export leads from LinkedIn Sales Navigator search results or a specific list to JSON or CSV format

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.8/5.0

Scored across 8 tools

Disambiguation5/5

Each tool addresses a distinct operation: profile retrieval, session health, lead saving, InMail sending, exporting, list creation, list enumeration, and searching. There is no functional overlap; even export_leads and search_leads have clear boundaries (export vs. discover). An agent can unambiguously select the correct tool for each task.

Naming Consistency4/5

All tools share the 'linkedin_' prefix and use snake_case. Most follow a clear verb_noun pattern (get_lead_profile, save_lead, send_inmail, export_leads, create_lead_list, list_lead_lists, search_leads). The exception is linkedin_session_status, which uses a noun_noun structure and lacks a verb, creating a minor but noticeable inconsistency.

Tool Count5/5

With 8 tools, the server is well-scoped for a LinkedIn Sales Navigator integration. Each tool covers a core workflow (searching, profiling, list management, outreach, and session monitoring) without unnecessary bloat. The count is firmly within the ideal 3-15 range and feels neither thin nor overloaded.

Completeness4/5

The surface covers the primary Sales Navigator operations: search, profile views, list CRUD (create/list, and save implies add to list), InMail sending, and export. Minor gaps exist—such as removing leads from lists or updating list metadata—but agents can accomplish most sales workflows without dead ends. The only notable omission is a list-lead enumeration function (e.g., list leads in a specific list), which is a secondary workflow.

Maintenance

ActivityMaintained
ResponsivenessUnresponsive