setlist_search
ActiveTool of Setlist Fm
declared in 0.1.0
Search setlist.fm setlists by artist name/MBID, date, year, city, country, state, tour name, or venue. Returns paginated matching setlists with artist, venue, date, and tracks.
Parameters schema
{
"type": "object",
"examples": [
{
"year": 2019,
"artistName": "The Rolling Stones"
},
{
"date": "1983-06-06",
"country": "Germany",
"cityName": "Berlin",
"artistName": "David Bowie"
}
],
"properties": {
"p": {
"type": "number"
},
"date": {
"type": "string"
},
"year": {
"type": "number"
},
"state": {
"type": "string"
},
"cityId": {
"type": "string"
},
"country": {
"type": "string"
},
"venueId": {
"type": "string"
},
"cityName": {
"type": "string"
},
"tourName": {
"type": "string"
},
"stateCode": {
"type": "string"
},
"venueName": {
"type": "string"
},
"artistMbid": {
"type": "string"
},
"artistName": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Setlist Fm
https://github.com/pipeworx-io/mcp-setlist-fm
1/7 registries