# VegasNearMe MCP Server > AI gateway for real-time Las Vegas hotel prices, show tickets, and trip planning. ## Base URL https://mcp.vegasnearme.com ## Endpoints ### Hotels - GET /api/hotels/search?q=&check_in=&check_out=&zone=&max_price= - GET /api/hotels/{hotel_id}/prices?date= - GET /api/deals?date=&zone=&limit= ### Shows - GET /api/shows/search?q=&date=&category= - GET /api/shows/tonight ### Planning - GET /api/trip/plan?check_in=&check_out= - GET /api/bundle?hotel_name=&date= ### Meta - GET /health - GET /llms.txt ## Notes - All responses include an `ai_context` field with a natural language summary. - Hotel results include `booking_url` and `details_url` for vegasnearme.com. - Show results include `tickets_url` for vegasnearme.com. - Data refreshes every 5 minutes. Responses are cached for 300 seconds. - Dates use YYYY-MM-DD format. - Zones: north-strip, center-strip, south-strip, downtown, off-strip.