IP Geolocation
Summary
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.
Available Actions(1)
get_ip_details
This tool is used to get detailed information about an IP address. Input: ip (string): The IP address to get information about. Output: IPDetails: A Pydantic model containing detailed information about the IP, including location, organization, and country details.
社区评论
暂无评论. 成为第一个评论的人!
登录以参与讨论