Loading...
{
"mcpServers": {
"ipfind": {
"command": "npx",
"args": ["-y", "@ipfind/ipfind-mcp-server"],
"env": {
"IPFIND_API_KEY": "<API KEY GOES HERE>"
}
}
}
}get_locationRetrieves the geographical location information for a given IP address.
Read-only operation; no data modification or system access.
This server is generally safe for use as it provides read-only access to IP geolocation data. The main risk lies in the secure handling of the IPfind.com API key. Ensure the API key is stored securely and not exposed in client-side code.