Description

TourRadar offers the world’s largest selection of multi-day organized tours, river cruises, safari's and adventures worldwide connecting travelers with over 2,500 multi-day tour operators, offering 50,000+ tours and adventures in 160+ countries. We pride ourselves on a seamless, user-friendly experience.

Website Preview

Screenshot of TourRadar website

App Screenshots

Capabilities

Can Modify Data
Works in Conversation

Publisher Intelligence

Insights and recommendations for app publishers. See how your app performs and how to improve discoverability.

Server Status tourradar-mcp v0.1.1

18
Tools
8
Resources
0
Prompts
https://ai.tourradar.com/mcp/main

Last checked: 6h ago

Technical Details
Connection Latency 648ms
30-Day Uptime 100.0%

Tools(18)

Showing 18 of 18 tools

Sorted by toolName
ToolDescriptionFlagsTestLast Tested
algolia-operator-search
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.
read-only
100%Latency 638ms
Mar 23, 2026
b2b-cities-search
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).
read-only
39%Latency 1.3s
1d ago
b2b-continents-list
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.
read-only
100%Latency 2.3s
Mar 22, 2026
b2b-countries-list
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.
read-only
100%Latency 800ms
Mar 22, 2026
b2b-currencies-list
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 ($, €).
read-only
100%Latency 250ms
Mar 22, 2026
b2b-languages-list
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.
read-only
100%Latency 417ms
Mar 22, 2026
b2b-operator-details
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.
read-only
39%Latency 1.1s
1d ago
b2b-tour-departures
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.
read-only
39%Latency 929ms
1d ago
b2b-tour-details
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.
read-only
41%Latency 1.1s
1d ago
b2b-tour-faq
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.
read-only
41%Latency 673ms
1d ago
b2b-tour-map
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.
read-only
100%Latency 376ms
Mar 22, 2026
b2b-tour-types-list
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.
read-only
100%Latency 419ms
Mar 22, 2026
general-current-date
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.
read-only
100%Latency 314ms
Mar 22, 2026
vertex-review-search
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.
read-only
61%Latency 387ms
1d ago
vertex-tour-search
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
read-only
60%Latency 783ms
1d ago
vertex-tour-title-search
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
read-only
100%Latency 1.3s
Mar 23, 2026
web-tour-booking
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.
60%Latency 747ms
1d ago
web-tour-send-brochure
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.
50%Latency 636ms
1d ago

Discoverability Score

62

Fair

62 of 100 — how easily AI agents find your app

  • Description quality
    20/20
  • Example prompts
    0/20
  • Keyword coverage
    0/15
  • Tool metadata
    20/20
  • Visual assets
    13/20
  • Endpoint health
    10/10
  • Data freshness
    11/15

How to Improve

Add at least 2 example prompts. Prompt examples strongly improve app matching and click-through intent.

Increase keyword coverage (discovery + trigger) to improve retrieval for long-tail queries.

Add at least 2 screenshots that show real workflows to increase confidence and conversion.

Read the full discoverability guide →

Technical Details

Status
ENABLED
Type
AI-Powered App
Auth
Open Access
Listed on
ChatGPT
Added
January 28, 2026
Last synced
May 3, 2026
Last checked
6h ago
Version
0.1.1
Distribution
Ecosystem Directory

Related Apps in travel