Hunter.io MCP Server
This is a Model Context Protocol (MCP) server that integrates with the Hunter.io API to provide email finding and verification capabilities.
Features
- Find email addresses using domain and name information
- Verify email addresses for deliverability and validity
Setup
Local Setup
- Clone this repository
- Install dependencies:
npm install - Create a
.envfile based on.env.exampleand add your Hunter.io API key:HUNTER_API_KEY=your_api_key_here - Build the server:
npm run build - Start the server:
npm start
Docker Setup
- Clone this repository
- Create a
.envfile with your Hunter.io API key - Build and run using Docker Compose:
docker-compose up -d
MCP Configuration
To use this server with an MCP client, add the following configuration to your MCP settings file:
{
"mcpServers": {
"hunter.io": {
"command": "node",
"args": ["path/to/hunter.io/dist/index.js"],
"env": {
"HUNTER_API_KEY": "your_api_key_here"
},
"disabled": false,
"autoApprove": []
}
}
}
Available Tools
hunter_find_email: Find an email address using domain and name informationhunter_verify_email: Verify if an email address is valid and deliverable
License
ISC
Hunter.io Email Finder and Verifier
Project Details
- Meerkats-Ai/hunter-io-mcp-server
- Last Updated: 4/23/2025
Recomended MCP Servers
**Notion MCP Server** is a Model Context Protocol (MCP) server implementation that enables AI assistants to interact with...
🔥 Model Context Protocol (MCP) server for Firebase.
A MCP server connecting to managed indexes on LlamaCloud
Guide to connect to Trade Agent's MCP server and trade stocks and crypto
Package to make working with MCP in express easier
An MCP server that autonomously evaluates web applications.
A Model Context Protocol (MCP) server for the Linear API
A Model Context Protocol server to dump your codebase into your LLM model
MCP server for Gmail integration
MCP server stack for Claude that gives it terminal control





