A Python CLI for searching hotels on Booking.com via the MoodTrip MCP HTTP API — no auth required.
uv tool install -e ~/projects/booking-py/bpy search --destination "Istanbul" --checkin 2026-04-08 --checkout 2026-04-12 --adults 3 --breakfast --prettybpy hotel <hotel_id> --reviews --prettybpy price-trend --destination "Istanbul" --month 04 --prettybpy compare <hotel_id1> <hotel_id2> --prettybpy quick --destination "Athens" --checkin 2026-05-01 --checkout 2026-05-05All commands output JSON by default. Add --pretty for rich terminal tables.
Uses the MoodTrip MCP HTTP API — a free, no-auth Booking.com search API using the MCP Streamable HTTP protocol (JSON-RPC 2.0).