Geolocation tools (reverse geocoding, ip lookup, etc) using Jeleo Geolocation API
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
This is a Model Context Protocol (MCP) server that acts as a wrapper around the GeoLocation API. It provides tools for LLMs (like Claude) to perform fast reverse geocoding and batch reverse geocoding (via IP and coordinates).
reverse_geocode: Get rich location metadata (city, country, population metrics, economic data) from latitude/longitude coordinates.batch_reverse_geocode: Resolve a list of multiple geographic coordinates in a single request.The MCP server requires an API Key and an API Base URL. You can retrieve them from https://jeleo.zone.id/. They are provided to the server as command-line arguments:
-apikey: Your Jeleo API Key-url: Base URL for the Jeleo API (default: https://www.jeleo.zone.id/api/geolocation)The server runs on standard input/output (stdio), which is standard for MCP. It's designed to be run as an executable or via Docker.
To build the Docker image:
To run it locally via Docker:
If you have Go installed, you can build and run it directly:
If you have published the image to a container registry, or just using it locally, add it to your claude_desktop_config.json:
Local Docker:
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/geolocation-mcp-2)<a href="https://allmcps.com/mcp/geolocation-mcp-2"><img src="https://allmcps.com/api/badge/geolocation-mcp-2?style=directory" alt="Geolocation MCP on AllMCPs" /></a>