categories
Pack: nyc-parks · Endpoint: https://gateway.pipeworx.io/nyc-parks/mcp
List the categories used across NYC Parks events (with counts) — filterable facets like “Best for Kids”, “Sports”, “Nature Exploration”, “Fitness”.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
limit | number | no | How many top categories (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":"categories","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.