Autonomad1/autonomad-travel

🚆 Travel & Transportation🟢 Verified Active
0 Views
0 Installs

📇 ☁️ - AI travel agent over MCP — live flights, hotels, activities, and events worldwide, then completes the booking on autonomad.ai (free signup at checkout, first month of Premium included).

Quick Install

One-Click IDE Configuration
claude_desktop_config.json
{
  "mcpServers": {
    "autonomad1-autonomad-travel": {
      "command": "npx",
      "args": [
        "-y",
        "autonomad1-autonomad-travel"
      ]
    }
  }
}
Or

Using an AI coding agent (Claude Code, Cursor, etc.)? Copy a ready-made prompt that tells it to fetch the setup instructions and install this server for you.

Documentation Overview

autonomad-travel

autonomad-travel MCP server

Autonomad is a free, social travel platform for people — and a booking tool for AI agents. Plan and book real flights, hotels, activities, and events — personalized to your taste and shared with fellow travelers. Free for human travelers — no subscription.

Ways travelers use Autonomad (all free):

  • 📱 iPhone app — Apple App Store
  • 🤖 Android app — Google Play
  • 🌐 Web appautonomad.ai, installable as a PWA
  • 💬 Connector inside Claude and ChatGPT — this MCP server, hosted at mcp.autonomad.ai/mcp
  • 🕶️ Meta Ray-Ban smart glasses — look at any place and instantly pull up nearby hotels, experiences, and events to book, ranked by distance

Personalized by your Travel DNA. Connect your social handles (Instagram, Spotify, LinkedIn, and more) and Autonomad reads the public data points from those accounts to learn your taste and plan trips around what you actually love: your music, the places you follow, the way you like to travel. Linking accounts is optional and only public signals are used.

It's a social platform, not just a booking tool. After you book, Autonomad drops you into destination lounges with other travelers heading to the same place around the same dates — swap tips, meet up, match with people who share your vibe, and turn every trip into a shared experience.

Group Trip Democracy. Planning with friends? Start a group trip and Autonomad blends everyone's Travel DNA, generates a slate of destination options, and lets the group vote (ranked-choice — 1st, 2nd, 3rd). Your agent narrates the winning pick, auto-builds the itinerary, and each member authorizes their own share at checkout — so no one has to front the whole bill. Free for every member.

You don't need to be a developer or run anything — most travelers just ask Claude (or open the app) to plan a trip. A person and an autonomous AI agent both hit the same live travel inventory and the same personalization.

autonomad-travel is the Model Context Protocol server behind the Claude/ChatGPT connector. It serves two kinds of users:

  • For travelers (free): describe the trip in plain language and it searches live flights, hotels, Viator experiences, and Ticketmaster events — tuned to your Travel DNA — then hands back a one-tap link to book the real trip. No subscription required.
  • For AI agents: it's the same booking tool any MCP-compatible agent (Claude, GPT, Gemini, Llama, or your own) can call to search and book on behalf of its user, against the same live inventory. Agents additionally earn $NOMD Computeback Rewards on every completed booking.

Quick start

# One-off, via npx
npx autonomad-travel

# Or install and keep it around
npm install -g autonomad-travel
autonomad-travel

The server runs as stdio transport — wire it into any MCP-compatible client per that client's instructions.

Just want to plan a trip? You don't need any of the setup below. Travelers can use Autonomad for free through the hosted connector at mcp.autonomad.ai/mcp (already available in Claude) — just ask Claude to plan or book a trip. The configuration below is for developers and AI agents self-hosting the server.

Claude Desktop configuration

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "autonomad-travel": {
      "command": "npx",
      "args": ["autonomad-travel"],
      "env": {
        "AGENT_DID": "did:web:your-agent.example.com",
        "BOOKING_API_URL": "https://api.autonomad.ai"
      }
    }
  }
}

An AGENT_DID is only needed for the autonomous-agent path (so the agent can earn $NOMD rewards and carry its booking authority). Register a free Agent DID at autonomad.ai. Human travelers using the hosted connector don't need one.

What's covered today

VerticalStatusSource
Hotels✅ Live2M+ properties via LiteAPI + direct CRS integrations
Flights✅ Live800+ airlines via Duffel + Seats.aero (award search)
Activities & experiences✅ LiveViator Partner API (tours, attractions, classes)
Events✅ LiveTicketmaster + SeatGeek (concerts, sports, theater)
Car rental✅ Live15+ US metro areas
Rideshare🚧 Partnerships in progress
Dining🚧 Partnerships in progress
Wellness🚧 Coming soon

Tools

ToolWhat it does
search_hotelsSearch hotel availability across 2M+ properties worldwide with pricing, photos, amenities, and cancellation policies
search_flightsSearch flights across 800+ airlines with real-time pricing, schedules, and fare comparison
book_transportSearch rideshare and car rental quotes timed to your itinerary (rideshare partnerships in progress; car rental live across 15+ US metros)
book_diningSearch restaurants matched to your trip schedule (dining partnerships in progress)
manage_tripFull door-to-door trip orchestration — plan, monitor, adapt to disruptions, complete multi-leg trips
create_bookingReserve hotel rooms with commission transparency and on-chain delegation proof
manage_bookingCheck-in, check-out, cancellation
submit_feedbackPost-stay structured reviews across all travel categories
check_rewardsQuery $NOMD token balance, settlement history, and redemption options

Resources

URIContents
autonomad://hotelsFull hotel catalog with live availability and pricing
autonomad://profileAgent's own profile, reputation score, and tier status (Bronze → Diamond)

Environment variables

VariableDefaultPurpose
AGENT_DIDYour agent's Decentralized Identifier. Required for bookings. Get one at autonomad.ai
BOOKING_API_URLhttps://api.autonomad.aiBooking API base URL
IDENTITY_API_URLhttps://api.autonomad.aiIdentity / DID resolution API
REWARD_API_URLhttps://api.autonomad.ai$NOMD rewards + settlement API

How the rewards loop works

  1. Your agent books travel (flight, hotel, dining, activity) through this MCP server
  2. Hotel / vendor pays commission (8-12% typical, vs. 15-25% via traditional OTAs)
  3. Commission settles on-chain via smart contracts on Base L2 — 70% to your agent as $NOMD tokens, 25% to platform in USD, 5% to referrers
  4. Your agent can redeem $NOMD on the Computeback marketplace for compute credits, voice APIs, memory, storage, and 25+ capability categories
  5. Every redemption burns $NOMD permanently — deflationary by design

Full technical details: autonomad.ai/developers

Agent tier system

Bookings compound into tier progression:

TierBooking thresholdBenefit
Bronze0Baseline commission
Silver10+2% commission boost
Gold25+5% commission boost
Platinum50+15% commission boost, $25K booking authority
Diamond100+25% commission boost, unlimited booking authority

Launch promo: first 1,000 agents to register a DID receive Platinum free for 6 months.

Compatibility

Tested against:

  • Claude Desktop (Claude Sonnet 4.x, Claude Opus 4.x)
  • Cline
  • Continue
  • OpenAI Apps SDK
  • LangChain MCP Adapter
  • OpenClaw Agent Framework
  • Any MCP-compatible client

License

MIT © Autonomad

Links

Related MCP Servers

alcylu/nightlife-mcp

📇 ☁️ - MCP server for Tokyo nightlife event discovery, venue search, performer info, AI recommendations, and VIP table booking.

🚆 Travel & Transportation0 views
amirdaraee/luxembourg-mcp

🎖️ 🐍 ☁️ 🏠 - Keyless access to official Luxembourg public data: laws, statistics, live parking and traffic, weather alerts, environment, parliament, geodata, GTFS stops, and the national open-data catalogue. 21 read-only tools, zero dependencies; hosted endpoint at mcp.luxembourg-mcp.com or local Python server. No API keys.

🚆 Travel & Transportation0 views
campertunity/mcp-server

🎖️ 📇 🏠 - Search campgrounds around the world on campertunity, check availability, and provide booking links

🚆 Travel & Transportation0 views
cobanov/teslamate-mcp

🐍 🏠 - A Model Context Protocol (MCP) server that provides access to your TeslaMate database, allowing AI assistants to query Tesla vehicle data and analytics.

🚆 Travel & Transportation0 views

Engagement

Views
0
Installs
0
Upvotes
0

Views and upvotes are unique per visitor network (hashed IP). Installs count copy actions.

Status

Health: Active

Recent health check succeeded.

Last checked: 7/28/2026, 4:51:11 PM

Unclaimed listing (imported or pending owner verification). Claim it →
★ Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Claim this listing

Promote this listing

Optional paid placement. Free listings stay free forever.

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.