Look up ip
Let your agent resolve any IP to its country, city and network. Call it as an MCP tool to add geolocation to your app without a GeoIP database. You switch it on with a single toggle — no SDK and no endpoint wiring — and it answers over MCP or REST using the same key as every other skill.
A real response from the IP Lookup Skill — exactly what your agent gets back when it makes the call.
{
"ip": "173.172.81.20"
}Enable IP Lookup and your app can look up ip without standing up your own resolver or stitching together network APIs.
Over MCP, iplookup is the tool your model reaches for to verify connectivity facts instead of assuming them.
Call IP Lookup over REST from any backend to look up ip inline, using the key you already have.
Once enabled, this skill is reachable two ways — pick whichever fits how you build. Both use the same key.
It appears to your model as a callable tool. No extra code — the agent invokes it when a task needs it.
iplookupCall it from your server with one request and your key. Node, Python, Go — anything that can send a GET.
GET /v1/iplookupHow to connect it over MCP or REST.
The same key runs from your first prototype to millions of calls — on APIVerve's rails, 99.9% uptime.
See pricing