Tools / Address Geocoding / Use Cases / Find Locations from Descriptions

Find Locations from Descriptions

Resolve informal place descriptions, landmarks, and partial addresses into precise coordinates.

Tool
Address Geocoding icon
Address Geocoding

Not every location comes as a neatly formatted street address. Users type "near the Eiffel Tower," meeting notes say "the coffee shop on Main and 3rd," and datasets contain entries like "downtown Seattle" or "LAX airport." These informal descriptions still need to be converted to coordinates for mapping and analysis.

The geocode_address skill handles fuzzy location inputs beyond just formal street addresses. Landmarks, neighborhoods, intersections, points of interest, and partial addresses are all resolved to their best-match coordinates. The confidence score tells you how precise the match is -- a specific building will score higher than a neighborhood name.

This is particularly useful for processing user-generated content where location references are informal, enriching event data where venues are described by name rather than address, and building location search features that accept natural language input. The skill bridges the gap between how humans describe places and how software needs to represent them.

Agent Guides

Claude

  1. Connect ToolRouter: claude mcp add toolrouter -- npx -y toolrouter-mcp
  2. Ask Claude: "Find the coordinates for this location using address-geocoding" with the description
  3. Claude resolves the description to coordinates and returns the matched address
Read full guide →

ChatGPT

  1. Configure ToolRouter in ChatGPT
  2. Ask: "Find the coordinates for this place" and describe the location
  3. ChatGPT returns the coordinates and the resolved address
Read full guide →

Copilot

  1. Add ToolRouter to Copilot MCP config
  2. In Copilot Chat: "Find the coordinates for these landmarks" and list the places
  3. Copilot resolves each description to coordinates
Read full guide →

OpenClaw

  1. Connect ToolRouter: openclaw mcp add toolrouter -- npx -y toolrouter-mcp
  2. Ask OpenClaw: "Find the coordinates for this place" and describe the location
  3. OpenClaw returns the best-match coordinates and address
Read full guide →

Related Use Cases

Open Geocode Addresses to Coordinates

Geocode Addresses to Coordinates

Convert street addresses into precise latitude and longitude coordinates for mapping and spatial analysis.

Address Geocoding icon
Address Geocoding
4 agent guides
Open Batch Geocode Address Lists

Batch Geocode Address Lists

Geocode entire lists of addresses at once, converting spreadsheets and databases of locations into coordinate data.

Address Geocoding icon
Address Geocoding
4 agent guides