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.
커뮤니티 리뷰
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요