Hunter.io
Find and verify professional email addresses with the Hunter.io API.
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
Related Servers
Banana Prompts MCP Server
MCP server that allows you to search for high-quality AI art prompts directly from Banana Prompts (bananaprompts.fun).
Package Registry Search
Search and get up-to-date information about NPM, Cargo, PyPi, and NuGet packages.
SEC Filings and Earnings Call
The MCP server provides end-to-end workflows for SEC filings and earnings call transcripts—including ticker resolution, document retrieval, OCR, embedding, on-disk resource discovery, and semantic search—exposed via MCP and powered by the same olmOCR and embedding backends as the vLLM backends.
ClinicalTrials MCP Server
Search and access clinical trial data from ClinicalTrials.gov.
Hugeicons MCP Server
Search for icons from the Hugeicons library and get usage documentation.
Perplexica Search
Perform conversational searches with the Perplexica AI-powered answer engine.
Crypto News MCP Server
Provides real-time cryptocurrency news for AI agents using the NewsData.io API.
Releasebot
Releasebot finds and watches release note sources from hundreds of products and companies.
Aviationstack
An MCP server using the AviationStack API to fetch real-time flight data including airline flights, airport schedules, future flights and aircraft types.
Cala
Cala turns internet chaos into structured, verified knowledge that AI agents and LLMs can call as a tool.