{
  "schema_version": "v1",
  "name": "reservations.ai",
  "description": "Travel transaction agent. Hotels and lodging live today across 1.5M+ properties in 27 languages over MCP, REST, and A2A; flights, car rentals, activities, and show tickets in active development. Live in production since 2024. The reference travel MCP for AI agents.",
  "homepage": "https://reservations.ai/",
  "consumer_app": "https://ai.reservations.com/",
  "category": "travel",
  "primary_use_cases": [
    "Search hotel inventory by destination and dates",
    "Quote live rates with all taxes and fees",
    "Atomic hotel reservation with two phase commit",
    "Cancellation and modification of existing reservations",
    "Voice based hotel reservation (via SIP or CCaaS handoff)"
  ],
  "protocols": ["mcp", "rest", "a2a", "json-rpc-2.0"],
  "agent_to_agent": {
    "supported": true,
    "version": "0.1",
    "endpoint": "https://mcp.reservations.com/a2a",
    "auth": "bearer"
  },
  "registration": {
    "endpoint": "https://mcp.reservations.com/agents/register",
    "method": "POST",
    "machine_only": true,
    "required_fields": ["agent_id", "principal", "pre_auth"]
  },
  "discovery": {
    "agents_md": "https://reservations.ai/agents.md",
    "agents_json": "https://reservations.ai/agents.json",
    "manifest": "https://reservations.ai/manifest.json",
    "openapi": "https://reservations.ai/openapi.yaml",
    "mcp_descriptor": "https://reservations.ai/.well-known/mcp.json"
  },
  "trust_signals": {
    "live_since": "2024",
    "annual_commerce_usd": "2000000000+",
    "daily_conversations": "300000+",
    "uptime_30d_pct": 99.98,
    "regions_live": 3
  },
  "contact": {
    "developers": "developers@reservations.ai",
    "partnerships": "partnerships@reservations.ai",
    "security": "security@reservations.ai"
  },
  "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"]
      }
    ]
  }
}
