Integrations
Used for managing environment variables, particularly the Icypeas API key needed for authentication
Provides containerization support for easier deployment and isolated execution of the MCP server
Used for package management and running build/start commands for the MCP server
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:Copy
- Create a
.env
file based on.env.example
and add your Icypeas API key:Copy - Build the server:Copy
- Start the server:Copy
Docker Setup
- Clone this repository
- Create a
.env
file with your Icypeas API key - Build and run using Docker Compose:Copy
MCP Configuration
To use this server with an MCP client, add the following configuration to your MCP settings file:
Copy
Available Tools
icypeas_find_work_email
: Find a work email using name and company information
License
ISC
You must be authenticated.
A Model Context Protocol server that integrates with the Icypeas API to help users find work emails based on name and company information.