iplocate/mcp-server-iplocate
Look up IP address geolocation, network information, detect proxies and VPNs, and find abuse contact details using IPLocate.io
Quick Start
Clone the repository:
git clone https://github.com/iplocate/mcp-server-iplocateClaude Desktop configuration example:
{
"mcpServers": {
"mcp-server-iplocate": {
"command": "npx",
"args": [
"-y",
"iplocate/mcp-server-iplocate"
]
}
}
}Check the repository README for specific installation and configuration instructions.