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
Máy chủ liên quan
Everything Search
Perform lightning-fast local file searches on Windows using the Everything Search Engine.
Perplexity AI
An MCP server to interact with Perplexity AI's language models for search and conversational AI.
vinted-mcp-server
First MCP server for Vinted marketplace. Search millions of second-hand items, compare prices across 19 countries (FR, DE, ES, IT, NL, BE, UK...), analyze seller profiles with ratings and verification status, detect cross-country arbitrage opportunities, and track trending products. 5 tools: search_items, get_item, get_seller, compare_prices, get_trending. 2 resources: countries list, categories. Works with Claude Desktop, Cursor, Windsurf, and any MCP-compatible client. Zero config — just npx.
Shoogle
Connect Shoogle to Cursor and search shadcn blocks directly from your IDE.
DuckDuckGo Search
Provides web search functionality using the DuckDuckGo Search API.
Dartpoint
Access public disclosure information for Korean companies (DART) using the dartpoint.ai API.
Pokemon TCG Card Search MCP
Search and display Pokemon Trading Card Game cards using the Pokemon TCG API.
Amazon Shopping with Claude
An MCP server for searching and buying products on Amazon.
Mapbox
Unlock geospatial intelligence through Mapbox APIs like geocoding, POI search, directions, isochrones and more.
Baidu Search
A search server for the Model Context Protocol (MCP) that uses the Baidu Wenxin API.