MCP server exposing 9 tools for seatgeek.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/seatgeek/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
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 anonymous user. Optional filters (geoip, lat/lon, postal_code, datetime_utc, per_page) narrow the result.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/seatgeek/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io