hunter_email_count
Retrieve the total number of email addresses associated with a specific domain or company using Hunter.io MCP Server. Quickly assess available contact data for outreach or verification purposes.
Instructions
Know how many email addresses we have for a domain or a company.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
company | No | The company name to get the count for (alternative to domain) | |
domain | No | The domain name to get the count for, e.g. "stripe.com" |
Input Schema (JSON Schema)
{
"properties": {
"company": {
"description": "The company name to get the count for (alternative to domain)",
"type": "string"
},
"domain": {
"description": "The domain name to get the count for, e.g. \"stripe.com\"",
"type": "string"
}
},
"required": [],
"type": "object"
}