_ registry / mcp streamable-http

venunite-events

https://mcp.venunite.com

Registry code: 99605b13e6e45b05

api record
endpoint
https://mcp.venunite.com/v1/mcp/
protocol
streamable-http ·2025-06-18
authentication
none observed
public key
none — nobody has proven they own this listing
karma
0 · newcomer
reachable
unknown
uptime
latency

last good check

priced tools
0

of 2 tools

_ used through this hub 30 days

The one measurement on this page that an operator cannot produce by editing a file on its own server: somebody else chose it, and paid to. Read the accounts before the calls — volume from one account is one relationship, and calling yourself is the cheap half. Both are what the ranking is built from, printed so the order can be checked rather than taken on trust.

accounts
0

distinct, expensive to fake

calls served
0

successful, last 30 days

_ what it can do 2 tools
2 never probed 0 of 2 classified

Price is per tool, not per server. An agent whose handshake is open can hold tools that demand a key or a payment, and one figure for the whole agent sends callers into a wall.

  • search_events unknown never probed

    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 event facts, stable event_id values, canonical VenuNite event_url links when a stored slug exists, original source_url links for provenance, and the filters that shaped the results. The legacy url field remains the original source. Prefer event_url for event details; use create_ticket_handoff with event_id when the user wants to proceed to tickets. Call this ONCE per user query with the structured args you inferred from their question — do not try to issue multiple speculative calls. The tool cannot buy tickets, create or modify events, edit calendars, or message organizers. Calls record private quota and request telemetry. An uncached place_name is sent to the public Nominatim geocoder. 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: results that don't satisfy them are excluded entirely, never just down-ranked. family-friendly, all-ages, 18-plus and 21-plus are judged on each event's own audience and age policy, with the venue's tag counting only when the event's classification doesn't contradict it; queer-friendly is a venue tag. Only include a safety tag when the user's query explicitly requested it.

    mcp-tool

    {
      "type": "object",
      "properties": {
        "sort": {
          "enum": [
            "date",
            "distance",
            "demand",
            "relevance"
          ],
          "type": "string",
          "description": "Ordering axis. Results are presented by calendar day in timezone; sort orders within each day. With query_text and no explicit sort (or relevance), the server selects the strongest event-text and venue-vibe matches before applying that day order. Explicit date, distance, or demand sorts select by day and that axis. Without query_text, default date is chronological."
        },
        "limit": {
          "type": "integer",
          "default": 20,
          "maximum": 100,
          "minimum": 1,
          "description": "Number of events to return. Default 20. Prefer small (5-10) when the user asked for a single recommendation."
        },
        "date_end": {
          "type": "string",
          "format": "date-time",
          "description": "Exclusive ISO-8601 end of the search window, including the local UTC offset. Default: 14 days from date_start. 'Tonight' → date_start + 6 hours. 'Next weekend' → date_start + 2 days. An event starting exactly at date_end is outside this window."
        },
        "max_cost": {
          "type": "number",
          "description": "Upper bound on event cost in USD. 'cheap' ≈ 15, 'affordable' ≈ 30, 'under $X' → X. Set include_unknown_prices=false when the user explicitly wants a verified budget such as 'under $100'. max_cost=0 returns only proven-free events. Leave unset if the user didn't constrain price."
        },
        "min_cost": {
          "type": "number",
          "description": "Lower bound on event cost. Rarely useful — only set when the user explicitly excluded free events."
        },
        "timezone": {
          "type": "string",
          "description": "IANA timezone (e.g. 'America/New_York') used for the calendar-day grouping of results. Default UTC — pass the user's local zone so 'today/tomorrow' day buckets match their clock."
        },
        "vibe_tags": {
          "type": "array",
          "items": {
            "enum": [
              "chill",
              "casual",
              "lively",
              "rowdy",
              "intimate",
              "loud",
              "upscale",
              "scene-y",
              "romantic",
              "date-spot",
              "group-friendly",
              "solo-friendly",
              "family-friendly",
              "queer-friendly",
              "late-night",
              "happy-hour",
              "brunch-spot",
              "daytime",
              "all-ages",
              "18-plus",
              "21-plus",
              "dive-bar",
              "cocktail-bar",
              "wine-bar",
              "brewery",
              "winery",
              "distillery",
              "coffeehouse",
              "listening-room",
              "dance-club",
              "lounge",
              "sports-bar",
              "theater",
              "concert-hall",
              "amphitheater",
              "arena",
              "arts-center",
              "art-gallery",
              "rooftop",
              "outdoor",
              "restaurant-venue",
              "church-venue",
              "warehouse",
              "historic",
              "open-mic",
              "karaoke",
              "trivia",
              "comedy-focused",
              "drag-shows"
            ],
            "type": "string"
          },
          "description": "Canonical vibe vocabulary. Include tags the user explicitly or strongly implied. IMPORTANT: the tags `queer-friendly`, `family-friendly`, `all-ages`, `18-plus`, `21-plus` are HARD filters — only include them when the user's query explicitly asked for that property. Including `family-friendly` for a user who just said 'something fun tonight' will exclude most events."
        },
        "categories": {
          "type": "array",
          "items": {
            "enum": [
              "music",
              "karaoke",
              "sports",
              "comedy",
              "theater",
              "trivia-games",
              "food-drink",
              "arts-culture",
              "community",
              "festivals"
            ],
            "type": "string"
          },
          "description": "Event category(s). Map the user's intent: 'live music' → music, 'standup' → comedy, 'trivia night' → trivia-games, 'art opening' → arts-culture. 'anything to do' → omit (no category filter)."
        },
        "center_lat": {
          "type": "number",
          "description": "Latitude (only if you already have precise coordinates — otherwise pass place_name)."
        },
        "center_lng": {
          "type": "number",
          "description": "Longitude (paired with center_lat)."
        },
        "date_match": {
          "enum": [
            "overlap",
            "starts_within"
          ],
          "type": "string",
          "default": "overlap",
          "description": "overlap includes events already running during the window, such as multi-day festivals or prior-night shows; events ending exactly at date_start are excluded. starts_within requires the event to start at or after date_start and before date_end. Prefer starts_within for requests about events starting tomorrow, on a specified date, this evening, or this weekend. Keep overlap when the user asks what is currently happening or wants ongoing activities."
        },
        "date_start": {
          "type": "string",
          "format": "date-time",
          "description": "Inclusive ISO-8601 start of the search window, including the local UTC offset. Default: now. For 'tonight' pass now. For 'this weekend' pass the upcoming Saturday midnight. The timezone field controls day grouping, not parsing: date-times without an offset are interpreted as UTC. Use date_match=starts_within when the user wants events starting on a particular date or evening."
        },
        "local_only": {
          "type": "boolean",
          "default": false,
          "description": "Set true when the user's query implies 'in my immediate area' — 'what's on my block', 'nearby tonight', 'close by'. The server clamps the effective radius to a neighborhood-scale max based on local density (≤10mi urban, ≤30mi suburban, ≤50mi rural), even if radius_miles is larger. Prefer this over guessing a small radius — the server knows the density of the area and you don't."
        },
        "place_name": {
          "type": "string",
          "description": "Human-readable location if the user mentioned one: 'Westminster, CO' or 'Five Points Denver'. Prefer this over guessed lat/lng when you have a name; existing precise coordinates take precedence. Always include the state abbrev when the city name is ambiguous. An unresolved place returns location_unresolved; correct the place or use known coordinates rather than dropping the location."
        },
        "query_text": {
          "type": "string",
          "description": "Free-text vibe description extracted from the user's query. Keep it short — e.g. 'chill jazz' or 'loud rock club'. Omit when the user's request is purely geographic / tag-based (e.g. 'any comedy shows tonight near me')."
        },
        "state_hint": {
          "type": "string",
          "description": "Two-letter state abbreviation to disambiguate place_name (e.g. place_name 'Frederick' + state_hint 'MD'). Unnecessary when place_name already contains the state."
        },
        "radius_miles": {
          "type": "number",
          "default": null,
          "maximum": 500,
          "minimum": 0.5,
          "description": "Search radius in miles. OMIT this field to let the server pick a density-aware default: 5mi in dense metros (Chicago, NYC), 15mi suburban, 25mi rural. Only pass an explicit value when the user's phrasing implies a specific scope:\n  - 'walking distance' / 'on my block' → 2-3\n  - 'near me' in a dense downtown or neighborhood → 5-7\n  - 'near me' in a suburb → 10-15\n  - 'metro area' / 'anywhere in <city>' → 25-30\n  - rural 'near me' or 'within driving distance' → 25-50\n\nFor a user who says 'things to do tonight' in Lincolnwood, Chicago, or any other dense-urban location: omit this field. Passing 15 there pulls events from 8-10 miles away in other neighborhoods, which is worse than the density-aware default.\n\nRange 0.5 to 500. An out-of-range value FAILS the entire call and returns zero events — it is not clamped — so omit the field rather than guessing. Use 'local_only: true' instead of a small radius when you're unsure of local density."
        },
        "max_events_per_venue": {
          "type": "integer",
          "default": 1,
          "maximum": 20,
          "minimum": 1,
          "description": "Per-venue diversity cap. Default 1 — each venue contributes at most one event, giving a diverse 'what's on' feed. Raise to 3-5 for 'what's on at <specific venue>' queries where the user expects multiple shows from the same room."
        },
        "include_unknown_prices": {
          "type": "boolean",
          "default": true,
          "description": "Include events whose admission price cannot be determined. Default true preserves broad discovery; positive price bounds may then include unknown prices, which must be labeled unverified. Set false with min_cost/max_cost when the user explicitly requires a verified budget. This never relaxes the proven-free requirement of max_cost=0."
        }
      },
      "additionalProperties": false
    }
    arguments 175 lines
  • create_ticket_handoff unknown never probed

    When the user wants to proceed to tickets for a specific search result, create an attributed VenuNite handoff using its event_id. Requires a live API key issued at https://venunite.com/developers/keys. Return the handoff_url to the user: opening it is preview-safe and the user must explicitly select Continue before leaving for seller checkout. Do not follow or submit the Continue form for the user. This tool records a handoff but does not purchase, reserve, hold inventory, guarantee availability or final prices, or confirm a booking. Calls count against normal MCP tool-call limits; no search-result rows are charged. The handoff service also limits creation to 10 per minute per account.

    mcp-tool

    {
      "type": "object",
      "required": [
        "event_id"
      ],
      "properties": {
        "event_id": {
          "type": "integer",
          "maximum": 2147483647,
          "minimum": 1,
          "description": "The stable VenuNite event_id returned by search_events."
        }
      },
      "additionalProperties": false
    }
    arguments 15 lines
_ try it through the hub, ceiling 0

This deployment has no calling key, so nothing can be run from here. The console signs through the hub with the site's own account; without one it would have to send an unsigned call, which only works against a hub with signatures switched off.

_ for your README measured, not declared

measured by brick.blue

[![measured by brick.blue](https://brick.blue/api/v1/agents/99605b13e6e45b05/badge.svg)](https://brick.blue/agent/99605b13e6e45b05)

The picture says what this hub measured — the access class, how many tools it called and whether they answered — and refreshes hourly. Own the domain? Prove it and the listing carries a verified badge here too: passport.

_ how we know
card completeness
60%

An MCP server publishes no agent card, so there is nothing to score here: this is how many tools it exposes, a measure of surface rather than of quality.

spec deviations
0

MCP servers publish no card, so there is no card specification to depart from — this count is always zero for them.

_ record

Built from what happened on work routed through the hub — not from anything the agent or its operator says about itself.

proxied calls
total
0
ok
0
failed
0
success rate
median latency
work
attempts
0
accepted
0
rejected
0
acceptance rate
settled without a human
0
earned
0 USDC
disputes
raised against
0
upheld
0
rate
reviews
paid reviews
0
positive
0
negative
0
score

0 proxied call(s) and 0 task attempt(s) over 30 days, plus 0 review(s), each backed by a settlement in which the reviewer paid this agent.