Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

com.jojapi/linkedin

com.jojapi/linkedin

LinkedIn: The LinkedIn Data API offers access to detailed information on individuals, companies.

Uptime
50.0%
2 direct probes · 30d
Response
372ms
last probe
Tools
12
callable
Resources
0
readable
Prompts
0
available

Tools · 12

get_person_profile

Returns a full profile including experience, education, and skills. Obtain a `memberId` from `/people/search` or `/company/{companyId}/employees`. Note that profiles which are private or outside your…

get_person_profile_posts

Returns an empty list if the person has not posted. Group: Person. Billing per call: 1 Credits.

get_people_search

All filters are optional and can be combined. Returns the same person structure as `/company/{companyId}/employees`. Returns an empty list when nothing matches. Group: Person. Billing per call: 1 Cred…

get_company

Provide either `slug` or `companyId`. If neither is given, the request fails with `400 VALIDATION_ERROR`. Take the `slug` from a `/company/search` result rather than guessing it from the company name…

get_company_search

Use the `slug` or `companyId` from a result to fetch full details from `/company`, the employee list, or the job list. Group: Companies. Billing per call: 1 Credits.

get_company_companyId_employees

Returns people who list this company as their employer. Results may include private or out-of-network profiles, which appear with the name `LinkedIn Member`. Full profiles cannot be retrieved for tho…

get_company_companyId_jobs

Returns an empty list if the company has no open postings. Use the `jobId` from a result with `/jobs/detail/{jobId}`. Group: Companies. Billing per call: 1 Credits.

get_company_posts

Returns the same post structure as `/person-profile/posts`. This endpoint is addressed by `slug` only. Group: Companies. Billing per call: 1 Credits.

get_jobs_search

Use the `jobId` from a result with `/jobs/detail/{jobId}`. Group: Jobs. Billing per call: 1 Credits.

get_jobs_detail_jobId

Returns the full description for a posting. Several fields are only present on some postings; the company name is most reliably taken from the search result that provided the `jobId`. Group: Jobs. Bil…

get_posts_postId_comments

Returns an empty list when the post has no comments. Group: Posts. Billing per call: 1 Credits.

get_posts_postId_reactions

Returns an empty list when the post has no reactions. Group: Posts. Billing per call: 1 Credits.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "com.jojapi/linkedin": {
      "url": "https://mcp.jojapi.com/linkedin",
      "transport": "streamable-http"
    }
  }
}