This wraps the Jeleo Geolocation API and gives Claude two tools for location lookups. The reverse_geocode tool takes latitude and longitude coordinates and returns detailed location metadata including city, country, population metrics, and economic data. The batch_reverse_geocode tool handles multiple coordinates in one shot. You'll need a Jeleo API key from jeleo.zone.id to authenticate requests. Reach for this when you need structured geocoding without building your own lookup pipeline, especially if you're already processing coordinate data or IP addresses and want enriched location context for analysis or user features.
claude mcp add --transport stdio wtronk-geolocation-mcp -- docker run -i --rm ghcr.io/wtronk/geolocation-mcp:v1.0.0