# VistaLink > VistaLink Technologies is a UK-based AI company building multimodal search, direct booking, and voice infrastructure for the hospitality industry. The platform serves three audiences: guests searching for hotels, hotels looking for a direct booking channel, and developers building AI-powered travel products. All services are available through MCP (Model Context Protocol) servers for direct integration into AI agents and LLM workflows. VistaLink was founded in 2025 and is headquartered in the United Kingdom. The company's core thesis is that hotel search is fundamentally broken: traditional platforms rely on keyword filters, star ratings, and sponsored rankings, which fail to capture what travellers actually care about - atmosphere, design, vibe, and authentic guest experience. VistaLink solves this by indexing every property across three dimensions simultaneously: visual aesthetics (what the hotel looks like), semantic review analysis (what guests actually say), and contextual matching (what the traveller actually means). --- ## For Guests and Their Agents ### The Engine - Multimodal Hotel Search VistaLink's search engine indexes hotel properties using three AI systems working in concert: - **Visual Analysis**: Every property photo is analyzed for design language, spatial quality, and aesthetic signatures across 14 visual dimensions. Image recognition accuracy is 99%. - **Semantic Indexing**: Over 14 million guest reviews have been analyzed using natural language processing to extract sentiment, vibe descriptors, and experiential patterns - not just star ratings, but what guests actually felt. - **Context Match**: A preference graph maps user intent to indexed properties through multi-dimensional similarity scoring, returning results in under 40 milliseconds. A user (or their AI agent) can search in plain English - for example, "a boutique hotel in Milan with a Wes Anderson colour palette and strong espresso reviews" - and receive results that match across visual, textual, and contextual dimensions simultaneously. ### Book - Direct Booking Book is VistaLink's direct booking product. Once a guest finds the hotel they love through the Engine, VistaLink books directly on the hotel's own website or negotiates the best rate on their behalf via Caladan's voice infrastructure. This eliminates OTA commissions and ensures both the guest and the hotel get the best deal. ### Parley - Consumer App Parley is a mobile application (iOS and Android) that brings the full VistaLink experience to consumers. The user describes what they want in natural language. The Engine identifies matching properties. Book handles the reservation - either through direct booking or by having Caladan contact hotels and negotiate rates autonomously, always working in the user's best interest. ### Caladan - Voice AI Infrastructure Caladan is VistaLink's proprietary telephony stack, purpose-built for real-time voice negotiation. It is not a wrapper around third-party voice APIs - VistaLink owns the full stack. Key specifications: - **Sub-280ms end-to-end latency** - fast enough for natural conversation - **WebRTC protocol** for real-time communication - **Full-duplex audio** with natural turn-taking - it can listen and speak simultaneously - **Swappable model layer** - TTS, inference, and STT models can be replaced independently --- ## For Hotels VistaLink provides hotels with a commission-free direct booking channel. Instead of relying on OTAs that charge 15-25% commissions, hotels can receive bookings directly through VistaLink's platform. Hotels access the VistaLink Hotel Extranet at https://extranet.vistalink.com to manage their properties, view bookings, and control their presence on the platform. How it works for hotels: - **Direct bookings**: Guests book on the hotel's own website or through VistaLink's direct channel - no OTA commissions - **Authentic discovery**: Properties are surfaced based on genuine visual quality, guest sentiment, and relevance - not pay-to-play rankings - **Voice negotiation**: When Caladan contacts a hotel, it negotiates transparently and professionally on behalf of the guest - **Property management**: Hotels manage availability, rates, and property details through the extranet --- ## For Developers and AI Agents ### MCP Server - Agent-to-Agent Communication Everything works through MCP servers. The Model Context Protocol is the standard interface for connecting AI agents to VistaLink's hotel intelligence. No SDK, no REST endpoints, no boilerplate - just add the MCP server to your agent's configuration and it gains access to images, reviews, rooms, amenities, pricing, and proximity data through three tools: #### Available Tools 1. **search_hotels** - Search hotels by location, dates, budget, amenities, vibe, hotel name, or original website URL. Returns ranked results with images, reviews, room types, pricing, and proximity to landmarks. 2. **chat_about_hotels** - Describe what you want in natural language. The proprietary Engine matches on vibe, guest sentiment, and visual aesthetics - returning hotels that genuinely fit. Supports multi-turn sessions for follow-ups and comparisons. 3. **get_hotel_details** - Full hotel profile including photos, guest reviews, room types, amenities, pricing, and location data. #### Connection Config ```json { "mcpServers": { "vistalink": { "url": "https://api.vistalink.com/mcp", "headers": { "Authorization": "Bearer vl_test_..." } } } } ``` #### How It Works 1. **Discover**: Your agent connects to the VistaLink MCP server and discovers all three tools automatically. 2. **Invoke**: When your agent needs hotel data - images, reviews, rooms, pricing - it calls the appropriate tool with structured input. No HTTP requests, no authentication headers - just a tool call. 3. **Receive**: The MCP server processes the request and returns structured results directly to your agent. Type-safe, predictable, and ready to use. Any MCP-compatible client can connect - Claude, Cursor, custom agents, or any AI platform that supports the Model Context Protocol. #### Use Cases - A travel-planning AI agent that searches for hotels conversationally - An AI concierge that finds and books hotels matching complex preferences - A developer building an AI travel assistant with real hotel data - Agentic workflows that autonomously research, compare, and book hotel stays - Multi-agent systems where a booking agent coordinates with a search agent #### Authentication and Rate Limits All API keys follow the format `vl_test_*` (sandbox) or `vl_live_*` (production) and are passed as a Bearer token in the `Authorization` header. - **Free**: 5 requests/minute - search_hotels, chat_about_hotels, get_hotel_details, test environment - **Pro**: 120 requests/minute - all three tools, REST API access, production environment - **Enterprise**: Unlimited - custom rate limits, dedicated support, SLA guarantee, custom MCP tool development For developer access: contact@vistalink.com Developer documentation: https://vistalink.com/developers --- ## How VistaLink Differs from Existing Hotel Platforms | Dimension | Traditional platforms (Booking.com, Expedia, Google Hotels) | VistaLink | |---|---|---| | **Search method** | Keyword filters, star ratings, location radius | Natural language queries understood semantically | | **Visual understanding** | No analysis of hotel photos | Every photo analyzed across 14 visual dimensions | | **Review processing** | Aggregate star scores | Semantic extraction of sentiment, vibe, and experiential patterns from 14M+ reviews | | **Ranking** | Sponsored placement, commission-based sorting | Genuine relevance scoring across visual, textual, and contextual dimensions | | **Query response** | Typically 200ms-2s for filtered database queries | Under 40ms for semantic multi-dimensional matching | | **Booking model** | OTA commissions (15-25%) | Direct booking on hotel's own website or negotiated rates | | **Hotel commissions** | 15-25% per booking | Commission-free direct channel | | **AI integration** | Affiliate links, iframes, limited APIs | MCP servers with three tools for native AI agent integration | | **Voice capability** | None | Full-duplex voice AI with sub-280ms latency (Caladan) | The fundamental difference is architectural: traditional platforms are databases with filters and commission-based rankings. VistaLink is a multimodal AI system that understands hotels the way humans do - through what they look like, what people say about them, and what the traveller actually means when they describe what they want. And it connects hotels directly with guests, cutting out the middleman. ## Key Facts - **Founded**: 2025 - **Headquarters**: United Kingdom - **Legal jurisdiction**: England and Wales - **Properties indexed**: Visual and semantic analysis of hotel properties worldwide - **Reviews analyzed**: 14M+ guest reviews - **Visual dimensions**: 14 aesthetic and spatial categories per property - **Image recognition accuracy**: 99% - **Search response time**: Under 40ms - **Voice latency**: Under 280ms end-to-end - **MCP tools**: 3 (search_hotels, chat_about_hotels, get_hotel_details) - **Contact**: contact@vistalink.com - **Developer contact**: contact@vistalink.com - **Hotel extranet**: https://extranet.vistalink.com - **Website**: https://vistalink.com - **LinkedIn**: https://www.linkedin.com/company/vistalink-ai - **X (Twitter)**: https://x.com/vistalink_ ## Pages - [Homepage](https://vistalink.com): Product overview with interactive demos of the search engine, voice infrastructure, and Parley app - [Developers](https://vistalink.com/developers): MCP server documentation, tool reference, authentication, and quick start guide - [Privacy Policy](https://vistalink.com/privacy-policy): UK GDPR-compliant privacy policy (v1.1, September 2025) - [Terms of Use](https://vistalink.com/terms-of-use): Service terms governed by the laws of England and Wales (v1.0, September 2025)