Security & Testing
ipinfo.io
Provides IP intelligence including geolocation, network metadata, and detection of privacy or residential proxy usage.
ENDPOINT 1
https://mcp.ipinfo.io
MCP server metadata
- Name
- ipinfo
- Version
- 3.1.1
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_lookupLook up geolocation, network, and metadata for one or more IP addresses.
Inferred read-onlyipinfo_check_privacyCheck whether IP addresses are using privacy or anonymity services.
Inferred read-onlyipinfo_check_residential_proxyCheck whether IP addresses are known residential proxies.
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.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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.