Loading MCP server directory, please wait...
Geolocation tools (reverse geocoding, ip lookup, etc) using Jeleo Geolocation API
npx @getmcp/cli add io.github.wtronk/geolocation-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
YOUR_API_KEYYour API key for the service
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.wtronk/geolocation-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"YOUR_API_KEY",
"-e",
"JELEO_API_URL",
"ghcr.io/wtronk/geolocation-mcp:v1.0.0"
],
"env": {
"YOUR_API_KEY": "",
"JELEO_API_URL": "https://www.jeleo.zone.id/api/geolocation"
}
}
}
}