← Registry

Security & Testing

ipinfo.io

Provides IP intelligence including geolocation, network metadata, and detection of privacy or residential proxy usage.

1 endpoint6 known toolsFirst detected May 29, 2026Last detected September 9, 2026

ENDPOINT 1

https://mcp.ipinfo.io

No auth detected

MCP server metadata

Name
ipinfo
Version
3.1.1
Capabilities
experimentalprompts.listChangedresources.listChangedtools.listChangedextensions.io.modelcontextprotocol/ui
Server instructions

This server provides IP address intelligence tools powered by IPinfo. Use ipinfo_lookup to get geolocation and network details for IP addresses. Use ipinfo_check_privacy to check if IPs use VPNs, proxies, or Tor. Use ipinfo_check_residential_proxy to detect residential proxy usage. Use ipinfo_geolocate to get geographic location data. Use ipinfo_asn to get network ownership information. Use ipinfo_quota to check your API usage and remaining quota. This server maintains an in-memory cache of IP lookup results for the lifetime of the session, so you do not need to keep your own cache or deduplicate IPs before calling tools: repeat lookups of the same IP are served from cache and do not consume API quota. The _meta field on each response reports how many results came from cache vs. the API.

Known tools 6

ipinfo_lookup

Look up geolocation, network, and metadata for one or more IP addresses.

Inferred read-only
ipinfo_check_privacy

Check whether IP addresses are using privacy or anonymity services.

Inferred read-only
ipinfo_check_residential_proxy

Check whether IP addresses are known residential proxies.

Inferred read-only
ipinfo_geolocate

Get geographic location data for one or more IP addresses.

Inferred read-only
ipinfo_asn

Get autonomous system (network ownership) information for IP addresses.

Inferred read-only
ipinfo_quota

Check your IPinfo API usage and remaining quota.

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.ipinfo]
url = "https://mcp.ipinfo.io"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "ipinfo": {
      "type": "http",
      "url": "https://mcp.ipinfo.io"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: ipinfo
Remote MCP URL: https://mcp.ipinfo.io

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": {
    "ipinfo": {
      "url": "https://mcp.ipinfo.io"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

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