Ip Info
Createdqiangmzsx
Retrieves geographic location information from IP addresses using an offline IP database.
About
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
- Uses an offline IP database (ip2region)
- Supports streamable HTTP and stdio transport methods
- Configurable IP database path
- Configurable port number
- 0 GitHub stars
Use Cases
- Enriching log data with geographic information
- Implementing location-based access control
- Analyzing user distribution without external dependencies