IPinfo.io provides a comprehensive API for IP address geolocation and related data.
IPinfo.io provides a comprehensive API for IP address geolocation and related data. On Nagent, Ipinfo.io is exposed as a fully-configurable developer tools integration that any agent can call — 27 actions, and API key authentication. No code is required to wire Ipinfo.io into your workflow — connect it once via the External Integrations panel and reuse it across every agent you build.
Agent builders use Ipinfo.io to automate the kinds of tasks developer tools teams previously handled manually. Concrete examples — each one is a single agent step in Nagent — include:
Every action and trigger is paired with a structured input/output schema (visible in the sections below), so when you wire Ipinfo.io into Helix — our agentic agent builder — the editor knows exactly what each step expects and produces. Configure once, deploy anywhere across your Nagent agents.
Every operation an agent can call against Ipinfo.io, with input parameters and output schema. Drop these into any step of an agent built in Helix.
IPINFO_IO_BATCH_LITE_LOOKUPPerform bulk Lite IP lookups for up to 1000 IPs in a single request. Returns lightweight IP information including ASN (Autonomous System Number), AS organization details, and geolocation (country and continent). Use cases: - Look up geolocation for multiple IPs at once - Identify the ISP/organization owning IP addresses - Detect bogon/private IPs (192.168.x.x, 10.x.x.x, etc.) - Retrieve specific fields only (e.g., '8.8.8.8/country' returns just the country) Supports both IPv4 and IPv6 addresses.
Input parameters
List of 1-1000 IP addresses or IP/field paths to look up. Supports IPv4 (e.g., '8.8.8.8'), IPv6 (e.g., '2001:4860:4860::8888'), and subfield queries (e.g., '8.8.8.8/country', '8.8.8.8/asn'). Available subfields: asn, as_name, as_domain, country_code, country, continent_code, continent.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
IPINFO_IO_BATCH_LOOKUPPerform batch IP lookups to retrieve geolocation and ASN information for multiple IPs in a single request. Use this tool when you need to look up multiple IP addresses efficiently. Supports up to 1000 IPs per request. IMPORTANT: For free tier API tokens, prefix each IP with 'lite/' (e.g., 'lite/8.8.8.8'). Bare IPs without the 'lite/' prefix require a paid subscription.
Input parameters
List of up to 1000 IP addresses or URL patterns. For free tier tokens, prefix IPs with 'lite/' (e.g., 'lite/8.8.8.8'). Supports field extraction patterns like 'lite/8.8.8.8/country' or 'lite/8.8.8.8/asn'. IPv4 and IPv6 addresses are both supported.
When True, entries with null responses are omitted from results. Useful for filtering out invalid IPs.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
IPINFO_IO_GET_ABUSE_CONTACTRetrieve abuse contact and organization information for an IP address. Use this tool when you need to identify who owns an IP address or find contact information for reporting malicious activity. Note: Full abuse contact details (email, phone, name) require IPinfo Enterprise tier. For standard tiers, returns organization info (org, country, city, region) which can be used to identify the IP owner.
Input parameters
IPv4 or IPv6 address to look up (e.g., '8.8.8.8' or '2001:4860:4860::8888')
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
IPINFO_IO_GET_CARRIER_INFORetrieves mobile carrier information for a given IP address. Returns the carrier name, Mobile Country Code (MCC), and Mobile Network Code (MNC) for mobile network IPs. For non-mobile IPs (e.g., datacenter, ISP), returns the organization/ASN name with empty MCC/MNC values. Useful for identifying if an IP belongs to a mobile carrier network and which carrier it is.
Input parameters
The IP address to look up carrier information for. Accepts IPv4 (e.g., '8.8.8.8') or IPv6 (e.g., '2001:4860:4860::8888') addresses.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
IPINFO_IO_GET_CITY_BY_IPRetrieve the city name for a specific IP address. Returns the city name as plain text for any IPv4 or IPv6 address.
Input parameters
A single IPv4 or IPv6 IP address to retrieve the city name for
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
IPINFO_IO_GET_COMPANY_INFORetrieve company/organization information for an IP address. Returns the company name, domain, and type (business, ISP, hosting, etc.) associated with the IP. Supports both IPv4 and IPv6 addresses.
Input parameters
The IPv4 or IPv6 address to retrieve company information for
Optional API token override. Usually not needed as the token is auto-injected from credentials.
JSONP callback function name (rarely needed for agent use cases).
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
IPINFO_IO_GET_CORE_FIELD_BY_MERetrieve a specific field from core IP information about the current IP. Use this tool when you need just one specific piece of information (like city, country, hostname, or AS details) about the caller's IP address instead of fetching the complete IP profile.
Input parameters
A specific field from the core response or nested geo/as fields. For example: 'ip', 'hostname', 'geo/city', 'geo/country', 'as/asn', etc.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
IPINFO_IO_GET_COUNTRY_BY_IPRetrieve the two-letter ISO 3166 country code for an IP address. Use when you need to quickly identify which country an IP address is located in without requesting full geolocation details.
Input parameters
A single IPv4 or IPv6 IP address to retrieve country information for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
IPINFO_IO_GET_CURRENT_IPRetrieve the current public/external IP address. Use this tool when you need to determine the caller's public IP address.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
IPINFO_IO_GET_CURRENT_IP_INFORetrieve comprehensive IP information about the caller's current IP address. Returns geolocation (city, region, country, coordinates, postal code, timezone), ASN details, company info, privacy detection flags (VPN/proxy/Tor), carrier info for mobile IPs, and abuse contact information. Use this when you need to identify and analyze the caller's IP address without specifying an IP parameter.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
IPINFO_IO_GET_CURRENT_LOCRetrieve geographic coordinates for the current IP address. Returns the latitude and longitude of the caller's IP address as a comma-separated string in the format 'latitude,longitude'. Use this when you need quick location coordinates without full geolocation details.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
IPINFO_IO_GET_CURRENT_REGIONRetrieve the region/state for the caller's current IP address. Use this tool when you need to identify the geographic region or state where the current IP address is located. Returns a plain text region name.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
IPINFO_IO_GET_GEO_BY_IPGet geolocation data only for an IP address. Returns city, region, country, continent, coordinates, timezone, and postal code. Use this when you need detailed geographic location information for an IP address.
Input parameters
IPv4 or IPv6 address to look up for geolocation data
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
IPINFO_IO_GET_HOSTNAME_BY_IPRetrieve the hostname (reverse DNS) for an IP address. Use this tool to look up the hostname associated with any IPv4 or IPv6 address. Returns the hostname as a string. If no hostname is available, returns an empty string.
Input parameters
A single IPv4 or IPv6 IP address to look up hostname for
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
IPINFO_IO_GET_IP_BY_IPRetrieve the IP address for a specified IP as plain text. Use this tool to echo back an IP address from the IPInfo API. This endpoint returns the IP address as plain text (not JSON). Useful for verifying IP address formatting or testing connectivity.
Input parameters
A single IPv4 or IPv6 IP address to query.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
IPINFO_IO_GET_IP_INFORetrieve geolocation and ASN information for an IP address. Use this tool to look up country, continent, and Autonomous System (AS) details for any IPv4 or IPv6 address. Pass 'me' or omit the ip parameter to get information about the caller's own IP address. For private/reserved (bogon) IP addresses like 192.168.x.x or 10.x.x.x, only the ip and bogon fields will be populated.
Input parameters
IP address to look up (IPv4 or IPv6) or 'me' for the caller's IP. Defaults to 'me'.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
IPINFO_IO_GET_IP_INFO_BY_IPRetrieve comprehensive information about a specified IP address. Returns geographic location (city, region, country, coordinates), ASN details, company/organization info, privacy detection flags (VPN, proxy, Tor), carrier information for mobile IPs, and associated domain names. Supports both IPv4 and IPv6 addresses.
Input parameters
A single IPv4 or IPv6 IP address to look up
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
IPINFO_IO_GET_LITE_FIELD_BY_IPRetrieve a specific field from lightweight IP information. Use this tool to get a single piece of information about an IP address (e.g., just the country, or just the ASN) without fetching the full IP data. This is more efficient when you only need one specific field. Supported fields: ip, asn, as_name, as_domain, country_code, country, continent_code, continent.
Input parameters
A single IPv4 or IPv6 IP address to look up.
The specific field to retrieve from the lite response. Supported fields: ip, asn, as_name, as_domain, country_code, country, continent_code, continent.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
IPINFO_IO_GET_LOCATION_BY_IPRetrieve geographic coordinates (latitude, longitude) for an IP address. Returns location as comma-separated text in the format 'latitude,longitude'. Use when you need precise geolocation coordinates for IPv4 or IPv6 addresses.
Input parameters
A single IPv4 or IPv6 IP address to get location coordinates for (e.g., '8.8.8.8' or '2001:4860:4860::8888')
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
IPINFO_IO_GET_ORG_BY_IPRetrieve ASN and organization name for an IP address as plain text. Use this tool when you need to quickly identify which organization or ASN owns a specific IP address. Returns a plain text string containing the Autonomous System Number (ASN) and organization name (e.g., 'AS15169 Google LLC').
Input parameters
A single IPv4 or IPv6 IP address to look up organization information for
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
IPINFO_IO_GET_PLUS_FIELD_BY_MERetrieve a specific field from plus IP information about the current IP. Use this tool to get individual fields from IPInfo's Plus API for your current IP address. This includes detailed geographic data (city, region, coordinates), AS information, mobile carrier details, and privacy flags. Each field returns its specific data type (string, number, boolean, or object). Note: This endpoint requires a Plus API subscription. Returns 403 if the subscription doesn't include Plus features.
Input parameters
A specific field from the plus response or nested geo/as/mobile/anonymous fields. For example, 'ip', 'geo/city', 'as/asn', 'mobile/name', or 'is_anonymous'.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
IPINFO_IO_GET_POSTAL_BY_IPRetrieve the postal/zip code for an IP address. Use this when you need to identify the geographic postal code associated with an IPv4 or IPv6 address.
Input parameters
A single IPv4 or IPv6 IP address to look up the postal/zip code for
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
IPINFO_IO_GET_PRIVACY_DETAILSRetrieve privacy/anonymous IP detection flags for an IP address. Returns whether the IP is associated with VPN, proxy, Tor, relay, or hosting services. Use this to detect potentially anonymous or masked traffic from an IP address. Note: This endpoint requires a Privacy Detection API subscription. If privacy data is unavailable for your subscription level, the action will return default values (all flags set to False).
Input parameters
IPv4 or IPv6 address to look up for privacy detection
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
IPINFO_IO_GET_REGION_BY_IPRetrieve the region/state for a specified IP address. Use this tool when you need to identify the geographic region or state where a specific IPv4 or IPv6 address is located. Returns a plain text region name.
Input parameters
A single IPv4 or IPv6 IP address to retrieve the region/state for
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
IPINFO_IO_GET_TIMEZONE_BY_IPRetrieve the IANA timezone for a given IP address. Use this tool when you need to determine the local timezone of an IP address location for scheduling, time conversion, or geographic analysis purposes.
Input parameters
IPv4 or IPv6 address to look up timezone for (e.g., '8.8.8.8' or '2001:4860:4860::8888')
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
IPINFO_IO_GET_TOKEN_INFORetrieve API service request limit information by access token. Returns usage statistics, request limits, remaining quota, and available API features. Use this to check your token's rate limits, current usage, and feature access before making other API calls.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
IPINFO_IO_MAP_IPSCreate an IPinfo map visualization from a list of IP addresses. Use this tool to generate an interactive map showing the geographic locations of multiple IP addresses. The tool accepts up to 500,000 IPs and returns a link to a visual map where all IP locations are plotted. Useful for visualizing the geographic distribution of network traffic, analyzing user locations, or investigating security incidents across multiple IP addresses.
Input parameters
Optional CLI flag parameter for API compatibility. Set to 1 to enable CLI mode.
List of IP addresses to plot on a map. Supports both IPv4 and IPv6 addresses. Maximum 500,000 IPs per request. Each IP will be geolocated and displayed on an interactive map.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
No publicly available marketplace agent is found using this tool yet. There are 30 agents privately built on Nagent that already use Ipinfo.io.
Build on Nagent
Connect Ipinfo.io to any Nagent agent in minutes — no API key management, no boilerplate. Just configure and deploy.
The five questions agent builders ask before adopting a new integration.
Open the External Integrations panel inside Nagent (app.nagent.ai/externalIntegration), find Ipinfo.io, and click "Connect Now." You'll authenticate with an API key — Nagent handles credential storage and refresh automatically. Once connected, Ipinfo.io is available to any agent in your workspace.
No. Nagent provides no-code integration for every tool. Once Ipinfo.io is connected, you configure its 27 actions directly in the agent builder UI — no API calls, no boilerplate, no schema management.
Helix — Nagent's agentic agent builder — lets you drop Ipinfo.io steps into any workflow visually. Pick an action (e.g., one of those listed above), fill in the inputs (Helix knows the required vs. optional schema for each parameter), and connect it to upstream/downstream steps. Triggers run as the entry point of an agent, so when a Ipinfo.io event fires, the agent kicks off automatically.
Every Ipinfo.io action and trigger ships with a fully-typed schema — input parameters with name, type, required flag, and description, plus the output payload shape. The schemas are documented in the sections above. Helix uses these schemas to validate your configuration at build time and to type-check the data flowing between steps.
Yes. While Ipinfo.io ships with 27 pre-built developer tools actions, you can layer custom logic around them inside Helix — pre/post-processing steps, conditional branches, retries, or stitching Ipinfo.io together with other connected tools. For deeper customization, talk to our team about Nagent's Agentic AI Lab — forward-deployed engineers who build Ipinfo.io-based workflows tailored to your business.