# Ipinfo.io AI integration on Definable

> IPinfo.io provides a comprehensive API for IP address geolocation and related data.

## What this connects

IPinfo.io provides a comprehensive API for IP address geolocation and related data.

Vendor: https://ipinfo.io

## Tools available

**27** tools available. First 12:

- `IPINFO_IO_BATCH_LITE_LOOKUP` — Batch Lite Lookup — Perform 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.
- `IPINFO_IO_BATCH_LOOKUP` — Batch IP Lookup — Perform 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.
- `IPINFO_IO_GET_ABUSE_CONTACT` — Get Abuse Contact — Retrieve 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.
- `IPINFO_IO_GET_CARRIER_INFO` — Get IP Carrier Info — Retrieves 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.
- `IPINFO_IO_GET_CITY_BY_IP` — Get City by IP — Retrieve the city name for a specific IP address. Returns the city name as plain text for any IPv4 or IPv6 address.
- `IPINFO_IO_GET_COMPANY_INFO` — Get Company Info for an IP — Retrieve 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.
- `IPINFO_IO_GET_CORE_FIELD_BY_ME` — Get Core Field by Me — Retrieve 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.
- `IPINFO_IO_GET_COUNTRY_BY_IP` — Get Country by IP — Retrieve 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.
- `IPINFO_IO_GET_CURRENT_IP` — Get Current IP — Retrieve the current public/external IP address. Use this tool when you need to determine the caller's public IP address.
- `IPINFO_IO_GET_CURRENT_IP_INFO` — Get Current IP Information — Retrieve 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.
- `IPINFO_IO_GET_CURRENT_LOC` — Get Current Location — Retrieve 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.
- `IPINFO_IO_GET_CURRENT_REGION` — Get Current Region — Retrieve 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.

## Auth

Auth schemes: `API_KEY`.

## How agents use Ipinfo.io

Inside a Definable workflow, Ipinfo.io is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Ipinfo.io** — the Researcher (GPT-5.5) pulls context from Ipinfo.io (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Ipinfo.io** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Ipinfo.io (create record, post message, draft email).
- **Designer / Engineer → Distributor → Ipinfo.io** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Ipinfo.io (attach file, open PR comment, post status).

The Verifier checks every Ipinfo.io call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- developer tools — https://definable.ai/apps/category/developer-tools/

## Related

- HTML page: https://definable.ai/apps/ipinfo_io/
- Same category (developer tools): https://definable.ai/apps/category/developer-tools/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
