seon_phone

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

Look up the digital footprint of a phone number via SEON: carrier and line type, validity, and which online/social/account platforms the number is linked to. Example: seon_phone({ phone: “+13106667777”, _apiKey: “your-seon-license-key” })

Parameters

NameTypeRequiredDescription
phonestringyesPhone number in E.164 format, e.g. “+13106667777”
configobjectnoOptional SEON config object (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_phone","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