domain_search
Find the top 10 email addresses associated with a specific domain to streamline B2B outreach and data management using Hunter MCP Server integration.
Instructions
Return the top 10 emails on a given domain.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
domain | Yes |
Input Schema (JSON Schema)
{
"properties": {
"domain": {
"title": "Domain",
"type": "string"
}
},
"required": [
"domain"
],
"title": "domain_searchArguments",
"type": "object"
}