← catalogue · rank #103
travel
Answer a passport→country rule with a source
Aggregated travel MCP — flights, tours, activities, price checks, visas, and more.
Usability
Skill: MoltTravel aggregates travel tools from multiple providers. Recommended flow for flights: 1. Use `kiwi_search-flight` to search for flights. 2. Use `navifare_format_flight_pricecheck_request` to format a specific flight result for price checking. 3. Use `navifare_flight_pricechec… Docs: https://github.com/navifare/moltravel-mcp Tools: restcountries_country_info, fcdo_travel_advice, fcdo_list_countries, airports_lookup, airports_search, airports_near. Best live test 4/5 — Substantial reply — check it matches the job. Weakest 3/5 — Thin but ran. Partially usable — works, but inventory or schema is picky.
usefulness 3.3/5 visa / entry rules https://mcp.moltravel.com/mcp
How to use it (server skill)
MoltTravel aggregates travel tools from multiple providers. Recommended flow for flights: 1. Use `kiwi_search-flight` to search for flights. 2. Use `navifare_format_flight_pricecheck_request` to format a specific flight result for price checking. 3. Use `navifare_flight_pricecheck` to compare prices across booking sites. Multi-Day Tours (TourRadar): - `tourradar_*` — search 50K+ multi-day tours by destination, dates, duration, and style - Get full itineraries, pricing, operator info, and brochure downloads - Best for organized tours (3+ days): guided tours, cruises, safaris, treks Experiences …
docs · https://github.com/navifare/moltravel-mcp
What it is for
FCDO advice + visa check + airport lookup.
Example interactions
Asks chosen for this MCP’s job — not a generic flight search. Score is from the live reply.
1. [fcdo] Get UK FCDO travel advice for a specific country
score 3/5 · Thin but ran. · live · fcdo_travel_advice
call
{
"tool": "fcdo_travel_advice",
"arguments": {
"country": "TH"
}
}reply
Error: not_found — No travel advice found for: /foreign-travel-advice/th
2. [fcdo] List all countries with UK FCDO travel advice
score 4/5 · Substantial reply — check it matches the job. · live · fcdo_list_countries
call
{
"tool": "fcdo_list_countries",
"arguments": {}
}reply
## FCDO Travel Advice — 226 countries - **Afghanistan travel advice** (`afghanistan`) — updated 2026-07-30 - **Albania travel advice** (`albania`) — updated 2026-08-13 - **Algeria travel advice** (`algeria`) — updated 2026-07-24 - **Andorra travel advice** (`andorra`) — updated 2025-12-10 - **Angola travel advice** (`angola`) — updated 2026-05-28 - **Anguilla (British Overseas Territory) travel advice** (`anguilla`) — updated 2025-05-15 - **Antarctica/British Antarctic Territory travel advice** (`antarctica-british-antarctic-territory`) — updated 2025-04-10 - **Antigua and Barbuda travel advice** (`antigua-and-barbuda`) — updated 2026-03-13 - **Argentina travel advice** (`argentina`) — updated 2026-05-07 - **Armenia travel advice** (`armenia`) — updated 2026-03-01 - **Aruba travel advice** (`aruba`) — updated 2026-07-07 - **Australia travel advice** (`australia`) — updated 2026-03-19 - *…
3. Search airports by name or city
score 3/5 · Thin but ran. · live · airports_search
call
{
"tool": "airports_search",
"arguments": {
"query": "Dubai Marina",
"country": "TH"
}
}reply
No airports found matching 'Dubai Marina'.
Open source / endpoint Business model