hunter-mcp
Click on "Deploy 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: mcp-hunter
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
Available Tools
2 toolsfind_email_by_nameEmail FinderB
Find the most likely email address for a person at a company domain
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | The company domain (e.g., 'stripe.com') | |
| last_name | Yes | The person's last name | |
| first_name | Yes | The person's first name |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must carry the full burden of behavioral disclosure. It only states that the tool 'finds the most likely email address', without explaining how it works, what it returns, potential failure modes, or whether any external lookups or side effects occur. This is insufficient for a tool with no annotation context.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single sentence that is clear and free of redundant information. It front-loads the core action and resource without unnecessary details, making it highly concise and well-structured.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
There is no output schema, so the description should clarify what the tool returns (e.g., an email address string, multiple options, confidence score). It does not, nor does it address edge cases such as 'no email found'. Given the simple tool and lack of annotations, this is a notable incompleteness.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema already describes all three parameters (domain, first_name, last_name) with 100% coverage. The description adds minimal value by linking them to 'a person at a company domain', but this is already evident from the schema. Per the rubric, baseline 3 is appropriate when schema covers parameters well.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: finding the most likely email address for a person at a company domain. The verb 'find' combined with the resource 'email address' is specific and distinguishes it from the sibling tool 'verify_email', which focuses on verification rather than discovery.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies that the tool should be used when you need to discover an email address for a known person and company domain. However, it does not explicitly mention when to use it versus the sibling tool 'verify_email', nor does it provide any exclusions or prerequisites.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
verify_emailEmail VerifierA
Verify if an email address is valid and deliverable
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | The email address to verify |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the transparency burden. It conveys that the tool performs a read-only-style check, but does not disclose details such as return format, potential side effects, or error behavior. The core behavior is stated, but without deeper context.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single sentence with no wasted words. It is front-loaded with the action and clearly conveys the purpose.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool has a single parameter, no annotations, and no output schema. The description adequately conveys the operation, but since no output schema exists, an explicit statement of the return value (e.g., boolean) would enhance completeness. However, 'verify if' implies a boolean result, making this sufficient for a low-complexity tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, and the parameter 'email' already has a clear description. The tool description does not add extra meaning beyond the schema, which is acceptable given the high schema coverage.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states a specific verb ('verify') and resource ('email address'), adding the scope 'valid and deliverable'. This distinguishes it from the sibling tool find_email_by_name, which searches for emails by name.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage when an email needs validity/deliverability checking, but it does not explicitly state when to use this tool over alternatives like find_email_by_name. No exclusions or alternative conditions are provided.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
2 tool updates
v1.0.0- First observed
find_email_by_name - First observed
verify_email
TDQS
Scored across 2 tools
Each tool has a clearly distinct purpose: one discovers an email address from a name and domain, the other checks if an existing email is deliverable. No overlap or confusion.
Both tools follow a consistent verb_noun pattern: find_email_by_name and verify_email. The naming is predictable and readable.
Only two tools, which is slightly below the typical 3-15 range, but they cover the core functions of an email lookup/verification service and each tool is essential.
The stated domain is email discovery and validation, and the two tools provide a complete workflow: find an email, then verify it. No obvious gaps for the intended use case.
Maintenance
Related MCP Connectors
Hunter.io MCP — wraps the Hunter.io email finder & verification API (hunter.io)
Find verified work emails from a name, company, role or LinkedIn URL, and verify emails you have.
- SalesQLOAuthcom.salesql
Find verified B2B emails and phone numbers; search and enrich people and companies for prospecting.
Find and verify professional emails and phone numbers via the Enrow API.
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.69MIT- AlicenseNot gradedqualityCmaintenanceWraps the Hunter.io email finder and verification API, enabling email lookup and verification via MCP.7 npmMIT
- AlicenseAqualityDmaintenanceFinds and verifies business email addresses using DNS/SMTP verification and web scraping, with no external API costs.511 npm11MIT
- AlicenseNot gradedqualityDmaintenanceWraps the Findymail API to enable email finding, verification, and enrichment through natural language, including contact management and company search.20 npmMIT