ip2location geolocation for VS Code
com.mcparmory/ip2location-geolocation
Look up IP address location and geolocation data with country, city, timezone, and ISP details
client:VS Code
transport:stdio
runtime:pypi
Install ip2location geolocation in VS Code
.vscode/mcp.json
{
"servers": {
"ip2location-geolocation": {
"type": "stdio",
"command": "uvx",
"args": [
"mcparmory-ip2location-geolocation"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs