General Tools
atatravel.cloud
This MCP server provides tools for querying and exploring travel accommodation network data and availability.
ENDPOINT 1
https://atatravel.cloud/mcp
MCP server metadata
- Name
- ATA Agentic Travel Agency
- Version
- 2.2.0
Known tools 21
get_network_discovery_contextReturn a compact, live summary of destinations, stay types, capacity, amenities, views, and published suitability guidance currently available on the ATA network.
Inferred read-onlysearch_flexible_network_availabilityFind real, priced ATA stays when the traveler is flexible.
Inferred read-onlysuggest_traveler_memorySave or update one durable traveler memory for personalization.
Potential side effectssearch_property_availabilitySearch specific dates and occupancy for a known property using its propertyToken.
Inferred read-onlysearch_network_availabilityFind accommodations across the ATA Travel Network with real-time pricing.
Inferred read-onlysearch_buildingsFind published ATA building/complex profiles by destination, neighborhood, tag, amenity, or free-text.
Inferred read-onlyget_building_detailsGet a published ATA building/complex profile with assigned stays and map coordinates.
Inferred read-onlyget_stays_in_buildingReturn ATA stays assigned to a published building, optionally filtered by live dates and guest counts.
Inferred read-onlyget_property_detailsGet date-free property and room details, including traveler-facing amenities, policies, Events & Weddings, room profiles, images, and links.
Inferred read-onlylist_property_extrasList date-free published events, services, activities, day passes, experiences, dining, wellness, packages, transfers, and other extras for a known property.
Inferred read-onlystart_traveler_verificationStart general traveler verification for this MCP session after the traveler confirms their email address.
Potential side effectsverify_traveler_codeConsume the six-digit code for a challenge started in this MCP session.
Inferred read-onlyget_traveler_verification_statusCheck whether a code or email-link challenge started in this MCP session has completed.
Potential side effectsget_traveler_handoff_statusInternal status check after sending an ATA verification link.
Inferred read-onlycreate_provisional_bookingSecure a reservation or create a host-approval enquiry on behalf of a traveler.
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.ata-agentic-travel-agency]
url = "https://atatravel.cloud/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ata-agentic-travel-agency": {
"type": "http",
"url": "https://atatravel.cloud/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ata-agentic-travel-agency
Remote MCP URL: https://atatravel.cloud/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"ata-agentic-travel-agency": {
"url": "https://atatravel.cloud/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ata-agentic-travel-agency": {
"type": "http",
"url": "https://atatravel.cloud/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ata-agentic-travel-agency",
"transport": "streamable-http",
"url": "https://atatravel.cloud/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for atatravel.cloud was fetched 2026-07-31T14:55:57.143Z and is being refreshed.
atatravel.cloud is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.