← Back to search

io.github.chrischall/etix-mcp

chrischall Scanned 17d ago

Etix event discovery for Claude — search events, venues & performers and fetch event details

B
88.5 / 100

Versions

0.2.0latest
first seen Jun 30, 2026
PermissionsTool SafetyAuthAnnotationsCode QualityStabilitySpecVuln HistoryAuthorTransparencyCommunity

Tools 4

etix_get_event
annotations: verified low

Fetch a single Etix event (performance) by its numeric event_id — name, date/time, venue (with address + coordinates), organizer, ticket price range and the individual priced offer levels. Get the event_id from etix_search. Read-only, no Etix account required.

readOnlyHint true openWorldHint true idempotentHint true
etix_get_venue
annotations: verified low

Fetch a single Etix venue by its numeric venue_id — name, organizer, full address, and the list of upcoming events at that venue (each with event_id, name, start time, and ticket URL). Get the venue_id from etix_search. Follow up with etix_get_event for any listed event. Read-only, no Etix account required.

readOnlyHint true openWorldHint true idempotentHint true
etix_search
annotations: verified low

Search Etix by keyword and get matching events (performances), venues, and performers — each with its id and canonical etix.com URL. Follow up with etix_get_event (event_id) or etix_get_venue (venue_id) for full details. Backs onto Etix's public suggest endpoint; returns a few top matches per category, not an exhaustive list. Read-only, no Etix account required.

readOnlyHint true openWorldHint true idempotentHint true
etix_find_location
annotations: verified low

Resolve a city name or postal code to coordinates (latitude/longitude) plus the normalized city/state, using Etix's geolocation lookup. Useful as a building block for location-based event browsing. Read-only, no Etix account required.

readOnlyHint true openWorldHint true idempotentHint true

Permissions 3

network medium
Server uses network capabilities via: fetch()
shell high
Server uses shell capabilities via: child_process, execSync(), spawn()
env_vars low
Server uses env_vars capabilities via: process.env

Scan Findings 18

info
Tool 'etix_get_event' annotations are consistent annotation_checker · 80%
info
Tool 'etix_get_venue' annotations are consistent annotation_checker · 80%
info
Tool 'etix_search' annotations are consistent annotation_checker · 80%
info
Tool 'etix_find_location' annotations are consistent annotation_checker · 80%
info
Sandbox failed to start for behavioral verification behavioral_verifier · 100%
medium
Vulnerable dependency: esbuild@0.28.0 (GHSA-g7r4-m6w7-qqqr) dependency_analyzer · 95%
info
package.json metadata manifest_parser · 100%
info
Tool: etix_get_event manifest_parser · 85%
info
Tool: etix_get_venue manifest_parser · 85%
info
Tool: etix_search manifest_parser · 85%
info
Tool: etix_find_location manifest_parser · 85%
info
Required env vars (1) manifest_parser · 80%
info
Sandbox failed to start for output poisoning scan output_poisoning · 100%
medium
Permission: network access detected permission_analyzer · 70%
high
Permission: shell access detected permission_analyzer · 95%
low
Permission: env_vars access detected permission_analyzer · 90%
info
SBOM generated: 245 components sbom_generator · 100%
medium
No build provenance detected (SLSA L0) slsa_assessor · 90%