A community-driven registry for the Claude Code ecosystem. Not affiliated with Anthropic.
Are you the author? Sign in to claim
Free, social travel platform for people — and a booking tool for AI agents. Plan & book real flights, hotels, activities
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):
mcp.autonomad.ai/mcpPersonalized 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:
$NOMD Computeback Rewards on every completed booking.# 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.
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.
| 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
Run Claude Code as an MCP server so any agent can delegate coding tasks to it
Browser automation using accessibility snapshots instead of screenshots
English-first Korean equity intelligence MCP — DART filings, foreign-holder 5%-rule flows, activist filings, KRX news. F
Unity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control sc
0
via CLI