Products / Free utilities
Free utilities up first-party
Geocoding, weather, currency, local time and public holidays. No account, no key. An itinerary needs these and it would be silly to send an agent elsewhere for them.
Open data · last probed 2026-09-09 12:00
Install
claude mcp add --transport http travel https://mcp.travel-gateway.codeblocks.sk/mcp
No key needed to start. A free key from /keys raises the rate limit and turns on receipts.
Tools
fx_convert
read-only
Convert an amount between currencies at the latest European Central Bank reference rate. Indicative, not a dealing rate.
| Argument | Type | Required | Description |
|---|---|---|---|
amount |
number | ||
base |
string | ||
target |
string | yes |
geo_find_place
read-only
Look up coordinates and timezone for a town, city or region. Use this first when you only have a place name and need coordinates for a weather lookup.
| Argument | Type | Required | Description |
|---|---|---|---|
place |
string | yes | Town, city or region name, e.g. 'Bratislava' |
country_code |
optional | Optional ISO-3166 alpha-2 filter, e.g. 'SK' | |
limit |
integer |
holidays_public
read-only
Public holidays for a country and year. Useful for warning a traveller that offices, banks or transport will be closed.
| Argument | Type | Required | Description |
|---|---|---|---|
country_code |
string | yes | ISO-3166 alpha-2, e.g. 'SK' |
year |
integer | yes |
time_local
read-only
Current local time and UTC offset for an IANA timezone.
| Argument | Type | Required | Description |
|---|---|---|---|
timezone |
string | yes | IANA timezone name, e.g. 'Europe/Bratislava' |
weather_forecast
read-only
Daily forecast for up to 16 days at a latitude and longitude. Call geo_find_place first if you only have a place name.
| Argument | Type | Required | Description |
|---|---|---|---|
latitude |
number | yes | |
longitude |
number | yes | |
days |
integer | Forecast days from today |