autonomad-travel
OfficialRelated Servers
Alternatives to autonomad-travel
No user-submitted related servers found.
Related Servers
- AlicenseAqualityFmaintenanceAI-native travel search MCP with affiliate booking links and optional x402 premium intelligence.6554 npmMIT
- AlicenseNot gradedqualityCmaintenanceCoordinates flights, hotels, events, weather, currency, and traffic data through a single MCP server, enabling comprehensive trip planning via natural language prompts.MIT
- FlicenseNot gradedqualityCmaintenanceMCP server for AI-powered travel planning that coordinates flights, hotels, events, weather, currency, and traffic data to generate complete trip itineraries.-
- AlicenseAqualityCmaintenanceHotel booking MCP server — the first transaction-complete hotel booking integration for AI agents. Search 300K+ properties in 140+ countries, get live rates and room details, and generate secure checkout URLs. No payment in the AI conversation — guests complete booking at a hosted checkout page and receive a real hotel confirmation number. Set your own booking fee via Stripe Connect.817 npm2-
- FlicenseNot gradedqualityAmaintenanceProvides real travel search for AI assistants, enabling flight, hotel, car rental, and ground transportation searches through a single MCP tool, with no API keys required.75-
- FlicenseAqualityDmaintenanceAn AI-powered travel planner MCP server enabling flight and hotel search, weather forecasts, point-of-interest discovery, itinerary generation, and budget management.8-
TDQS
Scored across 8 tools
Each search tool targets a distinct travel vertical—hotels, flights, ground transport, dining, live events, and activities—and create_booking_intent is clearly the booking counterpart to all of them. The only adjacent pair, search_events vs search_activities, is cleanly separated by catalog (Ticketmaster/SeatGeek vs Viator).
All eight tools follow the same snake_case verb_noun pattern: search_* for discovery, create_booking_intent for the action, and get_capabilities for the meta check. There are no mixed naming conventions, vague verbs, or inconsistent styles.
Eight tools is well-scoped for a travel search plus booking-intent server: six vertical search tools, one booking-action tool, and one capabilities utility. Each tool earns its place without redundancy or bloating.
The server covers search across all major trip components and supports combining multiple selections into a single trip booking intent. The only notable gap is post-booking lifecycle management (status/cancel/modify), but that is a deliberate handoff to the web for payment and identity verification.