← ip.app

INDIVIDUAL MCP TOOL

get_ip

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

ip.appnone authenticationAvailability not checked

LIVE ENDPOINT

https://ip.app/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_ip and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

ip.app

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.ip-app]
url = "https://ip.app/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "ip-app": {
      "type": "http",
      "url": "https://ip.app/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: ip-app
Remote MCP URL: https://ip.app/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "ip-app": {
      "url": "https://ip.app/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "ip-app": {
      "type": "http",
      "url": "https://ip.app/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "ip-app",
  "transport": "streamable-http",
  "url": "https://ip.app/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • 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.