# VenuNite Events MCP server

Hyperlocal event search across 50 US states — 29K venues, 275K upcoming events.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-isaacaskew-venunite-events
- Website: https://venunite.com

## Install
- Command: `uvx venunite-events`
- Endpoint: https://mcp.venunite.com/v1/mcp/
- Auth: Auth required by registry metadata

## Setup notes
- Package: Pypi venunite-events v0.2.1
- Environment variable: VENUNITE_API_KEY (required; secret)
- The upstream registry signals required auth or secrets.
- Remote endpoint: https://mcp.venunite.com/v1/mcp/

## Tools
- search_events - Find events matching a user's natural-language request. Combines semantic search over venue vibes, geographic radius filtering, date/cost/category hard filters, and strict safety tags. Returns ranked events with score breakdown. Call this ONCE per user query with the structured args you inferred from their question — do not try to issue multiple speculative calls.

Tag vocabulary is fixed (49 canonical tags across 6 facets: ambiance, social, time, age, venue_type, activity). See the `vibe_tags` field description.

Safety-critical tags (queer-friendly, family-friendly, all-ages, 18-plus, 21-plus) are hard filters: if included, venues without that tag are excluded entirely — never just down-ranked. Only include a safety tag when the user's query explicitly requested it. Endpoint: https://mcp.venunite.com/v1/mcp/

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.isaacaskew
- Version: 0.2.1
- Runtime: Pypi
- Transports: STDIO, HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Apr 21, 2026
- Source: https://registry.modelcontextprotocol.io
