Lookip for Gemini CLI
io.lookip/ip-lookup
IP geolocation, ASN and network data, plus VPN, proxy and Tor detection. ASN tools need no key.
client:Gemini CLI
transport:streamable-http
tools:5
Install Lookip in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"ip-lookup": {
"httpUrl": "https://api.lookip.io/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs