app.ip/ipinfo
Official8 toolsIP Address API
What's My IP Address: caller's public IP, ASN, geo, timezone, user-agent, headers, TLS info.
Retrieve caller's public IP, ASN, geolocation, timezone, and browser information.
Captured live from the server via tools/list.
get_ip
The caller's public IP address and version (4 or 6).
No parameters.
get_asn
The caller's network ASN and organization, as seen by Cloudflare.
No parameters.
get_headers
The caller's HTTP request headers, echoed back (proxy and Cloudflare headers filtered out).
No parameters.
get_location
Approximate geolocation of the caller's IP: city, region, country, coordinates, continent and EU flag.
No parameters.
get_security
The caller's connection security: TLS version/cipher, HTTP protocol, TCP RTT and bot-detection signals.
No parameters.
get_timezone
The IANA timezone of the caller's IP.
No parameters.
get_user_agent
The caller's User-Agent string.
No parameters.
get_whereami
The caller's coordinates (lat/lng) with an accuracy radius in metres; Mozilla Location Service-compatible.
No parameters.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"ipinfo": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://ip.app/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.