Retrieves geographic location information from IP addresses using an offline IP database.
This tool provides a mechanism to resolve IP addresses to geographic locations without relying on external APIs. Leveraging the ip2region database, it offers both streamable HTTP and stdio transport methods for integration into different workflows. Users can specify the path to the IP database and the port for the HTTP service, offering flexibility in deployment and usage.
Key Features
01Uses an offline IP database (ip2region)
02Supports streamable HTTP and stdio transport methods
03Configurable IP database path
04Configurable port number
050 GitHub stars
Use Cases
01Enriching log data with geographic information
02Implementing location-based access control
03Analyzing user distribution without external dependencies