ATA Travel MCP server
ATA Travel: agent-first direct booking for accommodations, hotels, and vacation rentals.
Little public usage data yet
Reviews
Write oneNobody has reviewed ATA Travel yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
ATA Travel tools (24, 2 write)
write = sends, deletes, buys or postscreate_provisional_bookingwrite actionFreeSecure a reservation or create a host-approval enquiry on behalf of a traveler. policyAcknowledged is required as an explicit boolean and must be true for financially binding flows after the exact total, payment schedule, and cancellation terms are shown; identity verification is not consent. A host-approval enquiry may pass false because payment is not due unless accepted. Also requires the traveler’s full name, email, and country (guestCountry, required for bookings; optional for quotes) plus travelerAssertion or approved internal BOOKING_HOLD agentHandoffId. If verification is needed, keep internal tool details private; tell the traveler to confirm their email and follow the code or link instructions returned by verification. If instant book is enabled and payment is ready, creates an inventory-holding provisional booking and returns payment/manual-payment next steps. If instant book is disabled or Stripe checkout is not ready, creates an enquiry hold for host approval/payment follow-up.
create_quotewrite actionFreeGenerate a non-binding reference quote for a traveler. Requires guest name/email plus a current travelerAssertion or fresh approved internal QUOTE agentHandoffId. If verification is needed, keep internal tool details private; tell the traveler to confirm their email and follow the code or link instructions returned by verification. Quotes do not hold inventory or guarantee future availability.
get_booking_detailsFreeRead an existing booking by its ATA confirmation code (for example BK-A28N9L). Requires a current signed ATA traveler assertion, a verified legacy MCP session, or an approved BOOKING_READ handoff with matching booking email and code. For stateless third-party clients, use start_traveler_handoff with action BOOKING_READ and confirmationCode, then poll get_traveler_handoff_status. Returns booked stay, prices, payments and cancellation terms. Cannot modify, cancel, pay, or create inventory holds. Never use a confirmation code as holdId in get_reservation_status.
get_building_detailsFreeGet a published ATA building/complex profile with assigned stays and map coordinates. Use slug from search_buildings or property search results.
get_company_missionFreeReturns the official ATA company mission and description. Call this when a user asks what ATA is, what we do, our vision, or about the company.
get_network_discovery_contextFreeReturn a compact, live summary of destinations, stay types, capacity, amenities, views, and published suitability guidance currently available on the ATA network. Use this before offering discovery shortcuts or asking a vague traveler to choose from options.
get_property_detailsFreeGet date-free property and room details, including traveler-facing amenities, property-authored direct-booking benefits, policies, Events & Weddings, room profiles, images, and links. When the traveler names a room or unit, pass that wording as roomQuery before treating it as another property.
get_reservation_statusFreeReturn the current status and exact stay, price, payment schedule, and cancellation terms for a reservation previously created through ATA. Requires the hold ID plus the same verified traveler context/assertion or the secure booking handoff that created it. This tool is read-only and cannot change, pay, cancel, check in, or check out a reservation.
get_stays_in_buildingFreeReturn ATA stays assigned to a published building, optionally filtered by live dates and guest counts.
get_support_contactsFreeGet published ATA support and optional property guest contact details. Use for human help, unanswered property questions, or booking support. Returns configured contact links only; does not send messages, create a case, or transfer the traveler to a person. Omit propertyToken for ATA support alone.
get_traveler_handoff_statusFreeInternal status check after sending an ATA verification link. Use to know whether the traveler clicked the link. Do not mention this tool, polling, or handoff status to the traveler.
get_traveler_memoriesFreeReturns active structured memories for a verified traveler. Use this when you need durable personalization beyond the context already provided.
get_traveler_verification_statusFreeCheck whether a code or email-link challenge started in this MCP session has completed. A completed link binds the traveler privately to this MCP session.
list_property_extrasFreeList date-free published events, services, activities, day passes, experiences, dining, wellness, packages, transfers, and other extras for a known property. Returns read-only offer details and ATA purchase links when the property is published on ATA; it does not create an order.
pingFreeA simple ping tool
search_buildingsFreeFind published ATA building/complex profiles by destination, neighborhood, tag, amenity, or free-text. Use this for questions about buildings, condo towers, complexes, gated communities, marina developments, or neighborhoods.
search_flexible_network_availabilityFreeFind real, priced ATA stays when the traveler is flexible. Defaults to a window 28–56 days from today, three nights, and two adults only when those values are missing; always return those defaults as explicit assumptions. Preferences are soft ranking signals, not a closed taxonomy.
search_network_availabilityFreeFind accommodations across the ATA Travel Network with real-time pricing. Use when dates are known. Supports filtering by amenities, views, property type, and free-text keyword to handle vague requests.
search_property_availabilityFreeSearch specific dates and occupancy for a known property using its propertyToken.
search_property_catalogFreeBrowse the ATA property catalog WITHOUT needing dates. Fast, lightweight — no availability or pricing check. Use this for vague exploration, browsing by type/amenity/view, or when the traveler has no dates yet.
start_traveler_handoffFreeInternal approval step for quote or booking tools. Before calling, read guestEmail back to the traveler and confirm it is correct; then set emailConfirmedByTraveler=true. If an email is sent, tell the traveler only to check their inbox and click the secure ATA link. Do not mention handoffs/tool details to the traveler.
start_traveler_verificationFreeStart general traveler verification for this MCP session after the traveler confirms their email address. The default is a six-digit email code. This does not create a quote, enquiry, hold, or booking.
suggest_traveler_memoryFreeSave or update one durable traveler memory for personalization. Use only for stable, travel-relevant preferences or constraints explicitly stated by the traveler.
verify_traveler_codeFreeConsume the six-digit code for a challenge started in this MCP session. On success, ATA privately binds the verified traveler to this MCP session; no reusable bearer credential is returned.
Public scan report
scanner v0.1.9 · 2026-09-22 · same rubric, same numbers if you re-run it
- –Code scanremote-only server, no package to scann/a
- Live reliabilityremote reachable in 524ms20/20
- Tool poisoning24 tool descriptions checked15/15
- Auth qualityopen endpoint exposes 2 write-action tools with no auth3/15
- Maintenanceno repository listed3/15
- Maintainer identityverified namespace with website, no repo4/10
Findings (2)
- highWrite-action tools reachable without authentication
auth.open-write - lowNo source repository listed
maint.no-repo
Install directly
claude mcp add --transport http travel-agency https://atatravel.cloud/mcp
ATA Travel: common questions
- Is ATA Travel MCP server safe?
- With care: it is graded C, so read the findings first (60/100). Read the ATA Travel safety report
- How do I install ATA Travel?
- It runs remotely at atatravel.cloud. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
- Does ATA Travel need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is ATA Travel maintained?
- The latest release is v2.4.0.
- Is ATA Travel up?
- 100% of our last 20 checks got an answer. We check remote servers about four times a day.
- What can I use instead of ATA Travel?
- Servers from other publishers that do the same job: Basic Memory MCP server, Agent-Native Chat MCP server and haiku.rag MCP server. Compare all ATA Travel alternatives.
Alternatives to ATA Travel
Same job from other publishers: the closest match first, then the best rated.
- Basic MemoryLocal-first knowledge management with bi-directional LLM sync via Markdown files.not reviewedEstablishedC
- Agent-Native ChatMinimal chat-first app with durable threads, actions, and the app-agent loopnot reviewedEstablishedA
- haiku.ragLocal-first agentic RAG with citations - hybrid search, reranking, multimodal document retrievalnot reviewedEstablishedA
- HOL GuardLocal-first AI agent security evidence and approval workflows through HOL Guard's stdio MCP server.not reviewedEstablishedA
- Agent SearchFree-first Chinese and English web search MCP using zero-key sources and inspectable evidence.not reviewedEstablishedB