Card snapshot
atatravel.cloud
·
2026-08-22 03:27:31 UTC
·
ab6b9bef846819c4f0e6c00e9af8354c32a87c675ff7eec243ed28f49a1df07f
This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.
{
"name": "Little John \u2014 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 accommodations across the ATA network and inspect date-free property, room, amenity, Events & Weddings, service, and activity details. Supports single-property lookup and network-wide discovery.",
"tags": [
"travel",
"accommodation",
"search",
"availability",
"rooms",
"amenities",
"activities",
"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",
"Tell me about 5B Casita Vista and the property's activities"
]
},
{
"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 \u2014 my name is Jane Doe, email jane@example.com"
]
}
],
"mcpServer": {
"url": "https://atatravel.cloud/.well-known/mcp/server.json"
}
}