events
Pack: dostuff · Endpoint: https://gateway.pipeworx.io/dostuff/mcp
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
| Name | Type | Required | Description |
|---|---|---|---|
metro | string | yes | Metro slug: nyc, chicago, boston, austin, san-antonio, sf-bay. Use the metros tool to list. |
date | string | no | Start date YYYY-MM-DD (default: today, US Eastern). |
days | number | no | How many days from the start date to include (1-7, default 1). Use 3 for a weekend. |
category | string | no | Filter by category, e.g. “music”, “art”, “comedy”, “performing-arts”, “food-drink”. |
free_only | boolean | no | If true, only return free events. |
limit | number | no | Max events to return (1-200, default 50). |
Example call
curl -X POST https://gateway.pipeworx.io/dostuff/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"events","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"dostuff": {
"url": "https://gateway.pipeworx.io/dostuff/mcp"
}
}
}
See Getting Started for client-specific install steps.