This connects Claude to Autonomad's booking platform for flights, hotels, activities, and events. You get programmatic access to search availability and make reservations across multiple travel categories without leaving your conversation. Reach for this when you want to handle trip planning and booking through natural language rather than toggling between airline sites, hotel aggregators, and activity platforms. The streamable HTTP transport means it works in browser contexts, making it practical for web-based Claude integrations where you're building travel planning features directly into your application.
claude mcp add --transport http travel https://mcp.autonomad.ai/mcpRun in your terminal. Add --scope user to make it available in every project.
Review the command, arguments, and environment values before installing — MCP servers run with your local permissions.
Verified live against the running server on Jun 10, 2026.
search_hotelsSearch 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, etc.). Returns matching properties with rates, photos, and availability acr...9 paramsSearch 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, etc.). Returns matching properties with rates, photos, and availability acr...
citystringbrandstringcountrystringcheck_in*stringamenitiesarraycheck_out*stringroom_typestringstandard · deluxe · suite · penthouse · accessiblemax_rate_usdnumbermin_star_ratingnumbersearch_flightsSearch 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) with real-time pricing, schedules, and stops. Uses IATA airport codes (e.g....8 paramsSearch 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) with real-time pricing, schedules, and stops. Uses IATA airport codes (e.g....
origin*stringpassengersnumbercabin_classstringeconomy · premium_economy · business · firstdestination*stringreturn_datestringnonstop_onlybooleanmax_price_usdnumberdeparture_date*stringsearch_transportSearch ground transportation, car rentals, and rideshare options (Uber, Lyft, rental cars from Hertz / Enterprise / Sixt / Avis). Returns options timed to a flight arrival for door-to-door travel. Car rental is live across 15+ US metro areas; rideshare partnerships are in prog...8 paramsSearch ground transportation, car rentals, and rideshare options (Uber, Lyft, rental cars from Hertz / Enterprise / Sixt / Avis). Returns options timed to a flight arrival for door-to-door travel. Car rental is live across 15+ US metro areas; rideshare partnerships are in prog...
city*stringpassengersnumbervehicle_typestringtransport_typestringrideshare · car_rental · allpickup_datetimestringpickup_locationstringreturn_datetimestringdropoff_locationstringsearch_diningSearch restaurants, dining options, and reservation availability by city, date, time, cuisine, party size, neighborhood, and price range. Use this when the user wants to find a restaurant, book dinner, plan a meal, get reservations, or pick a place to eat on a trip. Dining par...7 paramsSearch restaurants, dining options, and reservation availability by city, date, time, cuisine, party size, neighborhood, and price range. Use this when the user wants to find a restaurant, book dinner, plan a meal, get reservations, or pick a place to eat on a trip. Dining par...
city*stringdate*stringtimestringcuisinestringparty_sizenumberprice_rangestring$ · $$ · $$$ · $$$$neighborhoodstringsearch_activitiesSearch 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, sailing, hiking, sunset cruises, cooking classes, day trips, etc.). Returns...4 paramsSearch 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, sailing, hiking, sunset cruises, cooking classes, day trips, etc.). Returns...
city*stringdate_tostringcategorystringdate_from*stringsearch_eventsSearch 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 / comedy), and keyword (artist name, team name, show title). Use this when the use...5 paramsSearch 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 / comedy), and keyword (artist name, team name, show title). Use this when the use...
city*stringdate_tostringkeywordstringcategorystringdate_from*stringcreate_booking_intentCreate 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. ALWAYS call this instead of trying to book directly through MCP — bookings requi...3 paramsCreate 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. ALWAYS call this instead of trying to book directly through MCP — bookings requi...
offer_data*objectintent_type*stringflight · hotel · activity · event · transport · tripexpires_minutesnumberget_capabilitiesReturn 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 calls.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 calls.
No parameters — call it with no arguments.
AUTONOMAD_API_URLdefault: https://api.autonomad.aiAutonomad API base URL. Defaults to production.
AUTONOMAD_AGENT_MODEdefault: falseSet to 'true' to expose autonomous-agent tools (register_agent, DID-based booking). Default human mode is for Claude/ChatGPT users.
io.github.ericm1018/skillfm-llm-cost-optimizer-openai-anthropic-usage
io.github.mikerawsonnz/llm-orchestration-agent
io.github.mikerawsonnz/authenticated-llm-agent
labforgedev/copilot-memory-mcp
csoai-org/agent-prompt-injection-firewall-mcp
io.github.mikerawsonnz/authenticated-multi-llm-agent