{
  "name": "Little John — ATA Travel Booking Agent",
  "description": "AI travel booking agent powered by the ATA Agentic Travel Agency MCP server. Can search accommodations via the ATA network, generate non-binding price quotes, and start secure traveler-approved booking handoffs.",
  "url": "https://atatravel.cloud",
  "iconUrl": "https://atatravel.cloud/icon.png",
  "version": "1.0.0",
  "provider": {
    "name": "ATA Travel",
    "url": "https://atatravel.cloud",
    "contact": "support@atatravel.cloud"
  },
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/plain"],
  "skills": [
    {
      "id": "travel-search",
      "name": "Accommodation Search",
      "description": "Search for available accommodations across the ATA network by location, dates, property type, amenities, views, or free-text keyword. Supports single-property lookup and network-wide discovery.",
      "tags": ["travel", "accommodation", "search", "availability", "hotel", "villa", "apartment"],
      "examples": [
        "Find a villa with a pool in Puerto Vallarta for next weekend",
        "What hotels are available in Mexico City from June 10 to June 15?",
        "Show me pet-friendly properties near the beach in Costa Rica"
      ]
    },
    {
      "id": "travel-booking",
      "name": "Accommodation Booking",
      "description": "Create non-binding price quotes and start secure ATA traveler handoffs before provisional bookings. Booking holds, reservations, and payment steps require verified traveler approval.",
      "tags": ["travel", "booking", "reservation", "payment", "quote"],
      "examples": [
        "Book the ocean-view room at this property for 2 adults",
        "Get me a price quote for Casa Marina from July 1 to July 7",
        "Start a traveler approval handoff for this villa — my name is Jane Doe, email jane@example.com"
      ]
    }
  ],
  "mcpServer": {
    "url": "https://atatravel.cloud/.well-known/mcp/server.json"
  }
}
