trvl is an MCP server and CLI for travel planning that lets AI assistants search and optimize flights, hotels, ground transport, destinations, weather, restaurants, and trip costs across many travel providers. It provides one smart routing tool plus compatibility aliases, and it works without personal API keys.
From the registry: Door-to-door travel MCP + CLI: flights, hotels, trains, cars, ferries. No API keys, Go binary.

$ brew install MikkoParkkola/tap/trvlhttps://github.com/MikkoParkkola/trvl/releases/latest/download/$ curl -fsSL https://github.com/MikkoParkkola/trvl/releases/latest/download/trvl_$(uname -s | tr '[:upper:]' '[:lower:]')_$(uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/').tar.gz | tar xz -C /usr/local/bin trvlhttps://github.com/MikkoParkkola/trvl/releases/latest$ go install github.com/MikkoParkkola/trvl/cmd/trvl@latesthttps://go.dev/Please install the `trvl` MCP server into my current AI client (that's you).
Optional prerequisites:
- Install trvl binary — Install the trvl CLI/server. The README presents Homebrew as the primary manual install path and also mentions direct binary and Go install alternatives. Run: `brew install MikkoParkkola/tap/trvl` (https://github.com/MikkoParkkola/trvl/releases/latest/download/)
- Alternative direct binary install — Download the latest release tarball and extract the trvl binary to a directory on your PATH. Run: `curl -fsSL https://github.com/MikkoParkkola/trvl/releases/latest/download/trvl_$(uname -s | tr '[:upper:]' '[:lower:]')_$(uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/').tar.gz | tar xz -C /usr/local/bin trvl` (https://github.com/MikkoParkkola/trvl/releases/latest)
- Alternative Go install — Install trvl with Go if you prefer building from source via Go tooling. Run: `go install github.com/MikkoParkkola/trvl/cmd/trvl@latest` (https://go.dev/)
Canonical MCP server config (stdio transport):
- command: `trvl`
- args: ["mcp"]
- optional environment variables:
- `TRVL_MCP_TOOL_MODE`: Optional MCP tool advertisement mode. Set to legacy to restore the old advertised list of tools/aliases for clients that require it. (example: `legacy`)
Note: The README's canonical manual MCP config is command `trvl` with args `["mcp"]`. No API key is required by default. The `trvl mcp install` command is a client-specific wiring helper and not part of the canonical MCP config itself. Some optional providers may use cookies or browser-assisted fallbacks, but no repeatable MCP env vars are documented for those in the README.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.Real-time infrastructure monitoring with metrics, logs, alerts, and ML-based anomaly detection.
Trending hip-hop artist momentum scores across four cultural dimensions.
Web scraping with stealth HTTP, real browsers, and Cloudflare bypass. CSS selectors supported.