a year ago
Get geographic location information from IP addresses using offline IP database.
Server Config
{
"mcpServers": {
"ipinfo": {
"command": "mcp-ip",
"args": [
"-transport",
"stdio",
"-xdb_path",
"./data/ip2region.xdb"
]
}
}
}