domain_search
Pack: hunter · Endpoint: https://gateway.pipeworx.io/hunter/mcp
Find email addresses for a domain on Hunter.io. Returns the email pattern plus a list of professional/work emails with names, positions, departments, and confidence scores. Example: domain_search({ domain: “stripe.com” })
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
domain | string | yes | Domain to search, e.g. “stripe.com” |
limit | number | no | Max number of emails to return (default 10, max 100) |
type | string | no | Filter by email type: “personal” (named individuals) or “generic” (role addresses like info@) |
department | string | no | Filter by department, e.g. “executive”, “sales”, “engineering” |
_apiKey | string | no | Optional — your own Hunter.io API key for higher limits; omit to use the shared Pipeworx key. |
Example call
curl -X POST https://gateway.pipeworx.io/hunter/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"domain_search","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"hunter": {
"url": "https://gateway.pipeworx.io/hunter/mcp"
}
}
}
See Getting Started for client-specific install steps.