motus

aperswal/motus
★ 0 stars TypeScript Code/Dev Tools Updated today
Find the cheapest flights that land a whole group within one shared arrival window. All-in bag pricing, RouteStack live fares, and a Code-Mode MCP server.
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": {
    "motus": {
      "command": "npx",
      "args": [
        "-y",
        "aperswal/motus"
      ]
    }
  }
}

README Excerpt

Motus finds group meetup flights. You give it a destination, a set of travelers with their home airports, and a date range. It searches each person's flights and returns options where everyone lands within one arrival window of each other. Every price is all-in: the base fare plus each traveler's checked and carry-on bag fees. With the live RouteStack provider the bag fees are estimated, so the total is a close approximation rather than the exact airline charge.