Skip to content
OSINT Tradecraft
OSINT Tradecraft
Investigation skills · Vol. 8
← MCP catalog#021 · OSINT — Platforms

LinkedIn MCP

profiles, companies, jobs via own-account session

Queries LinkedIn directly using your own authenticated session cookie. Profile retrieval, company employee counts, and job postings.

Cost
Free · no API key
API key
Not required
Slug
linkedin-mcp
MCP.md
---
name: linkedin-mcp
category: osint-platforms
cost: free
api_key_required: no
repo: https://github.com/stickerdaniel/linkedin-mcp-server
paired_skills: ["linkedin-investigation"]
capabilities: ["social-scrape", "profile-enumeration", "org-chart"]
---

# LinkedIn MCP — profiles, companies, jobs via own-account session

Queries LinkedIn directly using your own authenticated session cookie. Profile retrieval, company employee counts, and job postings.

## Install

```
pip install linkedin-mcp-server
```

## Configuration

```json
{
  "mcpServers": {
    "linkedin": {
      "command": "linkedin-mcp-server",
      "env": {
        "LINKEDIN_SESSION_COOKIE": "YOUR_LI_AT_COOKIE_HERE"
      }
    }
  }
}
```

Extract your `li_at` session cookie from browser DevTools after logging into LinkedIn.

## What it adds

Claude queries LinkedIn mid-investigation — profile retrieval including employment history and education, company org-chart enumeration via employee lists, job postings for identifying key personnel. Critical for corporate due diligence and for building subject profiles without manual browsing.

**Important:** Automation against your own LinkedIn account carries account-suspension risk. For engagements with legal teeth, use sanctioned data brokers (LexisNexis, IRB Search) instead of this MCP. Use for preliminary profiling only.

## Pairs with skills

- 049 `linkedin-investigation`

## Cost

Free. Uses your own LinkedIn session — no API subscription needed.
Pairs with skills
  • #049linkedin-investigation

This MCP gives your agent the tools to execute the workflow described by these skills — instead of just describing it.

Bundled in the Toolkit

This MCP is one of 36 pre-configured servers in the Investigator's MCP Toolkit. One-command installer, $149 one-time.

Pricing
Back to MCP catalog
LinkedIn MCP — profiles, companies, jobs via own-account session — MCP server · OSINT Tradecraft