Model Context Protocol · v1.0

Give your AITravelSuperpowers.

The unified MCP server for live flight and hotel data. Plug real-time travel APIs directly into Claude, VSCode, and ChatGPT.

9+
Providers
142ms
p50 latency
100%
NDC ready
NDC Ready Real-time Rates
~/mcprates — zsh
$ npx @mcprates/server init
Detecting MCP client...
Provisioning travel endpoints
→ flights · hotels · packages
$ mcprates --status
LIVE 142ms p50 · 9 providers
claude_desktop_config.json
{
"mcpServers": {
"mcprates": {
"command": "npx",
"args": ["-y", "@mcprates/server"]
}
}
}
★ Flights/★ Hotels/★ Car Rentals/★ Dynamic Pricing/★ Live Inventory
Step 01 → Integrate

Connect in 60 seconds

One server. Every client. Pick your stack below.

claude_desktop_config.jsonPUNCH-CARD #1
claude_desktop_config.json
{
"mcpServers": {
"mcprates": {
"command": "npx",
"args": ["-y", "@mcprates/server"],
"env": {
"MCPRATES_KEY": "sk_live_•••"
}
}
}
}

Drop into ~/Library/Application Support/Claude/

  1. 01

    Copy the config

    Grab the snippet for your client and paste it in.

  2. 02

    Restart your client

    MCPrates auto-registers all travel tools on boot.

  3. 03

    Ask anything travel

    Your agent can now search live flights & hotels.

Show, don't tell

What can your AI do now?

Flights
tool_call

"Find me direct flights from DXB to LHR under $500 for next Tuesday."

{ "airline": "Emirates",
"flight": "EK 029",
"depart": "07:45 DXB",
"arrive": "12:10 LHR",
"stops": 0,
"price": 482, "GBP"
}
7h 25m · nonstop£482
Hotels
tool_call

"Show me 4-star hotels in Paris near the Eiffel Tower with granular room rates."

"Hôtel Le Tour" ★4
└─ "rooms": [
├─ Deluxe King €340
├─ Suite Tower €610
└─ Twin Classic €295
└─ "avail": true, 0.4km
12 properties livefrom €295
Multi-step Logic
tool_call

"Package a flight and hotel for a weekend in Rome."

search_flights()FCO · Fri→Sun
search_hotels()2 nights · centro
bundle_quote()combined rate
3 tools chained€729 total
Dynamic Pricing
tool_call

"Re-poll this fare every 5 min and alert me if it drops below $450."

$482
09:00
$471
09:05
$463
09:10
$448
09:15
ALERT ✓