AgentTravel

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.

Join the waitlist MCP + CLI · x402 payments · from $0.49 / query

session log
$ agtravel query "JFK → NRT, business, under $3K, optimize Amex MR"
searching live inventory · 400+ airlines
3 options under $3,000, sorted by value
ANA JFK→NRT Jun 15 $2,740 direct
JAL JFK→NRT Jun 15 $2,890 direct
UA EWR→NRT Jun 16 $2,510 1 stop
points angle: Amex MR → ANA, 30% transfer bonus
~61,538 MR, about $770 effective · saves ~$1,970 vs cash
response.json
{ "recommendation": "ANA, pay with MR",
"reasoning": { "caveat": "transfer bonus ends Jun 30" },
"confidence": "high" }
booked ATL-7829XK · confirmation emailed · $1.49 charged

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.

01

Ask

One natural-language query, x402 payment attached to the request. agtravel query "…"

02

Resolve

Live inventory across airline and hotel APIs, plus a points engine for award math.

03

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.

AgentTravel query pricing by type
Query typeTokens (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.