mcpbeat Sign in

HotelRefund Price Tracker MCP Server

by hotelrefund Your server? Claim it
answering

HotelRefund Price Tracker is answering right now. Last checked 1 min ago. It exposes 8 tools.

Tracks Agoda hotel prices for your dates, keeps checking, and shows what changed — with evidence.

Uptime history 9 days of history
9 days agonow
100.0%
Uptime 24h
93 of 93 checks
8
Tools
read from the server
150 ms
Response time
average over 24h
open, no key
Access
streamable-http

What changed 23

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 2 September 2026. No other catalogue keeps this.

10 Sep a tool description was rewritten track_hotel_price
9 Sep a tool description was rewritten track_hotel_price
8 Sep a tool description was rewritten track_hotel_price
7 Sep a tool description was rewritten track_hotel_price
6 Sep a tool description was rewritten track_hotel_price
5 Sep a tool description was rewritten track_hotel_price
4 Sep 7 tool descriptions were rewritten9 times that day get_hotel_price_calendar, get_price_history, get_service_status and 4 more
4 Sep 2 tools changed the parameters they ask for get_price_history, list_tracked_hotels
4 Sep a tool changed version2 times that day
4 Sep a tool appeared get_hotel_price_calendar
and 6 more, back to 2 September 2026

Nothing serious here today

Today is the operative word: we check HotelRefund Price Tracker every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 1 min ago.

run in your terminal
claude mcp add price-tracker --transport http https://hotelrefund.net/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "price-tracker": {
      "url": "https://hotelrefund.net/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.price-tracker]
url = "https://hotelrefund.net/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "price-tracker": {
      "url": "https://hotelrefund.net/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "price-tracker": {
      "url": "https://hotelrefund.net/mcp"
    }
  }
}

Available tools 8

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

hotel
get_hotel_price_calendar
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.
list_hotel_deals
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.
hotels
search_hotels
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.
price
get_price_history
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.
refund
get_refund_guide
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.
service
get_service_status
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.
track
track_hotel_price
Today is 2026-09-10 (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-09 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).
tracked
list_tracked_hotels
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.

Endpoints

URLTransportStateLatencyChecked
https://hotelrefund.net/mcp streamable-http answering 155 ms 1 min ago

Alternatives to HotelRefund Price Tracker

same job, measured the same way
Rosey – Quality verification for human and AI content
by getrosey

Fact-checks generated content against your sources of truth showing what to trust, change, & verify.

answering
I
Ground Truth - Fresh Evidence for AI Agents
by anish632

Keep AI answers fresh with free source previews, scheduled monitoring, evidence history, and alerts.

19 tools answering
Feason Context
by feason-com

Christian source evidence for AI agents, with provenance, tradition coverage, and citation checks.

answering
Yango Delivery MCP
by a1-x-tech

MCP server for the Yango Delivery claims B2B API: price checks, delivery claims, courier tracking.

113 installs/wk local only
Arkolith
by wikatar

Evidence-backed capital-change intelligence and sourced financial data for AI agents

answering
Evr
by brienbounded

Checks agent traces for evidence-readiness: verifies evidence is present, not that it is true.

114 installs/wk local only
Finance MCP Server
by thenextgennexus

Get stock data, screen stocks, track crypto prices, and monitor exchange rates

17 installs/wk local only
Colter
by mfbahc

Colter audits product pages for AI shopping agents and returns fixes, tests, and Evidence Packs.

73 installs/wk local only

HotelRefund Price Tracker — questions

Answers built from our own checks of this server.

What can HotelRefund Price Tracker do?
It exposes 8 tools, read directly from the server on our last check. Among them: get_hotel_price_calendar, get_price_history, get_refund_guide, get_service_status, list_hotel_deals, list_tracked_hotels and 2 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is HotelRefund Price Tracker working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 93 of 93 checks got a reply (100.0%), average response time 150 ms. The bar chart above shows every period we have measured.
How do I connect HotelRefund Price Tracker?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does HotelRefund Price Tracker need an API key?
No. HotelRefund Price Tracker completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 8 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is HotelRefund Price Tracker?
It answers our handshake in 150 ms on average, which is faster than 76% of all working MCP servers we measure. That puts it in the quick quarter of the ecosystem. The comparison comes from our own checks across the whole registry, every 15 minutes.