LumbreTravel MCP Server
Related Servers
Alternatives to LumbreTravel MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityBmaintenanceExposes RFQ, travel, and hospitality operations as MCP tools backed by a GraphQL API.MIT

LiteAPI MCP Serverofficial
AlicenseNot gradedqualityCmaintenanceEnables interaction with LiteAPI's hotel booking and travel services through MCP tools, supporting search, booking, vouchers, analytics, and more.5 npm3MIT- FlicenseNot gradedqualityCmaintenanceProvides MCP tool endpoints for hotel and flight actions to support multi-agent travel planning.-
- FlicenseNot gradedqualityCmaintenanceMCP server for agentic travel recommendations, exposing tools to retrieve member profiles and personalized travel recommendations with partner-specific rules and policies.-
- AlicenseNot gradedqualityDmaintenanceEnables searching, browsing, and booking tours and unique travel experiences on GetExperience.com via MCP, with support for both guest payments and B2B partner integrations.MIT
- AlicenseNot gradedqualityDmaintenanceEnables travel package management, booking, and itinerary planning through MCP-compliant endpoints with 26 tools for searching, comparing, and booking travel packages.5 npmMIT
TDQS
Scored across 68 tools
Most tools have distinct purposes targeting specific resources and actions, but there is some overlap between delete_passenger and delete_passengers, and between get_*_by_name tools that could cause confusion if the user's intent is ambiguous. The descriptions help clarify, but the boundaries are not perfectly clear in a few cases.
Tool names follow a highly consistent verb_noun pattern throughout, such as create_agency, delete_agency, update_agency, list_agencies, and get_agency_by_name. This predictability makes it easy for agents to understand and select the correct tool based on the desired action and resource.
With 68 tools, the count is excessive for the travel management domain, leading to a heavy and potentially overwhelming interface. While the domain is broad, many tools could be consolidated or generalized to reduce complexity and improve usability without losing functionality.
The tool set provides comprehensive CRUD and lifecycle coverage for all core entities (e.g., agencies, hotels, programs, passengers), including create, get, update, delete, list, and reactivate operations. There are no obvious gaps, and the surface supports full workflows from creation to reactivation.