events
ActiveTool of 19hz
declared in 0.1.0
List upcoming electronic/dance music events for a 19hz region. Optionally filter by keyword (matches title, venue, genre, or artist) and a date window. Returns normalized events sorted by date.
Parameters schema
{
"type": "object",
"required": [
"region"
],
"properties": {
"to": {
"type": "string",
"description": "Only events on/before this date (YYYY-MM-DD)."
},
"from": {
"type": "string",
"description": "Only events on/after this date (YYYY-MM-DD)."
},
"limit": {
"type": "number",
"description": "Max events to return (1-200, default 50)."
},
"query": {
"type": "string",
"description": "Optional keyword filter, e.g. \"techno\", a venue name, or an artist."
},
"region": {
"type": "string",
"description": "Region slug, e.g. \"bayarea\", \"losangeles\", \"texas\". Use the regions tool to list all."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
19hz
https://github.com/pipeworx-io/mcp-19hz
2/7 registries