DaedalMap Reverse Geocoding (coordinates to loc_id) for Claude Desktop
com.daedalmap/reverse-geocoding
Convert WGS84 coordinates to the latest available administrative loc_id chain.
client:Claude Desktop
transport:streamable-http
tools:5
Install DaedalMap Reverse Geocoding (coordinates to loc_id) in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"reverse-geocoding": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://app.daedalmap.com/mcp/reverse-geocoding"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs