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
เซิร์ฟเวอร์ที่เกี่ยวข้อง
Everything Search
Perform lightning-fast local file searches on Windows using the Everything Search Engine.
Japan postalcode MCP
An MCP server for searching Japanese postal codes.
Google Search by CData
An MCP server for Google Search provided by CData, which requires an external CData JDBC Driver.
Tavily Search
AI-powered web search using the Tavily Search API.
Grep App
Search code across public GitHub repositories using the grep.app API.
Web Search
Enables free web searching using Google search results, with no API key required.
Wolfram Alpha
Access Wolfram Alpha's computational knowledge engine for expert-level answers and data analysis.
EzBiz SEO & Marketing Analysis
AI-powered keyword research, SERP analysis, backlink checking, and content optimization for SEO.
WHOIS MCP Server
A WHOIS server for checking domain availability using the Chinaz API.
Panda3D Docs
Search and retrieve documentation for the Panda3D game engine.