IP Address API
app.ip/ipinfoWhat's My IP Address: caller's public IP, ASN, geo, timezone, user-agent, headers, TLS info.
Tools · 8
The caller's public IP address and version (4 or 6).
The caller's network ASN and organization, as seen by Cloudflare.
The caller's HTTP request headers, echoed back (proxy and Cloudflare headers filtered out).
Approximate geolocation of the caller's IP: city, region, country, coordinates, continent and EU flag.
The caller's connection security: TLS version/cipher, HTTP protocol, TCP RTT and bot-detection signals.
The IANA timezone of the caller's IP.
The caller's User-Agent string.
The caller's coordinates (lat/lng) with an accuracy radius in metres; Mozilla Location Service-compatible.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"ip_address_api": {
"url": "https://ip.app/mcp",
"transport": "streamable-http"
}
}
}