@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
ipto look up a real target.
Tools
lookup(ip?, fields?, lang?)— geolocation for an IP (or caller ifipomitted)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