Skip to content

sioakim/booking-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

booking-py

A Python CLI for searching hotels on Booking.com via the MoodTrip MCP HTTP API — no auth required.

Install

uv tool install -e ~/projects/booking-py/

Usage

Search hotels

bpy search --destination "Istanbul" --checkin 2026-04-08 --checkout 2026-04-12 --adults 3 --breakfast --pretty

Hotel details + reviews

bpy hotel <hotel_id> --reviews --pretty

Price trends for a city

bpy price-trend --destination "Istanbul" --month 04 --pretty

Compare two hotels

bpy compare <hotel_id1> <hotel_id2> --pretty

Quick search (lightweight)

bpy quick --destination "Athens" --checkin 2026-05-01 --checkout 2026-05-05

Output

All commands output JSON by default. Add --pretty for rich terminal tables.

API

Uses the MoodTrip MCP HTTP API — a free, no-auth Booking.com search API using the MCP Streamable HTTP protocol (JSON-RPC 2.0).

About

Booking.com hotel search CLI via MoodTrip MCP API — no auth required

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages