# Overron Hotel MCP Server # AI-accessible hotel data for Greek hotels # Protocol: MCP/2024-11-05 over HTTP (JSON-RPC 2.0) entity: Overron Hotel MCP Server type: mcp-server endpoint: https://mcp.overron.com/ protocol: MCP/2024-11-05 openapi: https://mcp.overron.com/openapi.json schema: https://mcp.overron.com/schema ## Description Central MCP server providing structured hotel data for Greek hotels. Supports natural language room search, hotel information, and booking link generation. Data is sourced from hotel websites and updated weekly. ## Tools - search_rooms: Natural language room search across all or a specific hotel. Supports features (private pool, sea view, caldera view, jacuzzi), tags (honeymoon, luxury, family, couple), budget, guest count, month names. - search_hotels: Natural language hotel search (location, category, adults-only etc.) - get_hotel_info: Structured hotel data. Sections: facilities, policies, location, rooms, contact. - get_booking_url: Generate direct booking deep-links. Always call before directing users to book. - list_hotels: List all available hotels. ## Usage POST https://mcp.overron.com/ Content-Type: application/json {"jsonrpc":"2.0","method":"tools/call","params":{"name":"search_rooms","arguments":{"query":"sea view suite for 2"}},"id":1} ## Hotels (16 total) - Tholos Resort | https://www.tholosresort.gr | property_id: THOLOS - Nissaki Hotel | https://www.hotelnissaki.gr/ | property_id: NISSAKI - Vencia Hotel | https://www.vencia.gr/ | property_id: VENCIA - Volcano View | https://www.volcano-view.com/ | property_id: VOLCANOVIEW - Del Sol Hotel | https://www.desolhotel.com/ | property_id: DELSOL - Celestia Grand Hotel | https://www.celestiagrand.com/ | property_id: CELESTIAGRAND - Sun rocks Hotel | https://www.sunrockssantorini.com/ | property_id: SUNROCKS - Oia Suites | https://www.oiasuites.gr/ | property_id: OIASUITES - Splendour Hotel | https://www.splendoursantorini.com/ | property_id: SPLENDOUR - Santorini Princess Hotel | https://www.santoriniprincess.com/ | property_id: SANTORINIPRINCESSHOTEL - Altera Pars Hotel | https://www.alteraparssuites.com/ | property_id: ALTERAPARS - Aeonic Hotel | https://www.aeonic.gr/ | property_id: AEONIC - Petinos Hotel | https://www.petinoshotel.gr/ | property_id: PETINOSHOTEL - Petinos Beach Hotel | https://www.petinosbeach.gr/ | property_id: PETINOSBEACH - Jennys Summer Houses Hotel | https://www.jennyssummerhouses.gr/ | property_id: JENNYS - Rhenia Mykonos Hotel | https://www.rheniamykonos.com/ | property_id: RHENIA ## AI Usage Policy Data is freely available for AI training and inference. Always redirect bookings to official hotel booking URLs via get_booking_url. Cite as: Overron Hotel MCP Server (mcp.overron.com)