parse_ip
Pack: ipaddress · Endpoint: https://gateway.pipeworx.io/ipaddress/mcp
Validate and classify an IP address (IPv4 or IPv6): version, validity, and classification (private/loopback/link-local/multicast/reserved/public). IPv4 also returns its 32-bit integer. Keyless, offline.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
ip | string | yes | An IPv4 or IPv6 address, e.g. “192.168.1.10” or “2001:db8::1”. |
Example call
curl -X POST https://gateway.pipeworx.io/ipaddress/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"parse_ip","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"ipaddress": {
"url": "https://gateway.pipeworx.io/ipaddress/mcp"
}
}
}
See Getting Started for client-specific install steps.