{
  "name": "somerville-general",
  "title": "Somerville General Store",
  "description": "Neighbourhood café and general store in Somerville, VIC, Australia. Book a table directly on the venue's own booking rail — no platform, no fees.",
  "version": "1.0.0",
  "server": {
    "transport": "http",
    "url": "https://mcp.heyreuben.ai/v/somerville",
    "authentication": "none"
  },
  "tools": [
    {
      "name": "check_availability",
      "description": "Check table availability for a given date, time and party size."
    },
    {
      "name": "create_booking",
      "description": "Create a table booking. Parties up to 9 confirm instantly; 10 or more are sent to the venue for confirmation. Bookings need at least 2 hours' lead time."
    },
    {
      "name": "cancel_booking",
      "description": "Cancel an existing booking."
    }
  ],
  "booking": {
    "provider": "Reuben",
    "channel": "direct",
    "fees": "none",
    "leadTimeHours": 2,
    "instantConfirmMaxPartySize": 9,
    "venueConfirmMinPartySize": 10,
    "hours": {
      "open": "07:00",
      "close": "14:00",
      "timezone": "Australia/Melbourne"
    }
  },
  "venue": {
    "name": "Somerville General Store",
    "address": "43 Wiltshire Drive, Somerville, VIC 3912, Australia",
    "phone": "+61390882408",
    "email": "hello@somervillegeneral.com.au",
    "social": {
      "instagram": "https://www.instagram.com/somervillegeneral/",
      "tiktok": "https://www.tiktok.com/@somervillegeneral"
    }
  }
}
