Ip Address Lookup

Network REST API MCP network tool

Return geolocation and network details for a public IPv4 or IPv6 address: country, region, city, postal code, coordinates, timezone, ASN and organization, currency and calling code.

This page documents the HTTP endpoint POST /api/tools/ip-address-lookup/execute. See the MCP reference →

This tool fetches a fixed, hard-coded public upstream — never a private host. Results depend on that upstream.

Call it over REST

POST https://api.findutils.com/api/tools/ip-address-lookup/execute · no API keys · 60 requests/min per IP

Execute — verified arguments

curl -X POST https://api.findutils.com/api/tools/ip-address-lookup/execute \
  -H "Content-Type: application/json" \
  -d '{
    "ip": "8.8.8.8"
  }'

Parameter schema for this endpoint

curl https://api.findutils.com/api/tools/ip-address-lookup

Interactive docs · OpenAPI 3.1 spec · All REST tools

Input schema

Argument Type Required Description
ip string yes Public IPv4 or IPv6 address, e.g. "8.8.8.8" or "2606:4700::1111".

Example arguments (verified)

{
  "ip": "8.8.8.8"
}

Also an MCP tool

Claude, Cursor, and any MCP client can call this tool as findutils:ip_address_lookup after one connect command.

Connect once

claude mcp add findutils --transport http https://mcp.findutils.com/
Open the MCP reference for Ip Address Lookup →

More Network tools