{
  "name": "Little John — ATA Travel Booking Agent",
  "description": "AI travel booking agent powered by the ATA Agentic Travel Agency MCP server. Can search accommodations worldwide via the ATA network, generate price quotes, and create provisional bookings on behalf of travelers.",
  "url": "https://atatravel.cloud",
  "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 price quotes and provisional bookings for accommodations in the ATA network. Handles guest details, server-side pricing, and returns a payment URL to complete the reservation.",
      "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",
        "Reserve this villa — my name is Jane Doe, email jane@example.com"
      ]
    }
  ],
  "mcpServer": {
    "url": "https://atatravel.cloud/.well-known/mcp/server.json"
  }
}
