parse_ip
ActiveTool of Ipaddress
declared in 0.1.0
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 schema
{
"type": "object",
"required": [
"ip"
],
"properties": {
"ip": {
"type": "string",
"description": "An IPv4 or IPv6 address, e.g. \"192.168.1.10\" or \"2001:db8::1\"."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Ipaddress
https://github.com/pipeworx-io/mcp-ipaddress
1/7 registries