A straightforward IP geolocation wrapper around ip-api.com's free tier that requires no authentication for basic lookups. Hosted via Pipeworx's gateway infrastructure, which aggregates 673+ data sources behind a single MCP endpoint. You can call the IP lookup tools directly or use the ask_pipeworx interface to query in plain English and let the gateway route to the appropriate tool. Useful when you need quick geolocation data during conversations without managing API keys or setting up local servers. The free tier has rate limits, so this works best for occasional lookups rather than bulk processing.
IP Lookup MCP — ip-api.com (free, no auth for basic usage)
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"iplookup": {
"url": "https://gateway.pipeworx.io/iplookup/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Iplookup data" })
The gateway picks the right tool and fills the arguments automatically.
MIT