org.memoryapi/geo
Official3 toolsGeocoding & Weather
Geocoding, weather forecasts, and timezone lookups
Performs geocoding, weather forecasts, and timezone lookups.
Captured live from the server via tools/list.
geocode_address
Forward or reverse geocoding using OpenStreetMap Nominatim. Forward: convert an address to lat/lon. Reverse: convert lat/lon to an address.
Parameters (4)
- qstring
Address or place name to forward geocode
- latnumber
Latitude for reverse geocoding
- lonnumber
Longitude for reverse geocoding
- limitnumber
Number of results (max 5)
get_weather
Current weather and multi-day forecast for any location. Provide coordinates or a city name.
Parameters (5)
- latnumber
Latitude
- lonnumber
Longitude
- locationstring
City name (geocoded automatically)
- daysnumber
Forecast days (1-7, default 3)
- unitsstring
metric or imperial
get_timezone
Get timezone and country information by coordinates, country code/name, or IP address.
Parameters (4)
- latnumber
Latitude
- lonnumber
Longitude
- countrystring
ISO country code (US, DE) or country name
- ipstring
IP address for timezone lookup
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"geo": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://geo.memoryapi.org/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.