MCP server exposing 2 tools for dostuff.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/dostuff/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
metros — List the metros DoStuff covers (slug + name). Pass a slug to the events tool.events — 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.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/dostuff/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io