A Model Context Protocol server that integrates with Prospeo API to find work emails and enrich LinkedIn profiles.
This is a Model Context Protocol (MCP) server that integrates with the Prospeo API to provide email finding and LinkedIn profile enrichment capabilities.
npm install
.env
file based on .env.example
and add your Prospeo API key:
PROSPEO_API_KEY=your_api_key_here
npm run build
npm start
.env
file with your Prospeo API keydocker-compose up -d
To use this server with an MCP client, add the following configuration to your MCP settings file:
{ "mcpServers": { "prospeo": { "command": "node", "args": ["path/to/prospeo/dist/index.js"], "env": { "PROSPEO_API_KEY": "your_api_key_here" }, "disabled": false, "autoApprove": [] } } }
prospeo_find_work_email
: Find a work email using name and company informationprospeo_find_domain_emails
: Find email addresses associated with a domainprospeo_enrich_from_linkedin
: Find work email and enrich person data from LinkedIn URLISC
Discover shared experiences
Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!