How to Find Locations from Descriptions with OpenClaw

Location lookup with OpenClaw and ToolRouter. Resolve place names to GPS coordinates.

Tool
Address Geocoding icon
Address Geocoding

OpenClaw resolves informal place descriptions to coordinates in batch, processing lists of landmarks, neighborhoods, and partial addresses with confidence scoring for each match. Build location databases from venue lists, geocode event data where locations are described by name, and create point-of-interest datasets from unstructured location references.

Connect ToolRouter to OpenClaw

1Install the CLI
npm install -g toolrouter-mcp
2Call tools directly from OpenClaw
toolrouter-mcp call web-search search --query "AI tools"
toolrouter-mcp tools

Steps

Once connected (see setup above), use the Address Geocoding tool:

  1. Ask OpenClaw: "Find the coordinates for this place" and describe the location
  2. OpenClaw returns the best-match coordinates and address
  3. Use the coordinates in your application or analysis

Example Prompt

Try this with OpenClaw using the Address Geocoding tool
Find the exact coordinates for "Shibuya Crossing, Tokyo" and "Brandenburg Gate, Berlin".

Tips

  • Include the country for place names that exist in multiple countries
  • Check the confidence score -- area-level matches are less precise than building-level ones