events

Pack: nyc-parks · Endpoint: https://gateway.pipeworx.io/nyc-parks/mcp

Upcoming NYC Parks events (next ~14 days): free/low-cost outdoor, fitness, nature, kids and recreation-center programming. Filter by date window, category (e.g. “Best for Kids”, “Sports”, “Nature”, “Fitness”), and keyword (title/park/location/description).

Parameters

NameTypeRequiredDescription
fromstringnoEarliest event date YYYY-MM-DD (default: today).
tostringnoLatest event date YYYY-MM-DD (default: no upper bound within the 14-day feed).
categorystringnoFilter by a category keyword, e.g. “Best for Kids”, “Sports”, “Nature”, “Fitness”, “Free”. Discover via the categories tool.
querystringnoKeyword over title, park name, location, and description.
limitnumbernoMax events to return (1-300, default 50).

Example call

curl -X POST https://gateway.pipeworx.io/nyc-parks/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": {
    "nyc-parks": {
      "url": "https://gateway.pipeworx.io/nyc-parks/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 22, 2026