Connects Claude to ip-api.com for IP geolocation lookups. You get two tools: single IP lookup that returns location data for any IP address (or your own if you omit the parameter), and batch lookup for up to 100 IPs at once. Useful when you need to geolocate visitors, audit access logs, or enrich IP data in security workflows. Part of the Pipeworx gateway, which means you can either use this standalone or connect to their full gateway for 673+ data sources. The ask_pipeworx feature lets you query in plain English instead of calling tools directly, which is handy for ad hoc exploration.
ip-api.com MCP.
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|---|
lookup | Geolocation for an IP (or caller if ip omitted). |
batch | Bulk lookup (max 100 IPs). |
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"ip-api": {
"url": "https://gateway.pipeworx.io/ip-api/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 Ip Api data" })
The gateway picks the right tool and fills the arguments automatically.
MIT