Labsco
Price-Win logo

pricewin-price-comparison

by price-win ยท part of price-win/pricewin-skills-hub

Compare hotel room prices across Agoda and Booking.com for specific dates. Use when comparing prices, checking room rates, or finding the best deal.

๐Ÿงฉ One of 5 skills in the price-win/pricewin-skills-hub package โ€” works on its own, and pairs well with its siblings.

This is the playbook your agent receives when the skill activates โ€” you don't need to read it to use the skill, but it's here to audit before installing.

Price Comparison

Server: pricewin MCP. Queries real-time and cached room prices from Agoda + Booking.com.

Tools

  • get_hotel_prices: slug (req), checkIn (req), checkOut (req). Raw room list with per-night and total prices.
  • compare_hotel_prices: slug (req), checkIn (req), checkOut (req). Smart comparison: sorted by price, cheapest + best-cancellable highlighted, savings calculated.
  • get_hotel_details: slug (req), locale. Full hotel info including room types and provider links.
ParamFormatNotes
slugstringFrom search results, e.g. vinpearl-resort-nha-trang
checkInYYYY-MM-DDMust be today or future
checkOutYYYY-MM-DDMust be after checkIn

Source Interpretation

  • source: "booking" โ†’ live crawl from Booking.com
  • source: "stored" โ†’ cached data; check crawledAt for freshness

Pricing Rules

  • pricePerNight: per-night rate
  • price: total stay cost
  • originalPrice: pre-discount price (if available)
  • Currency: usually USD
  • Free cancellation: cancellable: true โ€” prefer these when price difference is small

Workflow

  1. Get slug from search_hotels or autocomplete_city โ†’ get_hotel_details
  2. Call compare_hotel_prices with dates for ranked comparison
  3. Present cheapest + best-cancellable options with OTA booking links

Payload shapes: reference.md.