Wraps the ipinfo.io free tier to give Claude IP geolocation and lookup capabilities without requiring authentication. Useful when you need to resolve IP addresses to locations, ASN details, or network information during conversations. Part of the Pipeworx gateway ecosystem, so you can either connect to this single service or plug into their full gateway for 250+ data sources. Supports the ask_pipeworx pattern where you ask questions in plain English instead of calling tools directly. Runs over streamable HTTP, so no local process needed.
IPInfo MCP — wraps ipinfo.io (free tier, no auth required 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": {
"ipinfo": {
"url": "https://gateway.pipeworx.io/ipinfo/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 Ipinfo data" })
The gateway picks the right tool and fills the arguments automatically.
MIT