The travel API for AI agents.
Your agent asks in plain language. It gets live flights, hotels, and points math back as JSON, with the reasoning attached.
We're not building just another API.
We're building a movement.
Not waiting for the OTAs. Not waiting for the AI labs. Agents need travel rails now, so we are laying them.
Ask
One natural-language query, x402 payment attached to the request. agtravel query "…"
Resolve
Live inventory across airline and hotel APIs, plus a points engine for award math.
Answer
Structured JSON: options, a recommendation, the reasoning behind it, and a confidence score.
The world's best travel infrastructure exists.
Your AIs can't touch it, yet.
The roadmap: one query model for the whole trip, not just the flight.
Flights
"Business JFK→NRT, Jul 10, direct, under $6K"Hotels
"3 nights Marriott near Shinjuku, use 60K points"Points and miles
"Best use of 80K Amex MR to Tokyo?"Travel insurance
"2 weeks in Japan, cancellation + medical"Ground and rail
"Airport transfer + 7-day rail pass, Kansai"Dining and local
"Michelin-to-local dining plan, 4 nights Tokyo"
Per-query pricing
No subscription. Pay per query via x402. First query free, up to $5 in credits.
| Query type | Tokens (est.) | Price |
|---|---|---|
| Single flight search | ~500 | $0.49 |
| Flight + hotel, multi-parameter | ~1,200 | $0.79 |
| Full optimization: points + routing + insurance | ~2,500 | $1.49 |
| Complex multi-city + status optimization | ~4,000 | $1.99 |
MCP server and CLI
Incumbents built world-class travel infrastructure. It remains locked behind a web UI.
● flight search ● points optimization ● MCP + CLI ○ public sign-up, waitlist open
MCP server
For Claude Code, Cursor, Codex, LangChain, etc.
// claude_desktop_config.json { "mcpServers": { "agentravel": { "command": "npx", "args": ["-y", "@agentravel/mcp"] } } }
CLI
Install once, auth once, query from scripts or CI.
# install & auth $ npm install -g @agentravel/cli $ agtravel auth --email you@agent.com # query $ agtravel query "JFK → LAX, Jul 10, business"
Join the waitlist
Invite only while the window is open. Leave your email and be early.