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

NameTypeRequiredDescription
domainstringyesDomain to search, e.g. “stripe.com”
limitnumbernoMax number of emails to return (default 10, max 100)
typestringnoFilter by email type: “personal” (named individuals) or “generic” (role addresses like info@)
departmentstringnoFilter by department, e.g. “executive”, “sales”, “engineering”
_apiKeystringnoOptional — 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.

Regenerated from source · build June 4, 2026