com.thenextgennexus/travel-mcp-server
Official3 toolsBooking.com, Airbnb, TripAdvisor unified — for AI travel concierges and trip planners.
Unified access to Booking.com, Airbnb, and TripAdvisor for travel planning.
Captured live from the server via tools/list.
search_airbnb
Search Airbnb listings by location. Returns prices, ratings, amenities, and host info. Args: location: City or area (e.g. 'Paris, France') checkin: Check-in date YYYY-MM-DD (optional) checkout: Check-out date YYYY-MM-DD (optional) max_results: Max listings to return (default 20)
Parameters (4)
- locationstringrequired
- checkinstring
- checkoutstring
- max_resultsinteger
search_hotels
Search Booking.com for hotels. Returns prices, ratings, and amenities. Args: destination: City or area (e.g. 'Tokyo, Japan') max_results: Max results (default 20)
Parameters (2)
- destinationstringrequired
- max_resultsinteger
search_tripadvisor
Search TripAdvisor for restaurants, attractions, or hotels with reviews. Args: query: Search query (e.g. 'best restaurants in Rome') max_results: Max results (default 20)
Parameters (2)
- querystringrequired
- max_resultsinteger
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"travel-mcp-server": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/travel-mcp-server/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.