
Trvl
Wire an AI travel agent into your stack for flights, hotels, cars, alerts, and award travel via MCP.
Overview
trvl is an MCP server for the Build phase that exposes an AI travel agent for flights, hotels, transport, alerts, and award travel through MCP tools.
What is this MCP server?
- Flights, hotels, rental cars, and ground transport queries
- Price alerts and award-travel oriented capabilities
- OCI image ghcr.io/mikkoparkkola/trvl:1.8.0 with stdio transport
- Version 1.8.0 from MikkoParkkola/trvl on GitHub
- Full-trip AI travel agent surface exposed as MCP tools
- Transport: stdio
- OCI identifier: ghcr.io/mikkoparkkola/trvl:1.8.0
Community signal: 34 GitHub stars.
What problem does it solve?
Building travel search and alerts into an agent means stitching many booking APIs without a unified MCP surface.
Who is it for?
Indie hackers adding travel planning or booking assistance to Claude or Cursor agents via containerized MCP.
Skip if: Builders with no travel use case who only need dev-centric MCPs like git or databases.
What do I get? / Deliverables
Your agent gains travel-specific tools for quotes, options, and alerts from one registered trvl server.
- Registered trvl MCP server for multi-modal travel queries
- Agent-accessible flight, hotel, car, and ground transport tools
- Price alert and award-travel oriented capabilities in the toolchain
Recommended MCP Servers
Journey fit
Travel booking MCPs are integrated during build when you compose agent capabilities, even if end users consume them later. Integrations is the shelf for vertical MCP servers that call external travel APIs through your agent.
How it compares
Vertical travel-agent MCP integration, not a general web automation or maps-only server.
Common Questions / FAQ
Who is Trvl for?
Developers and solo builders who want flight, hotel, and transport tooling inside an MCP-enabled agent without building each integration from scratch.
When should I use Trvl?
Use it while building agent features for trip planning, price monitoring, or award travel, once you are ready to connect external travel data sources.
How do I add Trvl to my agent?
Run the OCI image ghcr.io/mikkoparkkola/Trvl:1.8.0 with stdio MCP transport, register it in your client config, and supply any API keys the upstream repo requires.