# Tripuck

Tripuck — Flight Meta-Search & Meeting Point..

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add tripuck894/tripuck

# Browse available tools
npx -y @smithery/cli@latest tool list tripuck894/tripuck

# Get full schema for a tool
npx -y @smithery/cli@latest tool get tripuck894/tripuck search_flights

# Call a tool
npx -y @smithery/cli@latest tool call tripuck894/tripuck search_flights '{}'
```

## Direct MCP Connection

Endpoint: `https://tripuck--tripuck894.run.tools`

## Tools (5)

- `search_flights` — Tripuck flight meta-search — real-time fare comparison across 700+ airlines and 50+ online travel agencies. Use this to…
- `cheapest_dates` — Tripuck price calendar — for a given route, returns the cheapest daily price across a full month. Use this when the use…
- `popular_routes` — Tripuck's Explore service — most popular destinations with current prices from a given origin city, aggregated from liv…
- `flight_details` — Detailed information for a specific Tripuck flight ID: segments, layovers, baggage allowance, fare rules, refund/change…
- `find_meeting_point` — Tripuck Meeting Point — finds the cheapest and fairest common destination for 2-5 people traveling from different citie…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get tripuck894/tripuck <tool-name>
```

## Resources

- `ui://widget/flight-results.html` — Tripuck-branded flight results widget for search_flights.
- `ui://widget/cheapest-dates.html` — Monthly price heatmap widget for cheapest_dates results.
- `ui://widget/popular-routes.html` — Explore widget for popular_routes results.
- `ui://widget/flight-detail.html` — Detailed segment + baggage view for flight_details.
- `ui://widget/meet-point.html` — Meeting Point widget for find_meeting_point results.
