@pipeworx/seatgeek
Connect: https://gateway.pipeworx.io/seatgeek/mcp · Install: one-click buttons
Tools: 9
SeatGeek Platform MCP — events, performers, venues. Free client_id required.
Auth
- Platform:
PLATFORM_SEATGEEK_KEY. BYO:?_apiKey=…(SeatGeek calls itclient_id).
Tools
events(q?, performers_id?, venue_id?, taxonomies_id?, datetime_local_gte?, datetime_local_lte?, lat?, lon?, range?, geoip?, postal_code?, country?, per_page?, page?, sort?)— event searchevent(id)— single eventperformers(q?, slug?, type?, has_upcoming_events?, per_page?, page?, sort?)— performers searchperformer(id)— single performerperformer_by_slug(slug)— performer by slugvenues(q?, city?, state?, country?, postal_code?, per_page?, page?, sort?)— venues searchvenue(id)— single venuetaxonomies()— list taxonomiesrecommendations(events_id?, performers_id?, performers_slug?, postal_code?, geoip?, per_page?, page?)— recommended events
Data source
https://api.seatgeek.com/2
Tools
- events — Search SeatGeek events by keyword, venue, performer, location, date range, or category; returns event listings with name, datetime, venue, performers, and ticket URLs.
- event — Fetch full details for a single SeatGeek event by numeric id, including venue, performers, datetime, ticket counts, and lowest/highest prices.
- performers — Search SeatGeek performers (artists, teams, comedians) by name or genre; returns performer profiles with images, genres, and upcoming event counts.
- performer — Fetch full SeatGeek performer profile by numeric id, including bio, images, taxonomies, stats, and related performers.
- performer_by_slug — Look up a SeatGeek performer profile by URL slug (e.g. “taylor-swift”); returns the same performer detail as the performer tool.
- venues — Search SeatGeek venues by name, city, state, country, or postal code; returns venue details including address, capacity, and geolocation.
- venue — Fetch full SeatGeek venue record by numeric id, including address, city, state, country, geolocation, capacity, and timezone.
- taxonomies — List all SeatGeek event taxonomies (sports, concerts, theater, etc.) with their IDs and parent/child hierarchy; useful for filtering events by category.
- recommendations — Get ranked SeatGeek event recommendations SIMILAR TO a seed you supply — a performer id, an event id, or the performers of an event. Requires at least one seed; it is not a personalized feed for an an
Tools
event— Fetch full details for a single SeatGeek event by numeric id, including venue, performers, datetime, ticket counts, and lowest/highest prices.events— Search SeatGeek events by keyword, venue, performer, location, date range, or category; returns event listings with name, datetime, venue, performers, and ticket URLs.performer— Fetch full SeatGeek performer profile by numeric id, including bio, images, taxonomies, stats, and related performers.performer_by_slug— Look up a SeatGeek performer profile by URL slug (e.g. taylor-swift ); returns the same performer detail as the performer tool.performers— Search SeatGeek performers (artists, teams, comedians) by name or genre; returns performer profiles with images, genres, and upcoming event counts.recommendations— Get ranked SeatGeek event recommendations SIMILAR TO a seed you supply — a performer id, an event id, or the performers of an event. Requires at least one seed; it is not a personalized feed for an antaxonomies— List all SeatGeek event taxonomies (sports, concerts, theater, etc.) with their IDs and parent/child hierarchy; useful for filtering events by category.venue— Fetch full SeatGeek venue record by numeric id, including address, city, state, country, geolocation, capacity, and timezone.venues— Search SeatGeek venues by name, city, state, country, or postal code; returns venue details including address, capacity, and geolocation.