get_ip_info
Retrieve detailed IP address information including geolocation, ASN data, company details, and privacy status for network analysis and intelligence gathering.
Instructions
Get comprehensive information about an IP address.
Args: ip: IP address to lookup. If None, returns info about current IP. ctx: MCP context
Returns: Complete IP information including location, ASN, company, privacy, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ip | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ip | Yes | IP address | |
| asn | No | ASN details | |
| loc | No | Location coordinates | |
| org | No | Organization | |
| city | No | City | |
| abuse | No | Abuse contact | |
| bogon | No | Bogon IP | |
| postal | No | Postal code | |
| region | No | Region/State | |
| carrier | No | Carrier details | |
| company | No | Company details | |
| country | No | Country code | |
| domains | No | Hosted domains | |
| privacy | No | Privacy detection | |
| hostname | No | Hostname | |
| timezone | No | Timezone |