Skip to content
Gemini CLI

DaedalMap Reverse Geocoding (coordinates to loc_id) for Gemini CLI

com.daedalmap/reverse-geocoding

Convert WGS84 coordinates to the latest available administrative loc_id chain.

client:Gemini CLI transport:streamable-http tools:5

Install DaedalMap Reverse Geocoding (coordinates to loc_id) in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "reverse-geocoding": {
      "httpUrl": "https://app.daedalmap.com/mcp/reverse-geocoding"
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

What Gemini CLI can do once it is connected

DaedalMap Reverse Geocoding (coordinates to loc_id) in other clients