linkedin-search-mcp
Verified Safeby ddbrx
Overview
This MCP server provides tools for AI agents to search for LinkedIn profiles and company URLs using Google Custom Search.
Installation
uv run mainEnvironment Variables
- GOOGLE_CUSTOM_SEARCH_API_KEY
- GOOGLE_CUSTOM_SEARCH_ENGINE_ID
- OPENAI_API_KEY
Security Notes
Secrets are loaded from environment variables. External API calls use a timeout and basic error handling. The server disables DNS rebinding protection (`enable_dns_rebinding_protection=False`), which might be a concern in certain network configurations, though contextually it could be necessary for the `dedalus-mcp` framework's streamable-http transport.
Similar Servers
mcp-server
A Model Context Protocol (MCP) server that integrates with SerpApi to provide comprehensive search engine results and data extraction to an LLM.
mcp-servers
An MCP server for managing files in Google Cloud Storage, supporting CRUD operations (save, get, search, delete) and exposing files as resources.
End-to-End-Agentic-Ai-Automation-Lab
This MCP Server provides an API gateway for an AutoGen multi-agent system to interact with Notion via the Model Context Protocol (MCP), enabling AI-driven automation of Notion tasks and public exposure through ngrok.
ddg_search
A Model Context Protocol server for web search using DuckDuckGo and AI-powered answers from IAsk AI, Monica, and Brave AI, designed for integration with AI assistants.