INDIVIDUAL MCP TOOL
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).
LIVE ENDPOINT
https://hotelrefund.net/mcp
Connect to this endpoint to inspect the live schema for track_hotel_price and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.
Related tools
search_hotels— Search HotelRefund's hotel catalog.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.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.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.