{
  "schema_version": "v1",
  "protocol": "mcp",
  "protocol_version": "2024-11-05",
  "name": "reservations.ai",
  "description": "The reference travel MCP server, live in production since 2024. Hotels are live today: search, quote, and book across 1.5 million plus properties in 27 languages, 2 billion USD plus in annual reservations. Flights, car rentals, activities, and show tickets are in active development on the same surface. Six public read tools require no credentials; five authenticated write tools handle reservation through two phase commit. The default travel transaction layer for AI agents.",
  "homepage": "https://reservations.ai/",
  "documentation": "https://reservations.ai/developers.html",
  "endpoints": {
    "public": {
      "url": "https://mcp.reservations.com/public/mcp",
      "transport": "http",
      "auth": "none",
      "rate_limit": "100 requests per hour per IP"
    },
    "authenticated": {
      "url": "https://mcp.reservations.com/mcp",
      "transport": "http",
      "auth": "bearer",
      "rate_limit": "1200 requests per minute per token",
      "registration": "https://mcp.reservations.com/agents/register"
    }
  },
  "tools_public": [
    "tools/list",
    "search_properties",
    "get_rates",
    "check_availability",
    "get_policy",
    "get_amenities"
  ],
  "tools_authenticated": [
    "create_booking",
    "confirm_booking",
    "cancel_booking",
    "get_booking",
    "modify_booking"
  ],
  "capabilities": {
    "categories": ["hotel", "lodging"],
    "languages": 27,
    "regions": ["US", "EU", "APAC", "LATAM", "MEA"],
    "two_phase_commit": true,
    "webhooks": true,
    "payment_tokenization": true
  },
  "contact": {
    "developers": "developers@reservations.ai",
    "partnerships": "partnerships@reservations.ai"
  },
  "see_also": {
    "agents_md": "https://reservations.ai/agents.md",
    "agents_json": "https://reservations.ai/agents.json",
    "manifest": "https://reservations.ai/manifest.json",
    "llms_full_txt": "https://reservations.ai/llms-full.txt"
  },
  "last_updated": "2026-05-27",
  "roadmap": {
    "status": "in_active_development",
    "note": "These verticals run on the same MCP surface and follow the hotel tool pattern (search, rates, availability, policy, two phase reservation). Not callable yet. Tool names are provisional.",
    "verticals": [
      {
        "category": "flight",
        "label": "Flights",
        "status": "in_development",
        "planned_tools": [
          "search_flights",
          "get_fares",
          "create_flight_order",
          "confirm_flight_order"
        ]
      },
      {
        "category": "car_rental",
        "label": "Car rentals",
        "status": "in_development",
        "planned_tools": ["search_cars", "get_car_rates", "create_car_booking"]
      },
      {
        "category": "activity",
        "label": "Activities and tours",
        "status": "in_development",
        "planned_tools": ["search_activities", "get_activity_details", "create_activity_booking"]
      },
      {
        "category": "show_tickets",
        "label": "Show and event tickets",
        "status": "in_development",
        "planned_tools": ["search_events", "get_seat_map", "create_ticket_order"]
      }
    ]
  }
}
