events
ActiveTool of Edmtrain
Find upcoming electronic/dance events, concerts and festivals for a region. Specify a region either by latitude+longitude (returns events within ~75 miles) or by location_ids. Optionally filter by date window, name, and festivals-only.
Parameters schema
{
"type": "object",
"properties": {
"limit": {
"type": "number",
"description": "Max events to return (1-200, default 50)."
},
"state": {
"type": "string",
"description": "Optional 2-letter state filter when using lat/long, e.g. \"CA\"."
},
"end_date": {
"type": "string",
"description": "Latest event date, YYYY-MM-DD."
},
"latitude": {
"type": "number",
"description": "Region center latitude (pair with longitude), e.g. 37.77 for SF."
},
"longitude": {
"type": "number",
"description": "Region center longitude (pair with latitude), e.g. -122.42 for SF."
},
"event_name": {
"type": "string",
"description": "Filter by event/festival name keyword."
},
"start_date": {
"type": "string",
"description": "Earliest event date, YYYY-MM-DD."
},
"location_ids": {
"type": "string",
"description": "Comma-separated EDMtrain location ids (from the locations tool). Alternative to lat/long."
},
"festivals_only": {
"type": "boolean",
"description": "If true, return only festivals."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Edmtrain
https://github.com/pipeworx-io/mcp-edmtrain
1/7 registries