DaedalMap Reverse Geocoding (coordinates to loc_id) for Cursor
com.daedalmap/reverse-geocoding
Convert WGS84 coordinates to the latest available administrative loc_id chain.
client:Cursor
transport:streamable-http
tools:5
Install DaedalMap Reverse Geocoding (coordinates to loc_id) in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"reverse-geocoding": {
"url": "https://app.daedalmap.com/mcp/reverse-geocoding"
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs