← Registry

Analytics

hotelrefund.net

Enables hotel search and price tracking, allowing users to monitor price changes, view history, and see current deals.

1 endpoint5 known toolsFirst detected September 2, 2026Last detected September 2, 2026

ENDPOINT 1

https://hotelrefund.net/mcp

No auth detected

MCP server metadata

Name
hotelrefund-price-tracker
Version
1.0.0
Capabilities
tools
Server instructions

HotelRefund tracks Agoda hotel prices for specific stay dates and records every observed price. Typical flow: search_hotels finds a hotel and its agoda_hotel_id; track_hotel_price starts (or joins) tracking for the chosen dates; get_price_history returns the recorded prices for one tracking; list_tracked_hotels lists all public trackings. list_hotel_deals returns today's biggest observed discounts — per city worldwide, or for one city. Tracking is free, anonymous and public — there are no accounts. Prices are checked automatically several times a day. Registrations from this server count toward a shared daily limit. Reference guides (refunds, cancellation deadlines, rebooking): https://hotelrefund.net/llms-full.txt

Known tools 5

search_hotels

Search HotelRefund's hotel catalog.

Inferred read-only
track_hotel_price

Start free, anonymous, public price tracking of one hotel (agoda_hotel_id from search_hotels) for one stay (check_in to check_out, YYYY-MM-DD).

Inferred read-only
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.

Inferred read-only
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, sorted with the biggest price drops first.

Inferred read-only
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.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.hotelrefund-price-tracker]
url = "https://hotelrefund.net/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "hotelrefund-price-tracker": {
      "type": "http",
      "url": "https://hotelrefund.net/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: hotelrefund-price-tracker
Remote MCP URL: https://hotelrefund.net/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "hotelrefund-price-tracker": {
      "url": "https://hotelrefund.net/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "hotelrefund-price-tracker": {
      "type": "http",
      "url": "https://hotelrefund.net/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "hotelrefund-price-tracker",
  "transport": "streamable-http",
  "url": "https://hotelrefund.net/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.