# Wander > Wander is a demo travel marketplace for booking accommodation and flights. It is engineered to be perfectly readable by AI agents and crawlers. This is a demo travel marketplace. Public content (stays, flights) is open to agents. Booking and premium real-time deals require authentication / payment. ## How to consume this site - Markdown of any page: send the HTTP header `Accept: text/markdown`. - Full text dump: [llms-full.txt](https://agentready-travel.agreatorganization.com/llms-full.txt) - MCP server (Streamable HTTP): `https://agentready-travel.agreatorganization.com/mcp` - Agent card (A2A): [agent-card.json](https://agentready-travel.agreatorganization.com/.well-known/agent-card.json) - API description: [openapi.json](https://agentready-travel.agreatorganization.com/openapi.json) ## Stays - [Azure Cliff Villa](https://agentready-travel.agreatorganization.com/stays/azure-cliff-villa): Santorini, Greece — $420.00/night, rated 4.9/5. - [Kyoto Machiya Loft](https://agentready-travel.agreatorganization.com/stays/kyoto-machiya-loft): Kyoto, Japan — $265.00/night, rated 4.8/5. - [Patagonia Glass Cabin](https://agentready-travel.agreatorganization.com/stays/patagonia-glass-cabin): Torres del Paine, Chile — $310.00/night, rated 4.95/5. - [Lisbon Azulejo Apartment](https://agentready-travel.agreatorganization.com/stays/lisbon-tile-apartment): Lisbon, Portugal — $180.00/night, rated 4.7/5. ## Flights - [WD100](https://agentready-travel.agreatorganization.com/flights): New York (JFK) → Athens (ATH) from $690.00. - [WD221](https://agentready-travel.agreatorganization.com/flights): London (LHR) → Osaka (KIX) from $815.00. - [WD455](https://agentready-travel.agreatorganization.com/flights): Santiago (SCL) → Puerto Natales (PNT) from $240.00. ## Data endpoints (no auth) - [Stays JSON](https://agentready-travel.agreatorganization.com/data/stays.json) - [Flights JSON](https://agentready-travel.agreatorganization.com/data/flights.json) - [Product feed (ACP)](https://agentready-travel.agreatorganization.com/feed/products.json)