@pipeworx/ip-api

Connect: https://gateway.pipeworx.io/ip-api/mcp · Install: one-click buttons

Tools: 2

ip-api.com MCP — keyless IP geolocation, 45 req/min.

Notes

  • HTTP only — the free tier serves HTTP (http://ip-api.com); HTTPS requires the paid Pro plan. Fine inside a CF Worker since the outbound request leaves the worker over TLS to Cloudflare’s edge and only the worker-to-ip-api hop is plaintext.
  • When called via the Pipeworx gateway the IP shown is the gateway egress address (Cloudflare’s POP), not the LLM/agent IP. Pass an explicit ip to look up a real target.

Tools

  • lookup(ip?, fields?, lang?) — geolocation for an IP (or caller if ip omitted)
  • batch(ips, fields?, lang?) — bulk lookup (max 100 IPs per call)

Common fields (comma-sep): status,message,country,countryCode,region,regionName,city,zip,lat,lon,timezone,isp,org,as,query.

Data source

http://ip-api.com

Tools

  • lookup — Geolocation for an IP (or caller if ip omitted).
  • batch — Bulk lookup (max 100 IPs).

Tools

  • batch — Bulk lookup (max 100 IPs).
  • lookup — Geolocation for an IP (or caller if ip omitted).

Regenerated from source · build May 23, 2026