← ipinfo.io

INDIVIDUAL MCP TOOL

ipinfo_check_residential_proxy

Check whether IP addresses are known residential proxies.

ipinfo.ionone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.ipinfo.io

No auth detected

Connect to this endpoint to inspect the live schema for ipinfo_check_residential_proxy and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

ipinfo.io

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.

Related tools

  • ipinfo_lookup — Look up geolocation, network, and metadata for one or more IP addresses.
  • ipinfo_check_privacy — Check whether IP addresses are using privacy or anonymity services.
  • ipinfo_geolocate — Get geographic location data for one or more IP addresses.
  • ipinfo_asn — Get autonomous system (network ownership) information for IP addresses.
  • ipinfo_quota — Check your IPinfo API usage and remaining quota.