Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

LatLng

work.latlng.mcp/latlng

Geocoding, reverse geocoding, and places search for LatLng.

Uptime
100.0%
1 direct probes · 30d
Response
92ms
last probe
Tools
5
callable
Resources
0
readable
Prompts
0
available

Tools · 5

geocode_address

Convert an address or place name into latitude and longitude coordinates.

reverse_geocode

Convert latitude and longitude coordinates into an address.

search_places

Search for places by name, optionally biased by location and category.

find_nearby_places

Find points of interest near a latitude and longitude.

list_place_categories

List supported place categories for place search and nearby queries.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "latlng": {
      "url": "https://mcp.latlng.work/mcp",
      "transport": "streamable-http"
    }
  }
}