71
/ 100
1 month ago
glama

LinkedIn Custom MCP Server

Enables AI agents to manage professional networking on LinkedIn by providing tools for posting updates, searching for jobs, and analyzing profiles. It facilitates secure interaction with the LinkedIn platform through OAuth 2.0 authentication and the Model Context Protocol.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 2 credentials: LINKEDIN_CLIENT_SECRET, LINKEDIN_ACCESS_TOKEN
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configLINKEDIN_CLIENT_IDyour_client_id_here
🔐 secretLINKEDIN_CLIENT_SECRETyour_client_secret_here
🔐 secretLINKEDIN_ACCESS_TOKEN
configLINKEDIN_REDIRECT_URI"": "http://localhost:8000"
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 5 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/saramali15792-linkedin-mcp-custom-server-lomjfu)](https://m8ven.ai/mcp/saramali15792-linkedin-mcp-custom-server-lomjfu)
commit: 07a1ac04cb29b6f28fcf1533c34278383dd38eef
code hash: 2272a6e7cdda0ac038434d01f1c7376186766e1289df40e14a68ca82ad6e0edb
verified: 6/17/2026, 12:25:04 PM
view raw JSON →