Features Pricing Docs Contact Dashboard
Official MCP Server · streamable HTTP + npm

Location tools for AI agents

Connect MCP-compatible clients to LatLng geocoding, reverse geocoding, places search, nearby places, and place categories. Use the hosted endpoint or install the stdio server with npm.

claude_desktop_config.json
{
  "mcpServers": {
    "latlng": {
      "command": "npx",
      "args": ["-y", "@latlng/mcp-server"],
      "env": {
        "LATLNG_API_KEY": "latlng_your_server_key"
      }
    }
  }
}

Geocode addresses

Turn addresses, landmarks, and place names into coordinates backed by OpenStreetMap data.

Reverse geocode

Convert latitude and longitude pairs into readable addresses and place context.

Search places

Find POIs and named places with structured results agents can use in downstream workflows.

Nearby places

Discover restaurants, stores, landmarks, and other POIs around a coordinate.

Place categories

List supported place categories so agents can build valid nearby searches.

Hosted or local

Use the remote MCP endpoint or the npm stdio package, depending on your client.

Endpoints

Remote MCPhttps://mcp.latlng.work/mcp
Packagenpx -y @latlng/mcp-server

Available Tools

geocode_addressConvert an address or place name to latitude and longitude.
reverse_geocodeConvert coordinates into a human-readable address.
search_placesSearch places by name or text query.
find_nearby_placesFind points of interest near a coordinate with radius and category filters.
list_place_categoriesReturn supported place categories for nearby place searches.

Authentication

Use a LatLng dashboard Server Key that starts with latlng_. Public maps keys that start with pk_latlng_ are for browser-side maps and are rejected by the MCP server.

Directory Metadata

NameLatLng MCP server
Websitehttps://www.latlng.work
MCP endpointhttps://mcp.latlng.work/mcp
Package@latlng/mcp-server
CategoriesLocation Services, Maps, Geocoding, Places API, Developer Tools
Repositoryhttps://github.com/latlng-work/latlng-mcp
LicenseMIT

Build location-aware agents

Give agents reliable map and place lookup tools without wiring geocoding APIs by hand. Start with a free LatLng Server Key and connect your MCP client.