A simple utility that calls the ipify API to return your current public IPv4 or IPv6 address. This is the kind of tool you'd use when debugging network issues, verifying VPN connections, or checking which IP your AI agent's requests are coming from. Part of the Pipeworx gateway ecosystem, so you can either connect to it standalone or access it through their unified gateway alongside 250+ other data sources. The implementation is straightforward: it exposes tools that echo back your egress IP, useful for confirming your gateway's outbound address in automated workflows or when troubleshooting connectivity from containerized environments.
ipify MCP.
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": {
"ipify": {
"url": "https://gateway.pipeworx.io/ipify/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 Ipify data" })
The gateway picks the right tool and fills the arguments automatically.
MIT