← Trip Underway

Your personal deals organizer, in your AI

Forward travel-deal emails from any source (Going, Thrifty Traveler, Dollar Flight Club, a fare a friend sends you) to your personal Trip Underway address. It parses each one, dedupes the same offer across newsletters, ranks by real value, and tracks them, so Claude (or any MCP client) can answer “what are my best deals to Tokyo?” in conversation, no dashboard needed.

Read-only, always. The connector searches and ranks the deals you have forwarded. It has no write access and cannot spend anything on your behalf.

1. Add the connector to your AI

Your endpoint is:

https://tripunderway.com/underway/mcp

Claude (Desktop or claude.ai): Settings → Connectors → Add custom connector, paste the URL above. Your assistant signs you in with Google (OAuth) on first use, and creates your organizer automatically. No token to copy.

Claude Code / Claude Agent SDK:

claude mcp add --transport http trip-underway-deals \
  https://tripunderway.com/underway/mcp

ChatGPT and Grok: both speak MCP and support adding a custom connector by URL. This endpoint is a standard Streamable HTTP MCP server with OAuth 2.1, so it is protocol-compatible. We have not yet personally verified the connector flow in either client. If you try it, let us know how it goes.

2. Get your forwarding address, then forward deals

Ask your AI to “set up my deals organizer” (the deals_setup tool). It returns your personal forwarding address, for example deals-<you>@tripunderway.com. Forward any travel-deal email there and it shows up, parsed and ranked, the next time you ask. Forward from as many sources as you like; duplicates of the same offer collapse into one.

3. What it can answer

ToolWhat it does
deals_setupYour personal forwarding address and how to add deals from any source
deals_searchFull filtered search (origin, destination, cabin, program, min seats, max cost)
deals_bestBest-value active deals, optionally scoped to a destination or cabin
deal_getOne deal by id, with every source that carried it
deal_verifyRe-check cached seats.aero availability for an award alert
deals_shelvesThe four dashboard shelves in one call
deals_watchesYour per-destination deal watches
deals_valuationsThe cents-per-point table used to rank deals

Try asking

“What's the cheapest business-class deal to Istanbul this month?” · “Any error fares active right now?” · “Re-verify deal DL-2201: does it still have seats?”

Questions or trouble connecting: hello@tripunderway.com.