@ktmcp-cli/impalahotels
v1.0.0
Published
Production-ready CLI for Impala Hotel Booking API
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
Impala Hotels CLI
⚠️ Unofficial CLI - Not officially sponsored or affiliated with Impala.
Add room selling to your app with ease. Manage hotels, rooms, bookings, and rate plans from the command line.
Installation
npm install -g @ktmcp-cli/impalahotelsQuick Start
impalahotels config set --api-key YOUR_API_KEY
impalahotels --helpCommands
Hotels
impalahotels hotels list
impalahotels hotels get <hotelId>Rooms
impalahotels rooms list <hotelId>
impalahotels rooms get <hotelId> <roomTypeId>Bookings
impalahotels bookings list <hotelId>
impalahotels bookings get <hotelId> <bookingId>Rate Plans
impalahotels rateplans list <hotelId>Get API Key
- Sign up at impala.travel
- Navigate to your API settings
- Generate your API key
Why CLI > MCP?
No server to run. No protocol overhead. Just install and go.
License
MIT — Part of the Kill The MCP project.
