---
name: hh7tr41c.nx.link
description: hh7tr41c.nx.link exposes a single endpoint that returns the caller's public IP address and user-agent string as observed by the server. It performs no enrichment, lookup, or analysis beyond echoing those two values.
host: hh7tr41c.nx.link
---

# hh7tr41c.nx.link

This host is a minimal network-introspection utility. It serves agents that need to discover their own externally-visible IP address or confirm the user-agent string being sent in the current request context. It does not perform geolocation, ASN resolution, threat scoring, or any other derived analysis.

## When to use this host

Use this host when an agent needs to know its own public-facing IP address or the user-agent string the runtime is sending — for example, before calling a geolocation or ASN service that requires an IP as input. Do not use it for geolocation, ASN lookup, proxy/VPN detection, or threat intelligence; those require a dedicated IP enrichment host. If enriched IP metadata is needed, route to a host that accepts an IP address as input and returns structured location or network data.

## Capabilities

### Request Identity Reflection

Returns the raw public IP address and user-agent string of the calling request as seen by the server, useful for network diagnostics or as a prerequisite step before enrichment calls.

- **`fetch-ip-metadata`** — Returns the caller's public IP address and user-agent string as seen by the server, via a simple GET request.

## Skill reference

### `fetch-ip-metadata`

**IP Insight** — Returns the caller's public IP address and user-agent string as seen by the server, via a simple GET request.

*Use when:* Use when an agent needs to determine the public IP address or user-agent string of the current request context, such as for network diagnostics, geolocation preparation, or identity verification.

*Not for:* Do not use for geolocation, ASN lookup, or threat intelligence — this endpoint returns only the raw IP and user-agent, not enriched metadata.

**Returns:** Returns a JSON object with the caller's public IP address and user-agent string as observed by the server.

**Example:** `GET https://hh7tr41c.nx.link/ip`

---
