LinkedIn Sales & Navigator MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| JSESSIONID | No | Your LinkedIn JSESSIONID cookie (auto-generated if not provided) | |
| LI_AT_COOKIE | Yes | Your LinkedIn li_at session cookie |
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| validate_sessionB | Validate that the LinkedIn session cookie is still active and working |
| get_own_profileA | Get the authenticated user's own LinkedIn profile information |
| get_profileB | Get a LinkedIn profile by public identifier (vanity URL slug, e.g. 'john-doe-123') |
| get_profile_detailsC | Get detailed profile information including experience, education, and skills |
| get_profile_contact_infoC | Get contact information (email, phone, websites) for a LinkedIn profile |
| get_profile_skillsC | Get the skills listed on a LinkedIn profile |
| get_profile_experienceC | Get the work experience listed on a LinkedIn profile |
| search_peopleC | Search for people on LinkedIn with various filters (keywords, company, industry, location, title, school, network depth) |
| get_companyB | Get detailed information about a company by its universal name (vanity URL slug) |
| search_companiesC | Search for companies on LinkedIn by keywords, industry, region, or size |
| sales_search_leadsB | Search for leads using LinkedIn Sales Navigator (requires Sales Navigator subscription) |
| sales_search_accountsB | Search for accounts (companies) using LinkedIn Sales Navigator (requires Sales Navigator subscription) |
| get_sales_profileB | Get a lead's profile from Sales Navigator (requires Sales Navigator subscription) |
| get_saved_leadsC | Get your saved leads from Sales Navigator (requires Sales Navigator subscription) |
| get_lead_listsA | Get all lead lists from Sales Navigator (requires Sales Navigator subscription) |
| get_lead_list_membersB | Get the leads within a specific Sales Navigator lead list (requires Sales Navigator subscription) |
| get_lead_recommendationsB | Get lead recommendations from Sales Navigator (requires Sales Navigator subscription) |
| send_messageB | Send a message to a LinkedIn member. For InMail, include a subject. The recipient URN should be in the format 'urn:li:fsd_profile:MEMBER_ID' |
| get_conversationsC | Get recent conversation threads from the LinkedIn inbox |
| get_conversation_messagesB | Get messages from a specific LinkedIn conversation thread |
| send_connection_requestB | Send a connection request to a LinkedIn member with an optional personalized message (max 300 characters) |
| get_pending_connectionsC | Get pending outgoing connection requests |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 22 tools
Most tools have distinct purposes, but there is some overlap between get_profile, get_profile_details, get_profile_experience, and get_profile_skills, which could cause confusion about which to use for comprehensive profile data. However, the descriptions clarify their specific scopes, and other tools like get_company vs. search_companies are well-differentiated.
Tool names follow a highly consistent verb_noun pattern throughout, with clear and predictable naming such as get_company, search_people, and send_message. All tools use snake_case, and verbs like 'get', 'search', and 'send' are applied consistently across related functions.
With 22 tools, the count is slightly high but reasonable for the broad scope of LinkedIn Sales & Navigator, covering profile management, messaging, search, and Sales Navigator features. It feels comprehensive without being overwhelmingly bloated, though it could benefit from some consolidation in the profile-related tools.
The tool set provides complete coverage for the domain, including CRUD-like operations for profiles, companies, conversations, and Sales Navigator leads, with no obvious gaps. It supports core workflows like searching, retrieving details, sending messages, and managing connections, ensuring agents can handle typical LinkedIn tasks effectively.