@pipeworx/geonames
Connect: https://gateway.pipeworx.io/geonames/mcp · Install: one-click buttons
Tools: 3
Tools
- search_places — Search for places (cities, landmarks, regions) by name. Returns coordinates, country, population, and feature type. Example: search_places(“Paris”, “FR”). Use get_nearby to find places near a known lo
- get_nearby — Find places near a given latitude/longitude. Returns nearby cities, landmarks, and features sorted by distance. Example: get_nearby(48.8566, 2.3522) for places near Paris.
- get_timezone — Get timezone information for a latitude/longitude location. Returns timezone ID, GMT offset, DST offset, current local time, sunrise, and sunset. Example: get_timezone(40.7128, -74.0060) for New York.
Tools
-
get_nearby— Find places near a given latitude/longitude. Returns nearby cities, landmarks, and features sorted by distance. Example: get_nearby(48.8566, 2.3522) for places near Paris. -
get_timezone— Get timezone information for a latitude/longitude location. Returns timezone ID, GMT offset, DST offset, current local time, sunrise, and sunset. Example: get_timezone(40.7128, -74.0060) for New York. -
search_places— Search for places (cities, landmarks, regions) by name. Returns coordinates, country, population, and feature type. Example: search_places( Paris , FR ). Use get_nearby to find places near a known loc