get_carrier_info
Retrieve mobile carrier details for any IP address, including MCC and MNC codes, to identify network operators and their associated mobile networks.
Instructions
Get mobile carrier information for an IP address.
Args: ip: IP address to lookup
Returns: Mobile carrier details including MCC and MNC codes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ip | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mcc | Yes | Mobile Country Code | |
| mnc | Yes | Mobile Network Code | |
| name | Yes | Carrier name |