vacation-price-tracker

ethanasm/vacation-price-tracker
★ 2 stars TypeScript Communication Updated today
Personal vacation price tracker monitoring flights & hotels across dates for multiple users. Skiplagged MCP for live flight/hotel/booking data, custom MCP server exposing trip-management tools to a Groq chat assistant, Temporal-orchestrated daily price checks.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "vacation-price-track": {
      "command": "npx",
      "args": [
        "-y",
        "ethanasm/vacation-price-tracker"
      ]
    }
  }
}

README Excerpt

Vacation Price Tracker is a full-stack web application designed for travelers to track flight and hotel prices for specific vacations. Users can monitor price fluctuations and receive notifications when total costs drop below a custom threshold. - **Flexible Tracking**: Track flights only, hotels only (up to 3 per trip), or both combined.