candidate-sourcing-mcp
Verified Safeby Anishshah2-gmail
Overview
Provides an AI agent (like Claude Desktop) with tools for LinkedIn-based candidate sourcing, including searching, detailed profile fetching, bookmarking, and exporting.
Installation
node dist/index.jsEnvironment Variables
- DATA_PROVIDER
- LINKEDIN_CLIENT_ID
- LINKEDIN_CLIENT_SECRET
- LINKEDIN_ACCESS_TOKEN
- LINKEDIN_REFRESH_TOKEN
- PROXYCURL_API_KEY
Security Notes
The server uses `zod` for robust input validation. Sensitive API credentials are correctly handled via environment variables, reducing the risk of hardcoded secrets. Local bookmark storage is confined to the user's home directory. The primary security considerations stem from reliance on external APIs (LinkedIn Talent Solutions or deprecated Proxycurl) and the handling of potentially sensitive candidate data, which is an inherent risk of the application's purpose, not a flaw in the server's code itself.
Similar Servers
searchcraft-mcp-server
An MCP server that enables AI agents to manage Searchcraft clusters by performing operations on indexes, documents, federations, authentication keys, analytics, and generating search applications from JSON data via natural language prompts.
RDFPortal-MCP
Facilitates SPARQL queries and API interactions with various biological/biomedical RDF databases for research and data integration.
skillz
Serves structured 'skills' and their associated resources via the MCP protocol, enabling AI clients (especially non-Claude ones) to interact with and utilize Anthropic-style functionalities.
advanced-memory-mcp
An MCP server that integrates personal knowledge management through zettelkasten, knowledge graphs, and experimental Claude Skills with AI clients like Claude Desktop and Cursor IDE.