trips

leedeadalus/trips
★ 0 stars TypeScript Database Updated 3d ago
Trips/flights tracker: CLI + MCP server + web dashboard for tracking trips and flight status
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "trips": {
      "command": "npx",
      "args": [
        "-y",
        "leedeadalus/trips"
      ]
    }
  }
}

README Excerpt

Tracks flights and groups them into trips, with a CLI and an MCP server on top of a shared repository layer. Runs against its own isolated Postgres instance (Docker) — **does not touch** any pre-existing `travel` schema/database. - Node.js + TypeScript (ESM) - `pg` (node-postgres) for DB access - `node-pg-migrate` for git-committed schema migrations
📊
Working with market or time-series data?
The Polymarket Historical Dataset — 18.5M+ price snapshots across 18,600+ prediction markets (CSV + SQLite). Built for backtesting & ML.
View dataset →