LatLng
work.latlng.mcp/latlngGeocoding, reverse geocoding, and places search for LatLng.
Tools · 5
Convert an address or place name into latitude and longitude coordinates.
Convert latitude and longitude coordinates into an address.
Search for places by name, optionally biased by location and category.
Find points of interest near a latitude and longitude.
List supported place categories for place search and nearby queries.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"latlng": {
"url": "https://mcp.latlng.work/mcp",
"transport": "streamable-http"
}
}
}