air-choose

bitwiresys/air-choose
★ 0 stars JavaScript Code/Dev Tools Updated 3d ago
MCP server that resolves place names into per-provider airport/country codes and monitors flight (and train) fares across multiple providers
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": {
    "air-choose": {
      "command": "npx",
      "args": [
        "-y",
        "bitwiresys/air-choose"
      ]
    }
  }
}