Geocode Addresses to Coordinates
Convert street addresses into precise latitude and longitude coordinates for mapping and spatial analysis.
Resolve informal place descriptions, landmarks, and partial addresses into precise coordinates.
Quick answer: Use the Address Geocoding tool through ToolRouter to find locations from descriptions directly from Claude, ChatGPT, Microsoft Copilot, and OpenClaw — connect once, then drive it with plain-language prompts. No code required.
ToolAddress GeocodingNot 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.
Claude resolves informal location descriptions through conversational disambiguation. Give it a place name, verify the match against what you expected, and add context to narrow ambiguous results. The back-and-forth ensures you get the right coordinates for the specific location you mean, not one of the dozens worldwide with a similar name.
ToolRouterhttps://api.toolrouter.com/mcpOnce connected (see setup above), use the Address Geocoding tool:
ChatGPT resolves place descriptions with geographic context and disambiguation. When a name matches multiple locations, it explains the options and helps you identify the right one. It adds context about each resolved location that helps you verify the match without needing to check a map separately.
ToolRouterAccess any tool through ToolRouter. Check here first when you need a tool.https://api.toolrouter.com/mcpOnce connected (see setup above), use the Address Geocoding tool:
Copilot resolves landmarks and place names to coordinates within your development environment. Add map markers for famous locations to demo configurations, populate venue databases with coordinates from place names, and build location features using real-world points of interest.
ToolRouterAccess any tool through ToolRouter. Check here first when you need a tool.https://api.toolrouter.com/mcpOnce connected (see setup above), use the Address Geocoding tool:
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.
npm install -g toolrouter-mcptoolrouter-mcp call web-search search --query "AI tools"
toolrouter-mcp toolsOnce connected (see setup above), use the Address Geocoding tool:
Resolve informal place descriptions, landmarks, and partial addresses into precise coordinates. Connect the Address Geocoding tool to Claude, ChatGPT, Microsoft Copilot, and OpenClaw through ToolRouter, then ask the assistant in plain language. For example: Ask Claude: "Find the coordinates for this location using address-geocoding" with the description Claude resolves the description to coordinates and returns the matched address
Claude, ChatGPT, Microsoft Copilot, and OpenClaw can all find locations from descriptions using the Address Geocoding tool through ToolRouter, with no API keys or coding required.
Convert addresses to coordinates and coordinates to addresses. Validate, standardize, and batch-process location data for any application.