Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

IP Address API

app.ip/ipinfo

What's My IP Address: caller's public IP, ASN, geo, timezone, user-agent, headers, TLS info.

Uptime
100.0%
2 direct probes · 30d
Response
130ms
last probe
Tools
8
callable
Resources
0
readable
Prompts
0
available
Primary URL
https://ip.app/mcp

Tools · 8

get_ip

The caller's public IP address and version (4 or 6).

get_asn

The caller's network ASN and organization, as seen by Cloudflare.

get_headers

The caller's HTTP request headers, echoed back (proxy and Cloudflare headers filtered out).

get_location

Approximate geolocation of the caller's IP: city, region, country, coordinates, continent and EU flag.

get_security

The caller's connection security: TLS version/cipher, HTTP protocol, TCP RTT and bot-detection signals.

get_timezone

The IANA timezone of the caller's IP.

get_user_agent

The caller's User-Agent string.

get_whereami

The caller's coordinates (lat/lng) with an accuracy radius in metres; Mozilla Location Service-compatible.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "ip_address_api": {
      "url": "https://ip.app/mcp",
      "transport": "streamable-http"
    }
  }
}