VegasNearMe AI API

Cross-OTA Las Vegas hotel price comparison and show ticket aggregation. Real-time data from 6+ booking sources and 5+ ticket vendors. Built for AI agents, travel bots, and developers.

VegasNearMe is a travel guide and affiliate platform. Hotel booking powered by LiteAPI. Show tickets link to Vivid Seats, Vegas.com, AXS, Ticketmaster via affiliate partnerships.

180+
Hotels tracked
280+
Shows & events
6
OTA sources
120+
GPS-mapped venues
10
MCP tools

Hotel Price Comparison

Real-time prices from Booking.com, Expedia, Hotels.com, Priceline, Agoda, and direct hotel rates.

GET /mcp-api/hotels/search — Search and compare hotel prices
Try: https://api.lightsinflight.com/mcp-api/hotels/search?q=bellagio
GET /mcp-api/deals — Today's best hotel deals ranked by savings
Try: https://api.lightsinflight.com/mcp-api/deals?limit=5

Show Tickets & Events

Aggregated ticket prices from Ticketmaster, Vivid Seats, StubHub, Vegas.com, and AXS.

GET /mcp-api/shows/search — Search 280+ shows by name, date, or category
Try: https://api.lightsinflight.com/mcp-api/shows/search?q=absinthe
GET /mcp-api/shows/tonight — What's happening in Vegas tonight
Try: https://api.lightsinflight.com/mcp-api/shows/tonight

Geo-Intelligent Bundles

GPS-based proximity matching across 120+ mapped venues. Real haversine distance, not zone guessing.

GET /mcp-api/bundle — Shows within walking distance of any hotel
Try: https://api.lightsinflight.com/mcp-api/bundle?hotel_name=Caesars+Palace
GET /api/ai-deals/hotels-for-show — Hotels nearest to any show venue
Try: https://api.lightsinflight.com/api/ai-deals/hotels-for-show?show=absinthe

Cross-OTA Price Comparison

Compare hotel rates across all major booking sites side by side. Find where prices differ most.

GET /api/ai-deals/bundles — Hotel + show combos with cross-OTA pricing
Try: https://api.lightsinflight.com/api/ai-deals/bundles?zone=center-strip
GET /api/ai-deals/hotels — Hotel prices across all booking sources
Try: https://api.lightsinflight.com/api/ai-deals/hotels?zone=center-strip

Trip Planning

GET /mcp-api/trip/plan — Multi-day itinerary with hotels and shows
Try: https://api.lightsinflight.com/mcp-api/trip/plan?check_in=2026-03-20&check_out=2026-03-23

MCP Protocol (for AI agents)

Full Model Context Protocol support with 10 tools. Connect via JSON-RPC 2.0 or SSE transport.

POST /mcp — JSON-RPC 2.0 endpoint (initialize, tools/list, tools/call)
GET /mcp/sse — Server-Sent Events transport for stateful sessions

Configure in Claude Code (~/.mcp.json):

{
  "mcpServers": {
    "vegasnearme": {
      "type": "sse",
      "url": "https://api.lightsinflight.com/mcp/sse"
    }
  }
}

Discovery & Meta

/llms.txt — Machine-readable API spec for AI platforms
/.well-known/ai-plugin.json — OpenAI plugin discovery
/openapi.json — OpenAPI 3.0 specification
/health/mcp — Health check
/robots.txt — Crawler permissions

About

VegasNearMe is a Las Vegas travel guide and affiliate platform. It does not sell hotels or tickets directly — hotel bookings go through a white-label engine (LiteAPI), and show tickets link to vendors (Vivid Seats, Vegas.com, AXS, Ticketmaster) via affiliate partnerships. Every API response includes an ai_context field with a natural language summary AI agents can present directly to users.

VegasNearMe MCP Server v2.1.0 • llms.txtGitHub