Back to Home
ddbrx icon

linkedin-profile-search-mcp

by ddbrx

Overview

This server acts as a multi-channel platform to search for LinkedIn profiles by scraping data using provided credentials.

Installation

Run Command
npm start

Environment Variables

  • LINKEDIN_EMAIL
  • LINKEDIN_PASSWORD

Security Notes

The server exposes a `/search` endpoint that uses `LINKEDIN_EMAIL` and `LINKEDIN_PASSWORD` from environment variables without any authentication or authorization. This is a critical security flaw, making the server highly vulnerable if exposed, as anyone can trigger profile searches using the configured LinkedIn account. Additionally, the act of scraping LinkedIn violates its Terms of Service and may lead to account suspension. No direct 'eval' or hardcoded secrets were found, and it uses Puppeteer for headless browser automation.

Similar Servers

Stats

Interest Score0
Security Score3
Cost ClassHigh
Avg Tokens20000
Stars0
Forks0
Last Update2025-12-15

Tags

LinkedInProfile SearchWeb ScrapingAPINode.js