← Registry

General Tools

ip.app

Provides network and security information about the caller's request.

1 endpoint8 known toolsFirst detected July 25, 2026Last detected August 29, 2026

ENDPOINT 1

https://ip.app/mcp

No auth detected

MCP server metadata

Name
ip.app
Version
1.0.0
Capabilities
tools

Known tools 8

get_ip

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

Inferred read-only
get_asn

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

Inferred read-only
get_headers

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

Inferred read-only
get_location

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

Inferred read-only
get_security

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

Inferred read-only
get_timezone

The IANA timezone of the caller's IP.

Inferred read-only
get_user_agent

The caller's User-Agent string.

Inferred read-only
get_whereami

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

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for ip.app was fetched 2026-08-03T22:13:24.493Z and is being refreshed.

Trust status Trusted

ip.app is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.