AI travel agent for flights, hotels, rental cars, ground transport, price alerts, and award travel.
AI travel agent for flights, hotels, rental cars, ground transport, price alerts, and award travel. That is what the trvl mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.
It installs the binary, wires the MCP server, installs the skill, and verifies everything. Under a minute.
The server publishes 14 tools. What each one is for:
Scope — fenced.** Only flight and hotel search honour --stealth. Other paths never receive itArea — HighlightsFlights — Google Flights + Kiwi + Skiplagged merged; LCC fares, AFKLM award scan, round-trip (both legs)Ground — 22 train/bus/ferry providers across Europe, API-firstHotels — 6 sources, discovery → verification trust modelCLI — Standalone tool, 56 commands, table/JSON outputProfile — Learns home airports, FF status, luggage, preferences from your booking historyVariable — EnablesAFKLM_KEY — AF-KLM native round-trip fares (see below)AFKL_KLM_COOKIES — AF-KLM Flying Blue award / miles searchSERPAPI_KEY — Detail-verified hotel provider prices (trvl serpapi)TRAVELPAYOUTS_TOKEN — Historical price trendsBecause this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.
Configuration is passed through the environment: TRVL_STEALTH_ALLOWLIST, TRVL_NO_TELEMETRY, NO_TELEMETRY, DO_NOT_TRACK, AFKLM_KEY, SERPAPI_KEY, TRAVELPAYOUTS_TOKEN, TRANSAVIA_API_KEY. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Trvl's toolset — Scope, Area, Flights and 11 more — is a fair guide to whether it matches your workflow. It is maintained by MikkoParkkola; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Trvl's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| Scope | fenced.** Only flight and hotel search honour --stealth. Other paths never receive it. |
| Area | Highlights |
| Flights | Google Flights + Kiwi + Skiplagged merged; LCC fares, AFKLM award scan, round-trip (both legs) |
| Ground | 22 train/bus/ferry providers across Europe, API-first |
| Hotels | 6 sources, discovery → verification trust model |
| CLI | Standalone tool, 56 commands, table/JSON output |
| Profile | Learns home airports, FF status, luggage, preferences from your booking history |
| Variable | Enables |
| AFKLM_KEY | AF-KLM native round-trip fares (see below) |
| AFKL_KLM_COOKIES | AF-KLM Flying Blue award / miles search |
| SERPAPI_KEY | Detail-verified hotel provider prices (trvl serpapi) |
| TRAVELPAYOUTS_TOKEN | Historical price trends |
| TRANSAVIA_API_KEY | Transavia flights |
| DISTRIBUSION_API_KEY | Bus and coach ground legs |
{
"mcpServers": {
"trvl": {
"command": "docker",
"args": ["run", "-i", "--rm", "ghcr.io/mikkoparkkola/trvl"],
"env": {
"TRVL_STEALTH_ALLOWLIST": "your-value",
"TRVL_NO_TELEMETRY": "your-value",
"NO_TELEMETRY": "your-value",
"DO_NOT_TRACK": "your-value",
"AFKLM_KEY": "your-value",
"SERPAPI_KEY": "your-value",
"TRAVELPAYOUTS_TOKEN": "your-value",
"TRANSAVIA_API_KEY": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| Variable | Description | Required |
|---|---|---|
| TRVL_STEALTH_ALLOWLIST | Configuration value read at startup. | Optional |
| TRVL_NO_TELEMETRY | Configuration value read at startup. | Optional |
| NO_TELEMETRY | Configuration value read at startup. | Optional |
| DO_NOT_TRACK | Configuration value read at startup. | Optional |
| AFKLM_KEY | Credential the server authenticates with. | Yes |
| SERPAPI_KEY | Credential the server authenticates with. | Yes |
| TRAVELPAYOUTS_TOKEN | Credential the server authenticates with. | Yes |
| TRANSAVIA_API_KEY | Credential the server authenticates with. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.