MCP Server for Ticketmaster Events

search_ticketmaster

Search for events, venues, or attractions on Ticketmaster

Input Schema

NameRequiredDescriptionDefault
attractionIdNoSpecific attraction ID to search
cityNoCity name
classificationNameNoEvent classification/category (e.g., "Sports", "Music")
countryCodeNoCountry code (e.g., US, CA)
endDateNoEnd date in YYYY-MM-DD format
formatNoOutput format (defaults to json)json
keywordNoSearch keyword or term
startDateNoStart date in YYYY-MM-DD format
stateCodeNoState code (e.g., NY, CA)
typeYesType of search to perform
venueIdNoSpecific venue ID to search

Input Schema (JSON Schema)

{ "properties": { "attractionId": { "description": "Specific attraction ID to search", "type": "string" }, "city": { "description": "City name", "type": "string" }, "classificationName": { "description": "Event classification/category (e.g., \"Sports\", \"Music\")", "type": "string" }, "countryCode": { "description": "Country code (e.g., US, CA)", "type": "string" }, "endDate": { "description": "End date in YYYY-MM-DD format", "type": "string" }, "format": { "default": "json", "description": "Output format (defaults to json)", "enum": [ "json", "text" ], "type": "string" }, "keyword": { "description": "Search keyword or term", "type": "string" }, "startDate": { "description": "Start date in YYYY-MM-DD format", "type": "string" }, "stateCode": { "description": "State code (e.g., NY, CA)", "type": "string" }, "type": { "description": "Type of search to perform", "enum": [ "event", "venue", "attraction" ], "type": "string" }, "venueId": { "description": "Specific venue ID to search", "type": "string" } }, "required": [ "type" ], "type": "object" }

You must be authenticated.

Other Tools