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
Serveurs connexes
Embedding MCP Server
An MCP server powered by txtai for semantic search, knowledge graphs, and AI-driven text processing.
PipeCD Docs
Search and retrieve official PipeCD documentation.
Entscheidsuche
Search Swiss legal decisions using the entscheidsuche.ch API.
askingahuman.com
Ask a question and receive a real answer from a human
BudgetFitter
BudgetFitter is a free UK deal discovery platform with a public MCP server. Search verified discount codes, look up brand intelligence, and navigate deals — no auth required.
Tavily Search
A search API tailored for LLMs, providing web search, RAG context generation, and Q&A capabilities through the Tavily API.
AEO Scanner
AI search visibility audit with dual scores and generated fix code
MCP Agent
A lightweight, local MCP server in Python that enables RAG search through AWS Lambda.
MCP Lucene Server
MCP Lucene Server is a Model Context Protocol (MCP) server that exposes Apache Lucene's full-text search capabilities through a conversational interface. It allows AI assistants (like Claude) to help users search, index, and manage document collections without requiring technical knowledge of Lucene or search engines.
WolframAlpha LLM
Answer math and other queries using the WolframAlpha LLM API.