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
| Name | Type | Required | Description |
|---|---|---|---|
ip | string | yes | IPv4 or IPv6 address to analyze, e.g. “8.8.8.8” |
_apiKey | string | yes | SEON 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_ip","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.