seon_ip

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

IP intelligence via SEON: VPN / web-proxy / public-proxy / data-center-proxy / residential-proxy / Tor flags plus geolocation (country, city, lat/long). Example: seon_ip({ ip: “8.8.8.8”, _apiKey: “your-seon-license-key” })

Parameters

NameTypeRequiredDescription
ipstringyesIPv4 or IPv6 address to analyze, e.g. “8.8.8.8”
_apiKeystringyesSEON license key (sign up at https://seon.io/pricing/)

Example call

Arguments

{
  "ip": "8.8.8.8",
  "_apiKey": "your-seon-license-key"
}

curl

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_ip","arguments":{"ip":"8.8.8.8","_apiKey":"your-seon-license-key"}}}'

TypeScript (@pipeworx/sdk)

import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();

const result = await pipeworx.call('seon_ip', {
  "ip": "8.8.8.8",
  "_apiKey": "your-seon-license-key"
});

More examples

{
  "ip": "2001:4860:4860::8888",
  "_apiKey": "your-seon-license-key"
}

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 August 24, 2026