Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

ai.autonomad/travel

NPM · AUTONOMAD-TRAVEL · 2 COMPONENTS · SCANNED SEP 20

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

−1 this week 77 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 31 of 95 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency19
  • Repository check failed: the declared repository URL returned HTTP 404. See how to fix → View diagnostics → Fail
  • Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 8 days ago).Pass
  • Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability78
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 2428 tokens (~242/item across 10 items; 7 tools + 3 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management81
  • Stability check failed: the tool surface changed between 1.4.0 and 1.4.4: 1 tool removals, 0 breaking changes, 0 additions. See how to fix → Fail
Tool Coverage99
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 97% of tool parameters carry a description.Partial
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 7 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 8 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the ai.autonomad/travel MCP server?

ai.autonomad/travel runs locally as an npm package, launched with npx -y autonomad-travel. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · autonomad-travel

# add to Claude Code
claude mcp add ai-autonomad-travel -- npx -y autonomad-travel
// .cursor/mcp.json
{
  "mcpServers": {
    "ai-autonomad-travel": {
      "command": "npx",
      "args": [
        "-y",
        "autonomad-travel"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "ai-autonomad-travel": {
      "command": "npx",
      "args": [
        "-y",
        "autonomad-travel"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add ai-autonomad-travel -- npx -y autonomad-travel
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ai-autonomad-travel": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "autonomad-travel"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add ai-autonomad-travel --command npx --arg -y --arg autonomad-travel
# ~/.hermes/config.yaml
mcp_servers:
  ai-autonomad-travel:
    command: "npx"
    args: ["-y", "autonomad-travel"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "ai-autonomad-travel": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "autonomad-travel"
      ]
    }
  }
}
# add to Vellum
assistant mcp add ai-autonomad-travel -t stdio -c npx -a -y autonomad-travel
// mcp.json
{
  "mcpServers": {
    "ai-autonomad-travel": {
      "command": "npx",
      "args": [
        "-y",
        "autonomad-travel"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 78 to 81.

  • 18 Sept 26 −1
    • Stability: 0.83 → unverified security
    • Tool safety: pass → unverified security
    • Stability: 0.83 → fail security
    • Tool coverage: 100 → unverified functional
    • Capabilities: pass → unverified functional
    • Schema quality: 100 → unverified functional
    • Schema quality: 2786 → 2428 functional
    • Package version: 1.4.0 → 1.4.4 functional
  • 17 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 16 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 15 Sept 26 0
    • Stability: 0.97 → pass security
  • 14 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 12 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

  • 10 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed npm/autonomad-travel@1.4.4

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 95 packages
Packages resolved 95
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 7 exposed · ~2,365 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
create_booking_intent ~1,187

Create a booking intent — returns a deep-link the user clicks to complete the booking on autonomad.ai. Signing up is free, with no trial and no subscription. ALWAYS call this instead of trying to book directly through MCP — bookings require payment + identity verification that must happen on the web. WHEN TO CALL — two distinct triggers: (a) PICK intents (flight / hotel / activity / event / trip): call AFTER the user has chosen a specific offer. (b) BROWSE intent ('experiences'): call IMMEDIATELY in the SAME assistant turn that you ran search_activities and/or search_events for a browse query. Do NOT wait for the user to ask 'where's the link?' — the user already told you they want this when they asked to browse. Showing search results without also producing the deep-link is a UX failure: it forces the subscriber to manually request something they already implicitly asked for. INTENT TYPE GUIDE — pick exactly one: - 'flight' → user picked a flight only. offer_data = the flight offer object verbatim from search_flights, PLUS a top-level `passengers: <number>` field (the number of travelers the user originally requested — search_flights individual offers don't echo this back, so you must add it explicitly). - 'hotel' → user picked a hotel only. offer_data = the hotel offer object verbatim from search_hotels (or just {city, check_in, check_out} if you want to send them to a hotel-search results page rather than a specific hotel). Include `adults: <number>` and `rooms: <number>` so the booking page pre-fills the right party size. - 'activity' → user picked a Viator activity. offer_data = the activity offer. - 'event' → user picked a Ticketmaster/SeatGeek event. offer_data = the event offer. - 'trip' → user picked MULTIPLE things together (e.g. flight + hotel for the same trip). Pack them in offer_data as { flight: { ...offer, passengers: <n> }, hotel: { ...offer, adults: <n>, rooms: <n> }, activities: [<activity_offer>, ...] } — only include the keys…

NameTypeReqDescription
expires_minutesnumberOptional. How long the deep-link is valid. Defaults to 30 min (Duffel offers expire in ~20 min anyway). Capped at 24 hours.
intent_typestringyesType of thing being booked. Use 'trip' for compound flight+hotel (or flight+hotel+activities) bookings; the single deep-link will pre-select all pieces on the autonomad.ai resume page. Use 'experienc…
offer_dataobjectyesFor single-item intents (flight/hotel/activity/event): pass the offer object verbatim from the corresponding search tool. For 'trip' intent: pass { flight, hotel, activities } where each value is the…

No output schema declared.

No examples provided.

get_capabilities ~64

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 — call once at session start if you need to branch on capabilities.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

search_activities ~198

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, sailing, hiking, sunset cruises, cooking classes, day trips, etc.). Returns activities with photos, ratings, durations, and per-person pricing. Use this when the user wants to plan day activities, find tours, book experiences, fill a trip itinerary, or pick attractions.

NameTypeReqDescription
categorystringOptional category filter (e.g., 'food', 'culture', 'adventure', 'nightlife', 'wellness')
citystringyesCity name (e.g., 'New York', 'Tokyo', 'Paris')
date_fromstringyesStart date (YYYY-MM-DD)
date_tostringOptional end date (YYYY-MM-DD). Defaults to date_from for single-day searches.

No output schema declared.

No examples provided.

search_dining ~220

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 does not place reservations, and the user completes any booking with the restaurant directly. Use this when the user wants to find, compare, or shortlist somewhere to eat on a trip.

NameTypeReqDescription
citystringyesCity name (e.g., 'Miami', 'New York', 'Key West')
cuisinestringCuisine filter (e.g., 'Italian', 'Seafood', 'Japanese')
datestringyesReservation date (YYYY-MM-DD)
neighborhoodstringNeighborhood filter (e.g., 'South Beach', 'Midtown')
party_sizenumberNumber of guests (1-20, default: 2)
price_rangestringPrice range filter
timestringPreferred time in 24h format (e.g., '19:00' for 7pm)

No output schema declared.

No examples provided.

search_events ~200

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 / comedy), and keyword (artist name, team name, show title). Use this when the user wants tickets to a concert, a sports game, a Broadway show, or any live event during their trip.

NameTypeReqDescription
categorystringOptional category filter — comma-separated list. Values: 'music', 'sports', 'arts', 'theater', 'family', 'comedy'
citystringyesCity name (e.g., 'New York', 'Las Vegas', 'London')
date_fromstringyesStart date (YYYY-MM-DD)
date_tostringOptional end date (YYYY-MM-DD)
keywordstringOptional keyword search (artist name, team, show title)

No output schema declared.

No examples provided.

search_flights ~243

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) with real-time pricing, schedules, and stops. Uses IATA airport codes (e.g., MIA, JFK, LAX, LHR). Use this when the user wants to book a flight, fly somewhere, find airfare, or compare airlines.

NameTypeReqDescription
cabin_classstringCabin class (default: economy)
departure_datestringyesDeparture date (YYYY-MM-DD)
destinationstringyesIATA destination airport code
max_price_usdnumberMaximum total price in USD
nonstop_onlybooleanOnly show nonstop flights (default: false)
originstringyesIATA origin airport code (e.g., 'MIA', 'JFK', 'LAX')
passengersnumberNumber of passengers (1-9, default: 1)
return_datestringReturn date for round-trip (YYYY-MM-DD). Omit for one-way.

No output schema declared.

No examples provided.

search_hotels ~253

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, etc.). Returns matching properties with rates, photos, and availability across 2M+ properties (LiteAPI). Use this when the user wants to book a hotel, find a place to stay, compare lodging options, or pick a resort.

NameTypeReqDescription
amenitiesarrayRequired amenities (wifi, gym, pool, spa, restaurant, etc.)
brandstringHotel brand name to filter by
check_instringyesCheck-in date (YYYY-MM-DD)
check_outstringyesCheck-out date (YYYY-MM-DD)
citystringCity name (e.g., 'New York', 'Tokyo')
countrystringISO 3166-1 alpha-2 country code (e.g., 'US', 'JP')
max_rate_usdnumberMaximum nightly rate in USD
min_star_ratingnumberMinimum star rating (1-5)
room_typestring

No output schema declared.

No examples provided.

Common questions

What is the ai.autonomad/travel MCP server?

ai.autonomad/travel is an MCP server listed in the public MCP registry as ai.autonomad/travel. AI travel agent, book flights, hotels, activities, and events worldwide via autonomad.ai. This page covers its npm package (autonomad-travel).

Is the ai.autonomad/travel MCP server safe to use?

ai.autonomad/travel scores 77 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the ai.autonomad/travel MCP server expose?

ai.autonomad/travel exposes 7 tools: search_hotels, search_flights, search_dining, search_activities, search_events, and 2 more. Their descriptions and schemas cost roughly 2,365 tokens of context every time the server is loaded.

Is the ai.autonomad/travel MCP server still maintained?

ai.autonomad/travel is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the ai.autonomad/travel MCP server under?

ai.autonomad/travel declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.