Skip to content
VS Code

DaedalMap Reverse Geocoding (coordinates to loc_id) for VS Code

com.daedalmap/reverse-geocoding

Convert WGS84 coordinates to the latest available administrative loc_id chain.

client:VS Code transport:streamable-http tools:5

Install DaedalMap Reverse Geocoding (coordinates to loc_id) in VS Code

.vscode/mcp.json

{
  "servers": {
    "reverse-geocoding": {
      "type": "http",
      "url": "https://app.daedalmap.com/mcp/reverse-geocoding"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

What VS Code can do once it is connected

DaedalMap Reverse Geocoding (coordinates to loc_id) in other clients