loading…
Search for a command to run...
loading…
AI travel agent over MCP — live flights, hotels, activities, and events worldwide, then completes the booking on autonomad.ai.
AI travel agent over MCP — live flights, hotels, activities, and events worldwide, then completes the booking on autonomad.ai.
MCP server for AI agents to book travel — hotels, flights, activities, dining, transport — and earn $NOMD Computeback Rewards on every booking.
autonomad-travel is a Model Context Protocol server that gives any MCP-compatible AI agent (Claude, GPT, Gemini, Llama, or your own) the ability to search and book real-world travel on behalf of its user. Agents earn $NOMD tokens on every completed booking, redeemable for compute credits and other capabilities on the Computeback marketplace.
# 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.
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"
}
}
}
}
Register a free Agent DID at autonomad.ai before first use.
| Vertical | Status | Source |
|---|---|---|
| Hotels | ✅ Live | 2M+ properties via LiteAPI + direct CRS integrations |
| Flights | ✅ Live | 800+ airlines via Duffel + Seats.aero (award search) |
| Activities & experiences | ✅ Live | Viator Partner API (tours, attractions, classes) |
| Events | ✅ Live | Ticketmaster + SeatGeek (concerts, sports, theater) |
| Car rental | ✅ Live | 15+ US metro areas |
| Rideshare | 🚧 Partnerships in progress | — |
| Dining | 🚧 Partnerships in progress | — |
| Wellness | 🚧 Coming soon | — |
| Tool | What it does |
|---|---|
search_hotels |
Search hotel availability across 2M+ properties worldwide with pricing, photos, amenities, and cancellation policies |
search_flights |
Search flights across 800+ airlines with real-time pricing, schedules, and fare comparison |
book_transport |
Search rideshare and car rental quotes timed to your itinerary (rideshare partnerships in progress; car rental live across 15+ US metros) |
book_dining |
Search restaurants matched to your trip schedule (dining partnerships in progress) |
manage_trip |
Full door-to-door trip orchestration — plan, monitor, adapt to disruptions, complete multi-leg trips |
create_booking |
Reserve hotel rooms with commission transparency and on-chain delegation proof |
manage_booking |
Check-in, check-out, cancellation |
submit_feedback |
Post-stay structured reviews across all travel categories |
check_rewards |
Query $NOMD token balance, settlement history, and redemption options |
| URI | Contents |
|---|---|
autonomad://hotels |
Full hotel catalog with live availability and pricing |
autonomad://profile |
Agent's own profile, reputation score, and tier status (Bronze → Diamond) |
| Variable | Default | Purpose |
|---|---|---|
AGENT_DID |
— | Your agent's Decentralized Identifier. Required for bookings. Get one at autonomad.ai |
BOOKING_API_URL |
https://api.autonomad.ai |
Booking API base URL |
IDENTITY_API_URL |
https://api.autonomad.ai |
Identity / DID resolution API |
REWARD_API_URL |
https://api.autonomad.ai |
$NOMD rewards + settlement API |
Full technical details: autonomad.ai/developers
Bookings compound into tier progression:
| Tier | Booking threshold | Benefit |
|---|---|---|
| Bronze | 0 | Baseline commission |
| Silver | 10 | +2% commission boost |
| Gold | 25 | +5% commission boost |
| Platinum | 50 | +15% commission boost, $25K booking authority |
| Diamond | 100 | +25% commission boost, unlimited booking authority |
Launch promo: first 1,000 agents to register a DID receive Platinum free for 6 months.
Tested against:
MIT © Autonomad
Выполни в терминале:
claude mcp add autonomad-travel -- npx