Official LatLng MCP server for geocoding, reverse geocoding, places search, nearby POI lookup, and place categories. Powered by the LatLng API and OpenStreetMap data.
Tools
geocode_address
reverse_geocode
search_places
find_nearby_places
list_place_categories
Server Config
{
"mcpServers": {
"latlng": {
"url": "https://mcp.latlng.work/mcp",
"headers": {
"Authorization": "Bearer <YOUR_LATLNG_SERVER_KEY>"
}
}
}
}