Look Up My IP
ipinfo_lookup_my_ipGeolocate the client's own IP address to obtain country, region, city, and ISP details. No input required.
Instructions
Geolocate the calling client's own IP. No arguments.
On stdio transports the result is this server's outbound IP, not the
end user's. Use ipinfo_lookup_ips when the caller already has a
specific IP. Errors raise ToolError with a JSON-encoded envelope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ip | Yes | ||
| hostname | No | ||
| city | No | ||
| region | No | ||
| region_code | No | ||
| country | No | ||
| country_name | No | ||
| loc | No | ||
| latitude | No | ||
| longitude | No | ||
| postal | No | ||
| timezone | No | ||
| continent | No | ||
| country_flag | No | ||
| country_flag_url | No | ||
| country_currency | No | ||
| isEU | No | ||
| org | No | ||
| asn | No | ||
| privacy | No | ||
| anycast | No | ||
| bogon | No | ||
| carrier | No | ||
| company | No | ||
| domains | No | ||
| abuse | No | ||
| ts_retrieved | No |