Card snapshot
atatravel.cloud
·
2026-07-01 00:51:21 UTC
·
58ec0cde54575db297685193146179d4e3a6b7b58d323e6c0024fa591b535971
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 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 \u2014 my name is Jane Doe, email jane@example.com"
]
}
],
"mcpServer": {
"url": "https://atatravel.cloud/.well-known/mcp/server.json"
}
}