Skip to main content
Glama
devag7

LinkedIn MCP

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoHTTP server port3000
CACHE_TTLNoCache TTL in seconds300
LOG_LEVELNoLog level: debug, info, warn, errorinfo
TRANSPORTNoTransport mode: stdio or httpstdio
RATE_LIMIT_RPMNoMax requests per minute30
LINKEDIN_COOKIENoLinkedIn li_at session cookie
REQUEST_TIMEOUTNoRequest timeout in milliseconds30000
LINKEDIN_CSRF_TOKENNoLinkedIn JSESSIONID for CSRF protection
LINKEDIN_ACCESS_TOKENNoLinkedIn OAuth access token

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
whoamiA

Report server version, browser/login status, and capabilities.

health_checkA

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

close_sessionA

Close the browser context and release resources (kills the Chrome process).

get_my_profileA

Get the authenticated user's own LinkedIn profile (experience, education, headline, summary).

get_profileA

Get a LinkedIn profile by public identifier (the slug in the profile URL, e.g. "satyanadella").

get_feedB

Get recent posts from your LinkedIn home feed (author + post text).

get_notificationsB

Get your recent LinkedIn notifications (headline, time, read state).

search_peopleA

Search LinkedIn people by keywords. Returns name, headline, location, and public identifier (pass that to get_profile for full details).

search_jobsA

Search LinkedIn jobs by keywords (and optional location). Returns title, location, posted time.

get_inboxA

List your recent LinkedIn messaging conversations (title, last activity, unread count).

get_job_detailsA

Get full details for a job posting by its numeric id (the digits in /jobs/view/ or from search_jobs jobUrn).

search_companiesA

Search LinkedIn companies by keywords. Returns name + universalName slug (pass that to get_company for full details).

get_companyB

Get a company by its LinkedIn URL slug (e.g. "google", "microsoft"). Returns name, description, website, industry, size, HQ.

get_company_postsA

Get a company's recent posts by its LinkedIn URL slug (e.g. "google"). Returns post text + a short meta line.

get_company_employeesA

List employees LinkedIn surfaces for a company (by URL slug). Returns name, headline, and public identifier (feed the slug to get_profile). Prospecting core.

get_pending_invitationsA

List your pending connection invitations — received (inbound, with the urn/sharedSecret to accept later) and sent (outbound). Read-only.

get_conversationA

Read messages in a LinkedIn conversation by its URN (get the URN from get_inbox).

connect_with_personA

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

send_messageA

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

create_postA

[ALPHA, write] Publish a text post to your feed. Gated: requires confirm:true. Returns a structured status.

react_to_postA

[ALPHA, write] React to a post. Gated: requires confirm:true. Returns a structured status.

comment_on_postA

[ALPHA, write] Comment on a post. Gated: requires confirm:true. Returns a structured status.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/devag7/linkedin-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server