@ktmcp-cli/amadeus
v1.0.0
Published
Production-ready CLI for Amadeus API - flights, hotels, travel search
Maintainers
Readme
"Six months ago, everyone was talking about MCPs. And I was like, screw MCPs. Every MCP would be better as a CLI."
— Peter Steinberger, Founder of OpenClaw Watch on YouTube (~2:39:00) | Lex Fridman Podcast #491
Amadeus CLI
⚠️ Unofficial CLI - Not officially sponsored or affiliated with Amadeus.
Search flights, hotels, airports, and travel destinations from the command line using the Amadeus Travel API.
Installation
npm install -g @ktmcp-cli/amadeusQuick Start
amadeus config set --client-id YOUR_CLIENT_ID --client-secret YOUR_CLIENT_SECRET
amadeus --helpCommands
Flights
amadeus flights search --from JFK --to LHR --date 2024-06-01
amadeus flights inspire --from NYC --max-price 500Airports
amadeus airports search "Paris"
amadeus airports search JFKHotels
amadeus hotels search --city PAR --check-in 2024-06-01 --check-out 2024-06-05Points of Interest
amadeus poi search --lat 48.8566 --lon 2.3522 --radius 2Get API Credentials
- Sign up at developers.amadeus.com
- Create a new app
- Copy your Client ID and Client Secret
Why CLI > MCP?
No server to run. No protocol overhead. Just install and go.
License
MIT — Part of the Kill The MCP project.
