vegas (v1.0.0)

Live Las Vegas info — weather, events, hotels, attractions — plus build and share a Vegas trip plan with friends.

https://vegas-mcp.onrender.com/mcp

Installation Guide

Choose your preferred MCP client

Install in Claude Code

Run this command in your terminal:

claude mcp add --transport http "vegas" https://vegas-mcp.onrender.com/mcp

Install in Cursor

Click the button below to add this MCP server to Cursor:

Open in Cursor

Or add manually: Settings → MCP → Add server

Install in VS Code

Click the button below to add this MCP server to VS Code:

Open in VS Code

Or add manually: Settings → MCP → Add server

Install in VS Code Insiders

Click the button below to add this MCP server to VS Code Insiders:

Open in VS Code Insiders

Or add manually: Settings → MCP → Add server

Connect with ChatGPT

  1. Enable Developer Mode: Settings → Connectors → Advanced → Developer mode
  2. Import this MCP server: Go to Connectors tab and add: https://vegas-mcp.onrender.com/mcp
  3. Use in conversations: Choose the MCP server from the Plus menu

Primitives

Tools (9)

get-vegas-weather

Get current weather plus a multi-day forecast for Las Vegas. Useful for planning outdoor activities, pool time, and what to pack.

get-vegas-events

Find concerts, residencies, sports games, theatre, and family shows happening in Las Vegas. Optional date range and category. Uses Ticketmaster Discovery API if TICKETMASTER_API_KEY is set; otherwise returns a small mock list.

list-vegas-hotels

List curated Las Vegas hotels (Strip, Downtown, Off-Strip) filtered by price tier. Useful for building a trip plan.

list-vegas-attractions

List curated Las Vegas attractions, shows, casinos, food halls, outdoor activities, and family spots. Useful for building a trip plan.

get-vegas-forecast

Return structured Las Vegas weather (current + daily forecast) for the trip builder widget. Prefer get-vegas-weather when showing weather to the user directly.

search-vegas-events

Search Vegas events and return structured event data (no widget). Used by the trip-plan builder widget to populate the event picker. Prefer get-vegas-events for direct user-facing results.

plan-vegas-trip

Open the interactive Vegas trip builder. Pre-fills suggested hotels and attractions from the curated Vegas catalog based on budget tier (budget / mid / luxury). The user can change budget in the widget to swap suggested stays, add events, edit days, then publish a share link. Use this when the user wants to plan a Vegas trip — prefer this over guessing a full itinerary in chat.

build-trip-plan

Render a (possibly fully or partially filled) Vegas trip plan in the interactive widget. Pass any items you already know about; the widget remains editable so the user can add/edit/remove items, then share. If you have no item-level details yet, prefer plan-vegas-trip.

share-trip-plan

Publish a trip plan to a share URL friends can open in a browser. Optionally set a password so only people with the link and password can view it.

Resources (3)

ui://widget/events-list.htmlevents-list

Scrollable list of upcoming Las Vegas events with venue, time, and price.

ui://widget/trip-plan.htmltrip-plan

Interactive Las Vegas trip builder with curated hotels and attractions baked in. Pre-fills by budget tier; changing tier swaps suggested stays. User adds events, edits days, then shares.

ui://widget/weather-card.htmlweather-card

Las Vegas current conditions plus a multi-day forecast.