get_ip_info
Retrieve geolocation, ASN, and provider tags for any IP address or your public IP to identify network egress and remote peers.
Instructions
Returns geolocation, ASN/organization, and provider tags (e.g. AWS, Cloudflare) for an IP or your public IP. Makes an external call to ip-api.com - network-dependent and can be slow offline. Invalid IPs return an error in the errors field. Use for network egress and remote-peer context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ip | No | optional IP address to lookup (defaults to your public IP) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ip | Yes | ||
| asn | No | ||
| org | No | ||
| city | No | ||
| errors | No | ||
| region | No | ||
| country | No | ||
| service_tags | No |