{
  "name": "trvl-mcp",
  "mcpName": "io.github.MikkoParkkola/trvl",
  "version": "1.21.4",
  "description": "Travel MCP server + CLI for flights, hotels, trains, cars, ferries, and door-to-door multimodal trips — no API keys required, single Go binary, works with any MCP client (Claude, Cursor, Windsurf, Codex). 1 smart travel MCP tool, natural language; legacy per-domain tool names still work as legacy-compatible capabilities.",
  "license": "PolyForm-Noncommercial-1.0.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/MikkoParkkola/trvl"
  },
  "homepage": "https://github.com/MikkoParkkola/trvl",
  "keywords": [
    "mcp",
    "mcp-server",
    "travel",
    "flights",
    "flight-search",
    "hotels",
    "hotel-search",
    "trains",
    "rail",
    "ferries",
    "ground-transport",
    "multimodal",
    "no-api-key",
    "travel-agent",
    "google-flights",
    "google-hotels",
    "price-alerts",
    "ai",
    "claude",
    "cli",
    "model-context-protocol"
  ],
  "bin": {
    "trvl-mcp": "bin/trvl-mcp.js"
  },
  "scripts": {
    "postinstall": "node bin/install.js"
  },
  "os": [
    "darwin",
    "linux",
    "win32"
  ],
  "cpu": [
    "x64",
    "arm64"
  ],
  "engines": {
    "node": ">=16"
  }
}
