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
npm startEnvironment 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
firecrawl-mcp-server
A Model Context Protocol (MCP) server for integrating Firecrawl's web scraping, crawling, search, and structured data extraction capabilities with AI agents.
linkedin-mcp-server
Enables AI assistants to connect to LinkedIn for accessing profiles, companies, job searches, and job details via web scraping.
linkedin-mcp-server
This server acts as a Model Context Protocol (MCP) tool to enable LLMs to interact with the LinkedIn API for professional network data retrieval and interaction.
puppeteer-mcp-server
Automating browser interactions and web scraping via an MCP server.