{"name":"net.hotelrefund/price-tracker","slug":"hotelrefund-price-tracker","title":"HotelRefund Price Tracker","description":"Tracks Agoda hotel prices for your dates, keeps checking, and shows what changed — with evidence.","url":"https://mcp.market/server/hotelrefund-price-tracker","rating":null,"grade":"C","score":60,"certified":false,"status":"active","category":"maps","tags":["maps"],"presence":{"score":8,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":5,"ok":5,"last_checked_at":"2026-09-20T18:51:04.478Z","last_ok_at":"2026-09-20T18:51:04.478Z","latency_ms":179},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":"https://hotelrefund.net/track","version":"1.1.0","remotes":[{"type":"streamable-http","url":"https://hotelrefund.net/mcp"}],"packages":[],"tools":[{"name":"get_hotel_price_calendar","description":"Show what one hotel (agoda_hotel_id from search_hotels) costs on Agoda for each check-in date in a window — the \"what if I move my dates\" view. Returns one price snapshot per date (with fetched_at), the cheapest date, and low/high bands for the hotel; dates with an active tracking are marked is_tracked with their track_page_url. This is a cross-section by date, not a time series: to keep watching a date, call track_hotel_price for it. Most dates are fetched in the background on the first call, so pending may be > 0 — call again with the same arguments after ~3 seconds to get the rest. Default window: 28 days from start_date (or today), 1 night, 2 adults.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"agoda_hotel_id":{"type":"integer","description":"Hotel id from search_hotels."},"start_date":{"type":"string","description":"First check-in date to show, YYYY-MM-DD (default today; past dates are moved to today)."},"nights":{"type":"integer","minimum":1,"maximum":14,"description":"Stay length for every date (default 1)."},"days":{"type":"integer","minimum":7,"maximum":35,"description":"How many consecutive check-in dates (default 28, max 35)."},"currency":{"type":"string","description":"KRW, JPY, USD, EUR, TWD, HKD, CNY, SGD, THB, GBP, AUD or VND (default USD)."},"language":{"type":"string","description":"Agoda locale for the rate: ko-kr, ja-jp, en-us, zh-cn, zh-tw or zh-hk (default en-us)."}},"required":["agoda_hotel_id"]}},{"name":"get_price_history","description":"Return the recorded prices for one tracking (tracking_id): current, first, lowest and highest price, percentage change and trend since tracking started, and the time series of observed prices. Also returns booking_guidance — a book-now-or-wait signal computed from this stay's own observations, with the trend slope, volatility, days left, a short-horizon predicted range, and headline + summary sentences (in language: en, ko, ja or zh) that explain the read the same way the page does, including when a price jump was ignored as a level shift. track_page_url is the booking-decision page in that language. And report_url / csv_url: every observation with UTC timestamps as a printable page and a CSV, which people use as evidence for best-price-guarantee claims, refund requests and check-in negotiation. When available, seasonality adds the destination's forecast monthly rates for the hotel's star band (a separate scale from the tracked prices — it says whether the stay month is a high or low month for the city, and which nearby month is cheapest). A tracking created moments ago may report awaiting_first_price until its first check completes.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"tracking_id":{"type":"integer","description":"Tracking id from track_hotel_price or list_tracked_hotels."},"language":{"type":"string","enum":["en","ko","ja","zh"],"description":"Language for booking_guidance.headline/summary and track_page_url: en (default), ko, ja or zh."}},"required":["tracking_id"]}},{"name":"get_refund_guide","description":"Return the full text of one HotelRefund reference guide on what to do about a booking that already exists: cancellation deadlines, getting a refund, what to do when the price drops after booking, how best-price guarantees work, refundable vs non-refundable rates, and why rates move. Call without arguments to list every guide with its topic id and a one-line summary. Guide text is English; language returns the matching Korean, Japanese or Chinese page url alongside it.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"topic":{"type":"string","description":"Topic id from a previous listing (e.g. \"hotel-free-cancellation-deadline\"), or plain words describing the situation (e.g. \"price dropped after booking\", \"취소 마감\"). Omit to list all guides."},"language":{"type":"string","enum":["en","ko","ja","zh"],"description":"Language for the returned url: en (default), ko, ja or zh."}}}},{"name":"get_service_status","description":"Report whether the tracker is running and what it covers: the number of hotels and cities in the catalog that can be tracked, how many stays are tracked right now, price checks in the last 24 hours, and the remaining shared daily registration allowance for AI clients. Useful before starting a longer flow, or to confirm the server is live.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{}}},{"name":"list_hotel_deals","description":"List today's biggest observed hotel discounts: Agoda's live rate for a 1-night stay about two weeks ahead (2 adults, USD) compared with Agoda's own listed rate for the same room; only discounts of 5% or more are kept. Without arguments, returns the single best deal per city across major cities worldwide, biggest discount first. With city (a city name in Korean, Japanese, Chinese or English) or city_id, returns the current deals for that city (up to 6; an uncached city is fetched live at most once per 6 hours). Each deal includes booking_url, the Agoda page for that hotel and stay, and image_url when a photo is available.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"city":{"type":"string","description":"Optional city, region or airport name, e.g. \"Tokyo\", \"도쿄\", \"東京\". Omit for the worldwide list."},"city_id":{"type":"integer","description":"Catalog city id from a previous search_hotels or list_hotel_deals result. Overrides city."},"limit":{"type":"integer","minimum":1,"maximum":60,"description":"Max deals to return (default 20)."}}}},{"name":"list_tracked_hotels","description":"List the hotels currently being tracked (all trackings are public), with current price, change since tracking started, stay dates and per-item booking_url / track_page_url (in language), sorted with the biggest price drops first.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"limit":{"type":"integer","minimum":1,"maximum":50,"description":"Max items to return (default 20)."},"language":{"type":"string","enum":["en","ko","ja","zh"],"description":"Language of each track_page_url: en (default), ko, ja or zh."}}}},{"name":"search_hotels","description":"Resolve a hotel to the agoda_hotel_id that track_hotel_price needs. This is a lookup step, not a hotel search engine: it returns catalog entries (name, address, stars, rating, review count) and no prices — for prices, track the hotel or use list_hotel_deals. Give a city, region or airport name (Korean, Japanese, Chinese or English) and, when the user named a hotel, the hotel filter; the city is resolved to the best catalog match. If several cities match, other_city_matches lists them — pass one of their city_id values (instead of city) to search that city. Typical flow: search_hotels → track_hotel_price → get_price_history.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"city":{"type":"string","description":"City, region or airport name, e.g. \"Sapporo\", \"삿포로\", \"札幌\". Required unless city_id is given."},"city_id":{"type":"integer","description":"Catalog city id from a previous result (other_city_matches). Overrides city."},"hotel":{"type":"string","description":"Optional hotel-name filter within the city, e.g. \"Hilton\", \"힐튼\". Omit to list notable hotels."},"limit":{"type":"integer","minimum":1,"maximum":20,"description":"Max hotels to return (default 8)."}}}},{"name":"track_hotel_price","description":"Today is 2026-09-20 (UTC) — never infer the date from the conversation or from training data. Stay dates are calendar days in the hotel's local time zone, which in Asia is already ahead of UTC, so check_in must be 2026-09-19 or later; an earlier check_in is rejected, not silently accepted. Start tracking one hotel (agoda_hotel_id from search_hotels) for one stay (check_in to check_out, YYYY-MM-DD). This is the tool that creates lasting state: from now on the Agoda price is checked automatically several times a day and every observed price is recorded, so the same tracking_id can be asked about days or weeks later with get_price_history. Free, anonymous and public; no account. If the same hotel and dates are already tracked, the existing tracking is returned instead of a duplicate, so it is safe to call again. The response includes tracking_id, booking_url (the Agoda page for this hotel via a HotelRefund redirect) and track_page_url (the booking-decision page: price chart, timing read and a book button; in the language given by language, with track_page_urls for all four). Used both before booking (to catch a drop) and after booking a refundable rate (to see when rebooking would pay off).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"agoda_hotel_id":{"type":"integer","description":"Hotel id from search_hotels."},"check_in":{"type":"string","description":"Check-in date, YYYY-MM-DD (today up to 540 days ahead)."},"check_out":{"type":"string","description":"Check-out date, YYYY-MM-DD (after check_in, stay of 60 nights or less)."},"currency":{"type":"string","description":"Optional ISO currency for recorded prices: KRW, JPY, USD, EUR, TWD, HKD, CNY, SGD, THB, GBP, AUD or VND. Defaults by language."},"language":{"type":"string","description":"Optional locale for the tracked rate: ko-kr, ja-jp, en-us, zh-cn, zh-tw or zh-hk (default en-us)."}},"required":["agoda_hotel_id","check_in","check_out"]}}],"scan":{"score":60,"grade":"C","scanned_at":"2026-09-20T16:16:58.590Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-20T16:16:58.513Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 320ms"]},"poisoning":{"score":15,"max":15,"notes":["8 tool descriptions checked"]},"auth":{"score":3,"max":15,"notes":["open endpoint exposes 1 write-action tools with no auth"]},"maintenance":{"score":3,"max":15,"notes":["no repository listed"]},"identity":{"score":4,"max":10,"notes":["verified namespace with website, no repo"]}},"findings":[{"id":"auth.open-write","severity":"high","component":"auth","title":"Write-action tools reachable without authentication"},{"id":"maint.no-repo","severity":"low","component":"maintenance","title":"No source repository listed"}],"inputs":{"probes":[{"url":"https://hotelrefund.net/mcp","reachable":true,"authRequired":false,"latencyMs":320,"serverInfo":{"name":"hotelrefund-price-tracker","version":"1.2.0"}}],"packages":[],"repo":{"found":false},"icon":{"url":"https://hotelrefund.net/favicon-192.png","source":"registry","width":192,"height":192},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":8}}}},"grade_history":[],"reviews":[]}