venue_search
ActiveTool of Setlist Fm
declared in 0.1.0
Search setlist.fm for venues by name, city, country, or state. Returns a paginated list of matching venues with name, city, and country.
Parameters schema
{
"type": "object",
"examples": [
{
"name": "Madison Square Garden",
"country": "United States",
"cityName": "New York"
},
{
"p": 1,
"country": "United Kingdom",
"cityName": "London"
}
],
"properties": {
"p": {
"type": "number"
},
"name": {
"type": "string"
},
"state": {
"type": "string"
},
"cityId": {
"type": "string"
},
"country": {
"type": "string"
},
"cityName": {
"type": "string"
},
"stateCode": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Setlist Fm
https://github.com/pipeworx-io/mcp-setlist-fm
1/7 registries