briandconnelly/mcp-server-ipinfo

๐Ÿ โ˜๏ธ - IP address geolocation and network information using IPInfo API

VERIFIED 3 toolsยทuvxยทv3.2.4

Install

uvx mcp-server-ipinfo

Capabilities

Server instructions

This MCP server provides tools to look up IP address information using the IPInfo API. For a given IPv4 or IPv6 address, it provides information about the geographic location of that device, the internet service provider, and additional information about the connection. Available tools: - get_ip_details: Look up details for one or more IP addresses - get_residential_proxy_info: Check if an IP is a residential proxy - get_map_url: Generate an interactive map URL showing IP locations The IPInfo API is free to use with rate limits. Paid plans provide more information. Set the IPINFO_API_TOKEN environment variable with a valid API key for premium features. The accuracy of IP geolocation can vary. Generally, the country is accurate, but the city and region may not be. If a user is using a VPN, Proxy, Tor, or hosting provider, the location returned will be the location of that service's exit point. An IPv4 address consists of four decimal numbers separated by dots (.). An IPv6 address consists of eight groups of four hexadecimal numbers separated by colons (:).