integrations.sh
← all integrations

Trivago

MCP server claudeopenai productivity

the trivago MCP server enables users to search for hotels and other accommodations using coordinates or broader geographic areas such as cities and countries. It provides tailored search results based on location and date inputs, helping users find suitable places to stay near specific points of interest or within larger regions. The server returns a list of hotels with prices from different providers, photos, accommodation details, and links to the accommodation details page.

Homepage
https://mcp.trivago.com/docs
Remote URL
https://mcp.trivago.com/mcp
Transport
streamable-http
Auth
NONE

Tools (3)

Extracted live via the executor SDK.

  • trivago-accommodation-radius-search
    	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-04-30"	}	}		
  • trivago-accommodation-search
    	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-04-30"	}	}		
  • trivago-search-suggestions
    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"