events
ActiveTool of Dostuff
Curated things-to-do / events for a DoStuff metro. Defaults to today; pass `date` and/or `days` to cover a window (e.g. a weekend). Optionally filter by category (music, art, performing-arts, comedy, food-drink, other-fun-deals) and free-only. Sorted by start time.
Parameters schema
{
"type": "object",
"required": [
"metro"
],
"properties": {
"date": {
"type": "string",
"description": "Start date YYYY-MM-DD (default: today, US Eastern)."
},
"days": {
"type": "number",
"description": "How many days from the start date to include (1-7, default 1). Use 3 for a weekend."
},
"limit": {
"type": "number",
"description": "Max events to return (1-200, default 50)."
},
"metro": {
"type": "string",
"description": "Metro slug: nyc, chicago, boston, austin, san-antonio, sf-bay. Use the metros tool to list."
},
"category": {
"type": "string",
"description": "Filter by category, e.g. \"music\", \"art\", \"comedy\", \"performing-arts\", \"food-drink\"."
},
"free_only": {
"type": "boolean",
"description": "If true, only return free events."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Dostuff
https://github.com/pipeworx-io/mcp-dostuff
1/7 registries