ENDPOINT 1
https://ip.app/mcp
MCP server metadata
- Name
- ip.app
- Version
- 1.0.0
Known tools 8
get_headersThe caller's HTTP request headers, echoed back (proxy and Cloudflare headers filtered out).
Inferred read-onlyget_locationApproximate geolocation of the caller's IP: city, region, country, coordinates, continent and EU flag.
Inferred read-onlyget_securityThe caller's connection security: TLS version/cipher, HTTP protocol, TCP RTT and bot-detection signals.
Inferred read-onlyget_whereamiThe caller's coordinates (lat/lng) with an accuracy radius in metres; Mozilla Location Service-compatible.
Inferred read-onlyCONNECT 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.
ip.app is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.