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.
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.
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.
| Tool | What it does |
|---|---|
deals_setup | Your personal forwarding address and how to add deals from any source |
deals_search | Full filtered search (origin, destination, cabin, program, min seats, max cost) |
deals_best | Best-value active deals, optionally scoped to a destination or cabin |
deal_get | One deal by id, with every source that carried it |
deal_verify | Re-check cached seats.aero availability for an award alert |
deals_shelves | The four dashboard shelves in one call |
deals_watches | Your per-destination deal watches |
deals_valuations | The cents-per-point table used to rank deals |
“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?”