This MCP server, developed by Brian Connelly, provides IP geolocation services using the ipinfo.io API. Built with Python and leveraging the Model Context Protocol, it offers detailed location and network information for any IP address. The implementation focuses on delivering clean, formatted output for AI agents like Claude, including data such as city, region, country, coordinates, timezone, and organization. It requires an ipinfo.io API token for authentication. The server is particularly useful for applications requiring location-based insights, enabling use cases such as user location verification, content localization, and network analysis without complex API integrations.
暂无评论. 成为第一个评论的人!
登录以参与讨论
Get detailed information about one or more IP addresses including location, ISP, and network details. Input: ips (optional): List of IP addresses to analyze (IPv4 or IPv6). If not provided, analyzes the requesting client's IP address.
Check if an IP address is associated with a residential proxy service. Input: ip: The IP address to check for residential proxy usage.
Generate a URL to an interactive map visualization of IP addresses. Input: ips: List of IP addresses to visualize (max 500,000).