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
a test
A Model Context Protocol server for Dify
MCP server for Tembo Cloud's platform API
A Model Context Protocol (MCP) server that provides secure, read-only access to BigQuery datasets. Enables Large Language Models...
MCP server for Australian Bureau of Statistics
A Model Context Protocol (MCP) server that enables secure interaction with OceanBase databases. This server allows AI assistants...
[PRE-ALPHA: NOT YET OPERATIONAL] Subspace Domain is a bridge that lets MCP clients on your local machine find,...
A Model Context Protocol server for generating DecentSampler drum kit configurations.
基于 FastAPI 和 MCP(模型上下文协议),实现 AI 模型与开发环境 之间的标准化上下文交互,提升 AI 应用的可扩展性和可维护性。
A Model Context Protocol (MCP) server for research and documentation assistance using Perplexity AI. Won 1st @ Cline...





