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 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| validate_session | Validate that the LinkedIn session cookie is still active and working |
| get_own_profile | Get the authenticated user's own LinkedIn profile information |
| get_profile | Get a LinkedIn profile by public identifier (vanity URL slug, e.g. 'john-doe-123') |
| get_profile_details | Get detailed profile information including experience, education, and skills |
| get_profile_contact_info | Get contact information (email, phone, websites) for a LinkedIn profile |
| get_profile_skills | Get the skills listed on a LinkedIn profile |
| get_profile_experience | Get the work experience listed on a LinkedIn profile |
| search_people | Search for people on LinkedIn with various filters (keywords, company, industry, location, title, school, network depth) |
| get_company | Get detailed information about a company by its universal name (vanity URL slug) |
| search_companies | Search for companies on LinkedIn by keywords, industry, region, or size |
| sales_search_leads | Search for leads using LinkedIn Sales Navigator (requires Sales Navigator subscription) |
| sales_search_accounts | Search for accounts (companies) using LinkedIn Sales Navigator (requires Sales Navigator subscription) |
| get_sales_profile | Get a lead's profile from Sales Navigator (requires Sales Navigator subscription) |
| get_saved_leads | Get your saved leads from Sales Navigator (requires Sales Navigator subscription) |
| get_lead_lists | Get all lead lists from Sales Navigator (requires Sales Navigator subscription) |
| get_lead_list_members | Get the leads within a specific Sales Navigator lead list (requires Sales Navigator subscription) |
| get_lead_recommendations | Get lead recommendations from Sales Navigator (requires Sales Navigator subscription) |
| send_message | 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_conversations | Get recent conversation threads from the LinkedIn inbox |
| get_conversation_messages | Get messages from a specific LinkedIn conversation thread |
| send_connection_request | Send a connection request to a LinkedIn member with an optional personalized message (max 300 characters) |
| get_pending_connections | 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 | |