Skip to content
Back to search
100
MCP live v1.4.0 MCP 2025-11-25 streamable-http

ai.autonomad/travel

ai.autonomad/travel

AI travel agent — book flights, hotels, activities, and events worldwide via autonomad.ai.

Uptime
18.7%
203 probes
Response
169ms
last probe
Tools
8
callable
Resources
2
readable
Prompts
0
available

Tools · 8

search_hotels

Search hotels, lodging, accommodations, resorts, and places to stay for a trip. Filter by city, country, check-in/check-out dates, room type, nightly price, star rating, and amenities (pool, gym, wifi…

search_flights

Search airline flights / airfares between two cities by date, cabin class (economy / premium economy / business / first), and number of passengers. Returns available flights from 800+ airlines (Duffel…

search_transport

Search ground transportation — rideshare (Uber, Lyft) and car rental (Hertz, Enterprise, Avis, etc.) — timed to a flight arrival for door-to-door planning. NOTE: these return indicative quotes for pla…

search_dining

Search restaurants and dining options by city, date, time, cuisine, party size, neighborhood, and price range. PLANNING ONLY — this returns restaurant details and indicative availability; Autonomad do…

search_activities

Search tours, experiences, attractions, sightseeing, and things to do via Viator (200K+ activities worldwide). Filter by city, date range, and category (food tours, walking tours, museums, snorkeling,…

search_events

Search live events, concerts, sports games, theater, comedy, and shows in a city (Ticketmaster + SeatGeek catalog). Filter by city, date range, category (music / sports / arts / theater / family / com…

create_booking_intent

Create a booking intent — returns a deep-link the user clicks to complete the booking on autonomad.ai. The first booking they complete unlocks a 1-month free Autonomad Premium trial automatically. ALW…

get_capabilities

Return the server's version, mode (human vs autonomous-agent), API base, and the list of currently-exposed tools. Useful for the LLM to confirm tool-schema compatibility before issuing a sequence of c…

Resources · 2

Hotel Catalog

Hotel properties with rates, amenities, and commission structures

autonomad://hotels
Agent Profile

Your agent profile including reputation score, booking history, and wallet info

autonomad://profile

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "ai.autonomad/travel": {
      "url": "https://mcp.autonomad.ai/mcp",
      "transport": "streamable-http"
    }
  }
}