
Travel
Let your MCP-enabled assistant search and book flights, hotels, activities, and events worldwide through Autonomad’s travel API.
Overview
ai.autonomad/travel is an MCP server for the Build phase that books flights, hotels, activities, and events through autonomad.ai via stdio or hosted HTTP.
What is this MCP server?
- stdio npm package autonomad-travel (v1.4.0) plus remote streamable-http at https://mcp.autonomad.ai/mcp
- Books flights, hotels, activities, and events worldwide via autonomad.ai
- AUTONOMAD_AGENT_MODE=true exposes register_agent and DID-based booking tools; default human mode suits Claude and ChatGP
- AUTONOMAD_API_URL override defaults to https://api.autonomad.ai for staging or self-hosted API bases
- Monorepo source under packages/mcp-hotel-tools in github.com/Autonomad1/autonomad1
- Registry version 1.4.0 for ai.autonomad/travel
- Remote MCP URL https://mcp.autonomad.ai/mcp (streamable-http)
- Default API base https://api.autonomad.ai via AUTONOMAD_API_URL
What problem does it solve?
Building travel booking into an AI assistant usually means stitching multiple supplier APIs and auth flows by hand.
Who is it for?
Indie builders prototyping travel concierge bots or personal trip agents inside Claude Code, Cursor, or hosted MCP connectors.
Skip if: SaaS products with zero travel domain needs or teams that require offline-only tooling with no third-party booking API.
What do I get? / Deliverables
Your agent gains MCP tools to query and book trip inventory on Autonomad with optional autonomous agent mode and configurable API base URL.
- MCP tool surface for worldwide flight, hotel, activity, and event booking
- Optional autonomous-agent toolset when AUTONOMAD_AGENT_MODE is enabled
- Configurable API base for staging versus production Autonomad endpoints
Recommended MCP Servers
Journey fit
Travel booking is an external API capability you integrate while building agent features, not a validate-or-launch marketing workflow. integrations is the right shelf for a hosted travel MCP that wraps autonomad.ai booking endpoints for human or autonomous agent modes.
How it compares
Vertical travel-booking MCP integration, not a generic web-scraping or itinerary markdown skill.
Common Questions / FAQ
Who is ai.autonomad/travel for?
Solo developers and agent builders who want flight, hotel, activity, and event booking exposed as MCP tools for Claude-class assistants.
When should I use ai.autonomad/travel?
During Build integrations when your product or personal agent needs live Autonomad inventory instead of static travel advice.
How do I add ai.autonomad/travel to my agent?
Install the stdio npm server autonomad-travel in your MCP config, or add remote https://mcp.autonomad.ai/mcp; set AUTONOMAD_API_URL and AUTONOMAD_AGENT_MODE as needed.