pipeworx-io/mcp-iplookup
MCP server for IP geolocation — look up location, ISP, and network info for any IP
Platform-specific configuration:
{
"mcpServers": {
"mcp-iplookup": {
"command": "npx",
"args": [
"-y",
"mcp-iplookup"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
IP Lookup MCP — ip-api.com (free, no auth for basic usage)
Part of the Pipeworx open MCP gateway.
| Tool | Description | |------|-------------|
Add to your MCP client config:
{
"mcpServers": {
"iplookup": {
"url": "https://gateway.pipeworx.io/iplookup/mcp"
}
}
}Or use the CLI:
npx pipeworx use iplookupMIT
Loading reviews...