geolocate_ip
InactiveTool of com.gadgethumans.swarm/x402-middleware
Get geolocation data for an IP address. Use this to determine the geographical location, ISP, and timezone associated with an IP address. Helpful for fraud detection, analytics, geo-targeting, or debugging network issues. Parameters: ip_address — The IP address to look up (e.g., "8.8.8.8"). If empty or omitted, returns data for the requester's own IP.
Parameters schema
{
"type": "object",
"title": "geolocate_ipArguments",
"properties": {
"ip_address": {
"type": "string",
"title": "Ip Address",
"default": ""
}
}
}Parent server
com.gadgethumans.swarm/x402-middleware
https://github.com/scotia1973-bot/gadgethumans-x402
2/7 registries