MCP server exposing 10 tools for ticketmaster.
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/ticketmaster/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
event_search — Ticketmaster Discovery API — search live events by keyword, city, countryCode, stateCode, venueId, attractionId, classificationName (e.g. 'Music'), dates, and more. Returns events with dates, venue, and ticket links.event — Single event.event_images — Images for an event.attraction_search — Ticketmaster Discovery API — search attractions (artists, sports teams, performers) by keyword, classificationName, or other filters. Returns attraction name, ID, classifications, and images.attraction — Single attraction.venue_search — Ticketmaster Discovery API — search venues by keyword, city, stateCode, countryCode, or postalCode. Returns venue name, address, city, state, capacity, and location coordinates.venue — Single venue.classifications — Ticketmaster Discovery API — list all event classification segments, genres, and sub-genres (e.g. Music > Rock > Alternative). Use to discover valid classificationName values for filtering event_search.classification — Ticketmaster Discovery API — full detail for a single classification by ID: segment, genre, sub-genre hierarchy with names and IDs.suggest — Ticketmaster Discovery API — autocomplete suggestions for a keyword: returns matching events, attractions, and venues ranked by relevance. Use to resolve partial names before querying other endpoints.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/ticketmaster/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io