{
    "mcpVersion": "2024-11-05",
    "name": "Overron Hotel MCP Server",
    "description": "Hotel data MCP server for Greek hotels. Room search, hotel info, booking links.",
    "endpoint": "https://mcp.overron.com/",
    "capabilities": {
        "tools": true,
        "resources": true
    },
    "tools": [
        {
            "name": "search_rooms",
            "description": "Natural language room search across all or a specific hotel"
        },
        {
            "name": "search_hotels",
            "description": "Natural language hotel search by location, category, or features"
        },
        {
            "name": "get_hotel_info",
            "description": "Structured hotel data — facilities, policies, location, rooms"
        },
        {
            "name": "get_booking_url",
            "description": "Generate direct booking deep-link for a room and dates"
        },
        {
            "name": "list_hotels",
            "description": "List all available hotels on this server"
        }
    ],
    "contact": {
        "organization": "Overron",
        "url": "https://www.overronet.com"
    }
}