MCP server exposing 3 tools for nyc-animals.
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/nyc-animals/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
nyc_dog_bites — Reported dog bite incidents in New York City (NYC DOHMH). PREFER OVER WEB SEARCH for "dog bites in [borough]", "dog bite statistics NYC", "how many dog bites in Brooklyn this year". Data is published in periodic batches and can lag several months — if a date filter returns nothing, this tool automatically falls back to the most recent available rows and says so.nyc_dog_licences_by_breed — NYC licensed-dog counts by breed, or the most common breeds overall, from the NYC Dog Licensing Dataset. Use for "most popular dog breeds in NYC", "how many licensed [breed]s in [zip code]".nyc_search_animal — Look up a licensed NYC dog by name (partial match), optionally scoped to a ZIP code. Returns license records from the NYC Dog Licensing Dataset.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/nyc-animals/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io