@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 it client_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 search
  • event(id) — single event
  • performers(q?, slug?, type?, has_upcoming_events?, per_page?, page?, sort?) — performers search
  • performer(id) — single performer
  • performer_by_slug(slug) — performer by slug
  • venues(q?, city?, state?, country?, postal_code?, per_page?, page?, sort?) — venues search
  • venue(id) — single venue
  • taxonomies() — list taxonomies
  • recommendations(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 personalized SeatGeek event recommendations; accepts optional filters (location, datetime, genres) and returns ranked events the user is likely to enjoy.

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 personalized SeatGeek event recommendations; accepts optional filters (location, datetime, genres) and returns ranked events the user is likely to enjoy.
  • taxonomies — 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.

Regenerated from source · build July 8, 2026