# MolTravel MCP server

Aggregated travel MCP — flights, tours, activities, price checks, visas, and more.

## Links
- Registry page: https://www.getdrio.com/mcp/com-moltravel-travel
- Repository: https://github.com/navifare/moltravel-mcp

## Install
- Endpoint: https://mcp.moltravel.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://mcp.moltravel.com/mcp

## Tools
- restcountries_country_info - [restcountries] Look up country information from REST Countries. Endpoint: https://mcp.moltravel.com/mcp
- fcdo_travel_advice - [fcdo] Get UK FCDO travel advice for a specific country. Includes safety, entry requirements, health, and warnings. Endpoint: https://mcp.moltravel.com/mcp
- fcdo_list_countries - [fcdo] List all countries with UK FCDO travel advice. Endpoint: https://mcp.moltravel.com/mcp
- airports_lookup - Look up an airport by IATA (3-char) or ICAO (4-char) code. Returns full details including runways. Endpoint: https://mcp.moltravel.com/mcp
- airports_search - Search airports by name or city. Returns up to 20 results sorted by size. Endpoint: https://mcp.moltravel.com/mcp
- airports_near - Find airports near a geographic point. Returns results sorted by distance. Endpoint: https://mcp.moltravel.com/mcp
- airlines_lookup - Look up an airline by IATA (2-char) or ICAO (3-char) code. Endpoint: https://mcp.moltravel.com/mcp
- airlines_search - Search airlines by name. Returns up to 20 results. Endpoint: https://mcp.moltravel.com/mcp
- visa_check - Check visa requirement for a passport country visiting a destination. Endpoint: https://mcp.moltravel.com/mcp
- visa_summary - Overview of visa-free access for a passport country — counts by category. Endpoint: https://mcp.moltravel.com/mcp
- data_status - Check which static datasets (airports, airlines, visas) are loaded and their row counts. Endpoint: https://mcp.moltravel.com/mcp
- kiwi_search-flight - [kiwi] 
# Search for a flight

## Description

Uses the Kiwi API to search for available flights between two locations on a specific date.

## How it works

The tool will:
1. Search for matching locations to resolve airport codes
2. Find available flights for the specified route and date range

## Method

Call this tool whenever a user wants to search for flights, regardless of whether they provided exact airport codes or just city names.

You should display the returned results in a markdown table format: Group the results by price (those who are the cheapest), duration (those who are the shortest, i.e. have the smallest 'totalDurationInSeconds') and the rest (those that could still be interesting).

Always display for each flight in order:
  - In the 1st column: The departure and arrival airports, including layovers (e.g. "Paris CDG → Barcelona BCN → Lisbon LIS")
  - In the 2nd column: The departure and arrival dates & times in the local timezones, and duration of the flight (e.g. "03/08 06:05 → 09:30 (3h 25m)", use 'durationInSeconds' to display the duration and not 'totalDurationInSeconds')
  - In the 3rd column: The cabin class (e.g. "Economy")
  - (In case of return flight only) In the 4th column: The return flight departure and arrival airports, including layovers (e.g. "Paris CDG → Barcelona BCN → Lisbon LIS")
  - (In case of return flight only) In the 5th column: The return flight departure and arrival dates & times in the local timezones, and duration of the flight (e.g. "03/08 06:05 → 09:30 (3h 25m)", use 'return.durationInSeconds' to display the duration)
  - (In case of return flight only) In the 6th column: The return flight cabin class (e.g. "Economy")
  - In the previous-to-last column: The total price of the flight
  - In the last column: The deep link to book the flight

Finally, provide a summary highlighting the best prices, the shortest flights and a recommendation. End wishing a nice trip to the user with a short fun fact about the destination!
 Endpoint: https://mcp.moltravel.com/mcp
- kiwi_feedback-to-devs - [kiwi] Send feedback to the dev of the Kiwi MCP server. Endpoint: https://mcp.moltravel.com/mcp
- navifare_flight_pricecheck - [navifare] Search multiple booking sources to find better prices for a specific flight the user has already found. Compares prices across different booking platforms to find cheaper alternatives for the exact same flight details. Endpoint: https://mcp.moltravel.com/mcp
- navifare_format_flight_pricecheck_request - [navifare] Parse and format flight details from natural language text or transcribed image content. Extracts flight information (airlines, flight numbers, dates, airports, prices) and structures it for price comparison. Returns formatted flight data ready for flight_pricecheck, or requests missing information if incomplete. Endpoint: https://mcp.moltravel.com/mcp
- peek_experience_availability - [peek] Get availability information for a specific experience including dates, times, and pricing Endpoint: https://mcp.moltravel.com/mcp
- peek_experience_details - [peek] Get detailed information about a specific experience by ID Endpoint: https://mcp.moltravel.com/mcp
- peek_list_tags - [peek] List all category tags Endpoint: https://mcp.moltravel.com/mcp
- peek_render_activity_tiles - [peek] Render activity tiles for a list of activity IDs, returning an embeddable widget URI Endpoint: https://mcp.moltravel.com/mcp
- peek_search_experiences - [peek] Search for travel experiences with comprehensive filtering options. Returns available categories, tags, and regions with IDs for further filtering. Endpoint: https://mcp.moltravel.com/mcp
- peek_search_regions - [peek] Search for regions by name Endpoint: https://mcp.moltravel.com/mcp
- tourradar_b2b-operator-details - [tourradar] Use this when the user wants information about a tour operator, such as their terms and policies.

Fetches operator details including name, code, and terms & conditions based on operator ID. Endpoint: https://mcp.moltravel.com/mcp
- tourradar_b2b-cities-search - [tourradar] Use this when you need to find city IDs for tour search filters like start city, end city, or cities to visit.

Searches for cities by name within a specific country. Supports multiple name variants to handle different spellings (e.g., Krakow, Kraków, Cracow). Endpoint: https://mcp.moltravel.com/mcp
- tourradar_b2b-continents-list - [tourradar] Use this when you need continent IDs for filtering tours by region.

Returns a list of all supported continents with their IDs and names for use in tour search filters. Endpoint: https://mcp.moltravel.com/mcp
- tourradar_b2b-countries-list - [tourradar] Use this when you need to look up country IDs for filtering tours or validating country names.

Returns a complete list of all supported countries with their IDs, names, and ISO country codes. Endpoint: https://mcp.moltravel.com/mcp
- tourradar_b2b-currencies-list - [tourradar] Use this when you need to check supported currencies or get currency details like symbols.

Returns a list of all supported currencies with their codes (USD, EUR), names, and symbols ($, €). Endpoint: https://mcp.moltravel.com/mcp
- tourradar_b2b-languages-list - [tourradar] Use this when you need language IDs for filtering tours by guide language.

Returns a list of all supported languages with their IDs, codes, and names for use in tour search filters. Endpoint: https://mcp.moltravel.com/mcp
- tourradar_b2b-tour-types-list - [tourradar] Use this when you need tour type IDs for filtering tours by category like adventure, cultural, or wildlife.

Returns a hierarchical list of tour type groups and their individual types with IDs and names. Endpoint: https://mcp.moltravel.com/mcp
- tourradar_b2b-tour-departures - [tourradar] Use this when the user asks about available departure dates, pricing for specific dates, or needs to validate if a departure date is available.

Returns a list of departures for a specific tour within a date range, including availability status, pricing, and booking information. Endpoint: https://mcp.moltravel.com/mcp
- tourradar_b2b-tour-details - [tourradar] Use this when the user wants to see detailed information about a specific tour.

Fetches comprehensive tour details including itinerary, pricing, operator info, images, and booking links based on tour ID. Endpoint: https://mcp.moltravel.com/mcp
- tourradar_b2b-tour-faq - [tourradar] Use this when the user has questions about a tour that might be answered in the FAQ section.

Returns a paginated list of frequently asked questions and answers about a specific tour, covering topics like inclusions, requirements, and policies. Endpoint: https://mcp.moltravel.com/mcp
- tourradar_b2b-tour-map - [tourradar] Use this when the user wants to see tour routes on a map or compare itineraries visually.

Fetches tour details for one or more tours and prepares map data with all itinerary locations, coordinates, and day-by-day information for visual display. Endpoint: https://mcp.moltravel.com/mcp
- tourradar_general-current-date - [tourradar] Use this when you need to know the current date, especially before setting departure date filters.

Returns the current date and time in ISO format. Essential for calculating valid date ranges for tour searches. Endpoint: https://mcp.moltravel.com/mcp
- tourradar_vertex-tour-search - [tourradar] Use this when the user describes what they want in natural language and you need AI-powered semantic search to understand their intent.

Before use this tool, please READ all possible filters.
PLESE USE FILTERS, when can be used, to make search faster and much more precise.
Please use start_city, end_city, cities, countries, start_country, end_country filters if possible.  You can use multiple of them.

AI-powered semantic search for tours using natural language queries combined with optional filters. Uses Google Vertex AI to understand intent and find relevant tours based on descriptions, themes, or specific requests.

Use `vertex-tour-search` when:

- The user describes what they want in natural language
- You need semantic/AI-powered search to understand intent
- Combining natural language with filters for refined results

Examples:

- "Family-friendly safari with kids under 12"
- "Romantic honeymoon trip with beach and mountains"
- "Adventure tour with hiking and camping for beginners"
- "Cultural immersion experience with local homestays"
- "Wine tasting tour through European countryside"

## Input

### Required

- `textSearch`: Natural language description of what the user is looking for
- `display_mode`: How to display results — `"listing"` (default, carousel of tour cards) or `"map"` (interactive map view)

### Optional Filters

#### Location Filters

| Filter          | Type     | Description                                                                |
| --------------- | -------- | -------------------------------------------------------------------------- |
| `start_country` | string[] | Country where tour BEGINS (ISO 3166-1 alpha-2 codes). OR logic.            |
| `end_country`   | string[] | Country where tour ENDS (ISO 3166-1 alpha-2 codes). OR logic.              |
| `start_city`    | number[] | City IDs where tour starts. Use `b2b-cities-search` to find IDs. OR logic. |
| `end_city`      | number[] | City IDs where tour ends. Use `b2b-cities-search` to find IDs. OR logic.   |
| `countries`     | object   | Countries visited DURING the itinerary. Supports AND/OR operator.          |
| `cities`        | object   | Cities visited on the itinerary. Supports AND/OR operator.                 |

#### Range Filters

| Filter           | Type                     | Description                                                                          |
| ---------------- | ------------------------ | ------------------------------------------------------------------------------------ |
| `duration`       | `{ min, max }`           | Tour length in days                                                                  |
| `max_group_size` | `{ min, max }`           | Maximum group size range                                                             |
| `min_group_size` | `{ min, max }`           | Minimum group size range                                                             |
| `min_age`        | `{ min, max }`           | Minimum age requirement range. E.g., `{ min: 1, max: 12 }` finds family-friendly tours |
| `max_age`        | `{ min, max }`           | Maximum age limit range. E.g., `{ min: 18, max: 39 }` finds youth-specific tours       |
| `price`          | `{ min, max, currency }` | Price range (currency: "EUR")                                                        |

#### AND/OR Filters

These filters support both AND and OR operators:

| Filter       | Values                   | Description                        |
| ------------ | ------------------------ | ---------------------------------- |
| `departures` | YYYY-MM strings          | Filter by departure months         |
| `countries`  | ISO 3166-1 alpha-2 codes | Countries visited during itinerary |
| `cities`     | City IDs                 | Cities visited on itinerary        |

Structure: `{ values: [...], operator: "AND" | "OR" }`

- `OR` (default): Tour matches ANY of the specified values
- `AND`: Tour must match ALL specified values

## Examples

### Simple text search

```json
{ "textSearch": "family adventure with wildlife" }
```

### With location filters

```json
{
  "textSearch": "hiking adventure",
  "start_country": ["DE", "AT"],
  "countries": { "values": ["IT", "CH"], "operator": "AND" }
}
```

### With range filters

```json
{
  "textSearch": "luxury beach vacation",
  "duration": { "min": 7, "max": 14 },
  "price": { "min": 2000, "max": 5000, "currency": "EUR" },
  "max_group_size": { "min": 1, "max": 16 }
}
```

### With age filters

```json
{
  "textSearch": "family safari with young children",
  "min_age": { "min": 1, "max": 6 },
  "duration": { "min": 7, "max": 14 }
}
```

### With departure dates

```json
{
  "textSearch": "northern lights tour",
  "departures": { "values": ["2026-01", "2026-02", "2026-03"], "operator": "OR" }
}
```

### Map display mode

```json
{
  "textSearch": "hiking tours in the Alps",
  "display_mode": "map",
  "countries": { "values": ["AT", "CH"], "operator": "OR" }
}
```

## Response

Returns a list of tours matching the query, each containing:

- Tour ID, name, and URL
- Operator information
- Brief description matching the query context
 Endpoint: https://mcp.moltravel.com/mcp
- tourradar_vertex-tour-title-search - [tourradar] Search for tours by title using AI-powered semantic search. Returns a list of matching tour IDs and titles. Use this when you need to look up a tour by name. When you know tour id, use b2b-tour-details tool to display details about specific tour Endpoint: https://mcp.moltravel.com/mcp
- tourradar_vertex-review-search - [tourradar] Search tour reviews using AI-powered semantic search. Requires tourIds to scope results to specific tours. Use this when the user asks about reviews, feedback, or experiences for specific tours. Combine with an optional text query to find reviews mentioning specific topics (e.g., 'food', 'guide', 'accommodation'). When you don't have tour IDs, use vertex-tour-search or vertex-tour-title-search first to find them. Endpoint: https://mcp.moltravel.com/mcp
- tourradar_web-tour-booking - [tourradar] Use this when the user explicitly wants to book a tour and has provided their contact details.

Creates a booking request for a specific tour. Requires real contact details (email, names; phone optional). Always confirm the departure date by checking departures first. Never fabricate or assume user data - always ask for missing information. Endpoint: https://mcp.moltravel.com/mcp
- tourradar_web-tour-send-brochure - [tourradar] Use this when the user requests a tour brochure or PDF to be sent to their email.

Sends a tour brochure (PDF file) to the specified email address. Before using this, ensure the user has provided their email address. If not provided, ask the user for it. Never generate or assume email addresses. Endpoint: https://mcp.moltravel.com/mcp
- tourradar_algolia-operator-search - [tourradar] Use this when you need to find a tour operator's ID by their name for filtering tours.

Searches tour operators by name and returns matching operators with their IDs. Use the returned operator ID with tour search filters. Endpoint: https://mcp.moltravel.com/mcp
- trivago_trivago-accommodation-radius-search - [trivago] 
		Search for accommodations and hotels using coordinates and radius on Trivago.

		Use this tool when you want to find accommodations near a specific location or street.
		The coordinates refer to the search target (e.g. a landmark, neighborhood, or address the user is asking about), NOT the user's personal location.
		Derive coordinates from the place or landmark mentioned in the user's query.

		Additional Information: 
		{
		"knownInformation": {
			"currentYear": "2026",
			"today": "2026-05-18"
		}
		}
		
		 Endpoint: https://mcp.moltravel.com/mcp
- trivago_trivago-accommodation-search - [trivago] 
		Search for accommodations and hotels on Trivago.

		Use this tool when you want to find accommodations in broader areas like cities, countries, etc.

		If you are interested in a specific location, use the trivago-accommodation-radius-search tool.

		Additional Information: 
		{
		"knownInformation": {
			"currentYear": "2026",
			"today": "2026-05-18"
		}
		}
		
		 Endpoint: https://mcp.moltravel.com/mcp
- trivago_trivago-search-suggestions - [trivago] 

	Suggestions are used to provide a list of possible search terms based on the user's query.

	Query can be city, country.

	You must pick output that are close to the user query.

	Example:
	Input:
		Query: "Berlin"
		Query: "Germany"
	 Endpoint: https://mcp.moltravel.com/mcp
- skiplagged_sk_flights_search - [skiplagged] Search Skiplagged for flights between specific locations with filtering options for passengers, fare class, stops, airlines, and timing preferences Endpoint: https://mcp.moltravel.com/mcp
- skiplagged_sk_destinations_anywhere - [skiplagged] Find cheapest destinations from a departure city when flexible about where to go. Perfect for discovering travel opportunities and deals. Endpoint: https://mcp.moltravel.com/mcp
- skiplagged_sk_flex_departure_calendar - [skiplagged] Generate a flexible calendar of the lowest one-way fares around a chosen departure, returning date → cheapest-price entries to help pick the best day to fly. Intended for flexible-date price discovery, not exact itinerary selection. Endpoint: https://mcp.moltravel.com/mcp
- skiplagged_sk_flex_return_calendar - [skiplagged] Generate a flexible round-trip price calendar for a fixed-length stay around a chosen travel window. Returns (depart date, return date, lowest total price) entries for nearby date pairs that preserve the original trip length; intended for price discovery, not exact itinerary selection. Endpoint: https://mcp.moltravel.com/mcp
- skiplagged_sk_hotels_search - [skiplagged] Search Skiplagged for hotels in a city with specific check-in and check-out dates, including ratings and pricing. Endpoint: https://mcp.moltravel.com/mcp
- skiplagged_sk_cars_search - [skiplagged] Search Skiplagged for rental cars between pickup and dropoff locations/dates, returning prices, companies, and car details. Endpoint: https://mcp.moltravel.com/mcp
- skiplagged_sk_hotel_details - [skiplagged] Fetch room-level availability, pricing, and amenities for a specific hotel and stay dates. Endpoint: https://mcp.moltravel.com/mcp
- skiplagged_sk_faq_search - [skiplagged] Search FAQ for relevant answers about Skiplagged - company, stuff, its products, and policies. Useful for customer support and general inquiries Endpoint: https://mcp.moltravel.com/mcp
- skiplagged_sk_resolve_location - [skiplagged] Resolve latitude and longitude to the IATA code of nearest airport and city information Endpoint: https://mcp.moltravel.com/mcp
- skiplagged_sk_resolve_iata - [skiplagged] Resolve a city name to a valid IATA code Endpoint: https://mcp.moltravel.com/mcp
- ferryhopper_get_ports - [ferryhopper] Get a list of global ports and their details Endpoint: https://mcp.moltravel.com/mcp
- ferryhopper_get_direct_connections_for_ports - [ferryhopper] Get a list of all the direct connections between ports Endpoint: https://mcp.moltravel.com/mcp
- ferryhopper_search_trips - [ferryhopper] Get a list available ferry trips between two ports on a specific date Endpoint: https://mcp.moltravel.com/mcp
- travel_agent - Ask a travel question in natural language. Routes to the right tools automatically and returns a combined answer. Example: 'Cheapest flights from Zurich to Rome next week, and do I need a visa?' Endpoint: https://mcp.moltravel.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: com.moltravel
- Version: 1.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Mar 9, 2026
- Source: https://registry.modelcontextprotocol.io
