Tool ReferenceLocation Intelligence
geolocator
Geolocator
Convert addresses/place names to coordinates, or reverse geocode coordinates to addresses. ALWAYS call this first before any tool requiring latitude/longitude.
https://mcp.barocline.com/mcphttps://mcpkey.barocline.com/weather-risk/mcphttps://mcpoauth.barocline.com/mcpRead-onlyIdempotent
Parameters
| Name | Type | Required | Default |
|---|---|---|---|
address | string | array | null | No | null |
location | string | array | null | No | null |
latitude | number | array | string | null | No | null |
longitude | number | array | string | null | No | null |
place_type | string | null | No | null |
poi_category | string | null | No | null |
proximity_lat | number | null | No | null |
proximity_lon | number | null | No | null |
search_radius_miles | number | null | No | null |
limit | integer | null | No | 1 |
use_search_box | boolean | null | No | null |
max_concurrent | integer | No | 10 |
content_mode | string | No | "text" |
Sample input
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "geolocator",
"arguments": {
"limit": 1,
"max_concurrent": 10,
"content_mode": "text"
}
}
}{
"name": "geolocator",
"arguments": {
"limit": 1,
"max_concurrent": 10,
"content_mode": "text"
}
}