← 303happenings.com

INDIVIDUAL MCP TOOL

venue_events

Upcoming events at a venue (UUID or slug), soonest first.

303happenings.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://www.303happenings.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for venue_events and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

303happenings.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.303happenings]
url = "https://www.303happenings.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "303happenings": {
      "type": "http",
      "url": "https://www.303happenings.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: 303happenings
Remote MCP URL: https://www.303happenings.com/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "303happenings": {
      "url": "https://www.303happenings.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "303happenings": {
      "type": "http",
      "url": "https://www.303happenings.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "303happenings",
  "transport": "streamable-http",
  "url": "https://www.303happenings.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_events — Search upcoming Denver events by keyword, date range, category, neighborhood, and price.
  • get_event — Full details for one event by UUID or slug: description, venue address, artists, price range, every ticket source, and the canonical 303happenings.com URL.
  • get_venue — Details for one venue by UUID or slug: address, neighborhood, coordinates, type, capacity tier, rating, and its next few upcoming events.
  • events_near — Events at venues within a radius of a lat/lng, nearest first, filtered to a Denver-local time window (today, tonight, weekend, week, or all upcoming).
  • tonight — Best events starting between now and the end of today (America/Denver), ranked by 303Happenings' discovery score.
  • this_weekend — Best events on the upcoming Saturday and Sunday (America/Denver), ranked by discovery score.
  • neighborhoods — All Denver neighborhoods 303Happenings covers, with vibe, what each is best for, a center point, and live venue / upcoming-event counts.
  • trending — Events trending over the next 7 days: discovery score boosted for imminent start, free admission and limited/special runs.