snov_domain_search

Pack: snov · Endpoint: https://gateway.pipeworx.io/snov/mcp

Find every email address on a company domain — “who works at riotgames.com and what are their emails?”. Returns emails with first/last name, job position, and type (personal or generic), plus company info, from Snov.io. Complements Hunter domain search. Example: snov_domain_search({ domain: “riotgames.com”, limit: 50, _apiKey: “client_id:client_secret” })

Parameters

NameTypeRequiredDescription
domainstringyesCompany domain, no protocol, e.g. “riotgames.com”
typestringnoWhich emails to return: “all” (default), “personal”, or “generic”.
limitintegernoMax emails to return (default 20, max 50).
_apiKeystringyesSnov.io OAuth credentials as “client_id:client_secret” from app.snov.io/account/api (paid plan required).

Example call

curl -X POST https://gateway.pipeworx.io/snov/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"snov_domain_search","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "snov": {
      "url": "https://gateway.pipeworx.io/snov/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build July 4, 2026