hunter-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@hunter-mcpfind email for John Smith at google.com"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Hunter.io MCP Server
MCP server for Hunter.io email finder and verifier.
Setup
Get your API key from Hunter.io
Create the secrets file:
mkdir -p ~/.claude/secrets/hunter
echo "HUNTER_API_KEY=your_api_key_here" > ~/.claude/secrets/hunter/.envInstall dependencies:
pnpm installAdd to your Claude config (
~/.claude.json):
{
"mcpServers": {
"hunter": {
"command": "npx",
"args": ["tsx", "/Users/brenner/repos/hunter-mcp/src/index.ts"]
}
}
}Related MCP server: Prospeo MCP Server
Tools
find_email_by_name
Find the most likely email address for a person at a company.
Parameters:
domain- Company domain (e.g., "stripe.com")first_name- Person's first namelast_name- Person's last name
Returns: { email, score, status }
verify_email
Verify if an email address is valid and deliverable.
Parameters:
email- Email address to verify
Returns: { email, status, score }
Status values: valid, invalid, accept_all, webmail, disposable, unknown
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
AlicenseBqualityFmaintenanceProvides integration between Hunter API and LLM providers supporting the MCP protocol, allowing natural language interaction with Hunter B2B data for finding and managing company and people information.Last updated69MIT
Prospeo MCP Serverofficial
AlicenseAqualityCmaintenanceEnables AI tools to search and enrich B2B leads, including finding professional emails, company profiles, and filtering people and companies by various criteria.Last updated5123MIT- Alicense-qualityCmaintenanceWraps the Hunter.io email finder and verification API, enabling email lookup and verification via MCP.Last updated15MIT
- Alicense-qualityDmaintenanceFinds and verifies business email addresses using DNS/SMTP verification and web scraping, with no external API costs.Last updated265MIT
Related MCP Connectors
Hunter.io MCP — wraps the Hunter.io email finder & verification API (hunter.io)
Verify email deliverability & find business emails (single or bulk) via the Verifox API.
Find company websites and verified business emails through the Potarix Enricher API.
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/BrennerSpear/hunter-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server