You're viewing a demo portfolio

Join the waitlist
PRSM

domain_search

Active

Tool of mcp-hunter

declared in 0.1.0

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 schema

{
  "type": "object",
  "required": [
    "domain"
  ],
  "properties": {
    "type": {
      "enum": [
        "personal",
        "generic"
      ],
      "type": "string",
      "description": "Filter by email type: \"personal\" (named individuals) or \"generic\" (role addresses like info@)"
    },
    "limit": {
      "type": "number",
      "description": "Max number of emails to return (default 10, max 100)"
    },
    "domain": {
      "type": "string",
      "description": "Domain to search, e.g. \"stripe.com\""
    },
    "_apiKey": {
      "type": "string",
      "description": "Optional — your own Hunter.io API key for higher limits; omit to use the shared Pipeworx key."
    },
    "department": {
      "type": "string",
      "description": "Filter by department, e.g. \"executive\", \"sales\", \"engineering\""
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

mcp-hunter

https://github.com/pipeworx-io/mcp-hunter

2/7 registries
View full server →
domain_search — mcp-hunter — PRSM MCP