seon_email

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

Look up the digital footprint of an email address via SEON: deliverability, email provider/domain details, data-breach exposure, and which online/social platforms the address is registered on. Example: seon_email({ email: “[email protected]”, _apiKey: “your-seon-license-key” })

Parameters

NameTypeRequiredDescription
emailstringyesEmail address to enrich, e.g. “[email protected]
configobjectnoOptional SEON config object to enable/disable data sources or set timeouts (see docs). Passed through verbatim.
_apiKeystringyesSEON license key (sign up at https://seon.io/pricing/)

Example call

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

Connect

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

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

See Getting Started for client-specific install steps.

Regenerated from source · build July 9, 2026