Icypeas MCP Server
This is a Model Context Protocol (MCP) server that integrates with the Icypeas API to provide work email finding capabilities.
Features
- Find work emails using name and company information
Setup
Local Setup
- Clone this repository
- Install dependencies:
- Create a
.env
file based on .env.example
and add your Icypeas API key:ICYPEAS_API_KEY=your_api_key_here
- Build the server:
- Start the server:
Docker Setup
- Clone this repository
- Create a
.env
file with your Icypeas API key - Build and run using Docker Compose:
MCP Configuration
To use this server with an MCP client, add the following configuration to your MCP settings file:
{
"mcpServers": {
"icypeas": {
"command": "node",
"args": ["path/to/icypeas/dist/index.js"],
"env": {
"ICYPEAS_API_KEY": "your_api_key_here"
},
"disabled": false,
"autoApprove": []
}
}
}
icypeas_find_work_email
: Find a work email using name and company information
License
ISC