Odel
Nowah Travel

Nowah Travel

@nowah-xyzDeveloper Tools1Updated 3mo ago

Your personal AI travel concierge — flights, hotels, 116M+ POIs, visas, weather & more

Server endpointStreamable HTTP

This is the third-party server itself — Odel doesn't run it. Hitting this URL directly talks straight to the upstream server with no auth or proxying. Connect through Odel to front it with managed auth.

Nowah Travel MCP Server

Your personal AI travel concierge. Search and book flights across 300+ airlines, find hotels worldwide, explore 116M+ points of interest, track live flights, get AI-powered seat recommendations, check visa requirements for any passport, live weather forecasts, currency conversion, travel safety advisories, and full trip lifecycle management — all from your favorite AI coding assistant or agent.

Server URL: https://claw.nowah.xyz/mcp

No local installation, no Docker, no npm package. Connect directly via HTTP and start planning trips in seconds.

Quick Start

npx @anthropic-ai/add-mcp https://claw.nowah.xyz/mcp --name nowah-travel

Or platform-specific:

PlatformCommand
Claude Codeclaude mcp add --transport http nowah-travel https://claw.nowah.xyz/mcp
VS Codecode --add-mcp '{"type":"http","name":"nowah-travel","url":"https://claw.nowah.xyz/mcp"}'
CursorAdd to ~/.cursor/mcp.json (see details)
Claude DesktopAdd to claude_desktop_config.json (see details)
WindsurfAdd to MCP config (see details)
Codex CLIcodex mcp add nowah-travel --url https://claw.nowah.xyz/mcp
Gemini CLIAdd to ~/.gemini/settings.json (see details)
ChatGPTSettings > Apps and Connectors > Add MCP Server (see details)
JetBrainsSettings > AI Assistant > MCP (see details)

See INSTALL.md for full platform instructions.

What You Can Do

  • "Find me the cheapest flight from NYC to Tokyo in April"
  • "Book a hotel near the Eiffel Tower for 3 nights"
  • "What are the visa requirements for a US passport holder visiting Vietnam?"
  • "Track flight BA117 — is it on time?"
  • "Plan a 5-day itinerary in Barcelona with local restaurants and hidden gems"
  • "What's the weather like in Bali next week?"
  • "Find the best seat on my upcoming Emirates A380 flight"
  • "Cancel my London booking and show me the refund amount"

Available Tools (35+)

Search & Discovery

ToolDescription
search_flightsSearch flights across 300+ airlines with flexible dates, multi-city, and cabin class options
search_locationsFind airport IATA codes by city or airport name
get_offerGet detailed pricing breakdown for a specific flight offer
search_hotelsSearch hotels worldwide by city, dates, and guest count
get_hotel_quoteGet a detailed quote with room types, amenities, and cancellation policy
find_poisDiscover restaurants, landmarks, activities from 116M+ points of interest worldwide
generate_itineraryGenerate a personalized day-by-day travel itinerary for any destination

Booking & Trip Management

ToolDescription
book_flightBook a flight with passenger details and payment
book_hotelBook a hotel room
get_booking_feesGet full fee breakdown before committing to a booking
list_tripsList all trips for the authenticated user
get_tripGet complete trip details with bookings, documents, and status
create_tripCreate a new trip to organize bookings
update_tripUpdate trip details, dates, or notes
cancel_tripCancel a trip and all associated bookings
get_trip_documentsRetrieve e-tickets, booking confirmations, and travel documents

Order Management

ToolDescription
get_cancellation_quoteGet refund amount and policy before cancelling
confirm_cancellationConfirm a flight cancellation and process refund
get_order_servicesView available add-ons — extra bags, seat upgrades, meals, lounge access
add_order_servicesAdd services to an existing booking
create_change_requestRequest flight date or route changes
confirm_flight_changeConfirm and pay for a flight change

Live Flight Tracking

ToolDescription
get_flight_infoTrack any flight in real-time by flight number
get_booking_trackingTrack all flights associated with a booking
get_airport_delaysCheck current delay and disruption status at any airport

Seatmap Intelligence

ToolDescription
get_seat_infoGet detailed seatmap with legroom, recline, power, and window positions
get_seat_recommendationsAI-powered seat recommendations based on your preferences

Payments

ToolDescription
create_checkout_sessionCreate a secure payment checkout session
list_payment_methodsList saved payment methods
pay_with_saved_cardPay using a saved card
get_payment_statusCheck payment status and transaction details
manage_payment_methodAdd or remove payment methods

Travel Intelligence

ToolDescription
get_visa_requirementsCheck visa requirements between any two countries
get_weatherCurrent conditions and multi-day forecasts for any location
convert_currencyConvert between 150+ currencies with live exchange rates
get_safety_infoTravel safety advisories, health risks, and local laws for any country

Flight Disruption Claims

ToolDescription
check_claim_eligibilityCheck if a delay or cancellation qualifies for compensation
file_claimFile a compensation claim for a disrupted flight
list_claimsView all claims and their status

AI Concierge

ToolDescription
chat_with_agentChat with the Nowah AI travel concierge for complex planning
get_usage_statsGet API usage statistics
get_server_infoServer version and capabilities

Resources & Prompts

The server also exposes MCP resources and prompts for richer agent workflows:

  • Resource nowah://trips — Live list of all user trips
  • Prompt plan_trip — Generate a complete trip plan with flights, hotels, and day-by-day itinerary
  • Prompt check_travel_requirements — Check visa, weather, safety, and customs for any destination

Authentication

The server uses OAuth. On first connection, your MCP client will open a browser window to sign in. Sessions persist across reconnections — you only need to authenticate once.

Links