work.latlng.mcp/latlng
Official5 toolsLatLng
Geocoding, reverse geocoding, and places search for LatLng.
Geocoding, reverse geocoding, and location-based places search.
Captured live from the server via tools/list.
geocode_address
Convert an address or place name into latitude and longitude coordinates.
Parameters (5)
- querystringrequired
Address or place name to geocode.
- limitinteger
- langstring
Optional language code, for example en.
- latnumber
Optional latitude to bias results.
- lonnumber
Optional longitude to bias results.
reverse_geocode
Convert latitude and longitude coordinates into an address.
Parameters (4)
- latnumberrequired
Latitude.
- lonnumberrequired
Longitude.
- limitinteger
- langstring
Optional language code, for example en.
search_places
Search for places by name, optionally biased by location and category.
Parameters (6)
- querystringrequired
Place name or search query.
- latnumber
Optional latitude to bias results.
- lonnumber
Optional longitude to bias results.
- typestring
Optional place category, for example restaurant or cafe.
- countrystring
Optional country code, for example US.
- limitinteger
find_nearby_places
Find points of interest near a latitude and longitude.
Parameters (5)
- latnumberrequired
Center latitude.
- lonnumberrequired
Center longitude.
- radiusinteger
- typestring
Optional place category, for example restaurant or cafe.
- limitinteger
list_place_categories
List supported place categories for place search and nearby queries.
No parameters.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"latlng": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.latlng.work/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.