Find NYC public restrooms and their latest Parks inspection status, from NYC Open Data
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
Ask Claude "where's the nearest public bathroom?" and get a real answer.
This is an MCP server, a small plugin that gives an AI assistant (like Claude Desktop or Claude Code) new abilities. This one lets it search New York City's official public restroom data, live from NYC Open Data. Once installed, you can ask things like:
It adds two tools:
| Tool | What it does |
|---|---|
find_restrooms | Lists open public restrooms near a location, closest first, with hours, accessibility, and changing-station info. |
get_restroom_status | Looks up one restroom by name or coordinates, including its most recent NYC Parks inspection rating, where one exists. |
If you don't give it a location, it can detect yours automatically (details below). Everything is read-only: it only ever fetches public city data.
You need Node.js 20 or newer. No download or setup beyond the snippet for your app.
Claude Code (one command):
Claude Desktop: go to Settings -> Developer -> Edit Config and add this to
claude_desktop_config.json:
Any other MCP client works the same way: have it launch
npx -y nyc-restroom-mcp as a local (stdio) server.
brew install corelocationcli and grant it Location
Services access), otherwise a rough guess from your IP address. If neither
works, or you're outside NYC, it simply asks for explicit coordinates
instead of guessing wrong.Set these as environment variables if you need them (most people don't):
| Variable | Purpose |
|---|---|
SOCRATA_APP_TOKEN | A free NYC Open Data app token, for higher rate limits. |
LOG_LEVEL | error, warn, or info (default info). Logs go to stderr only. |
A few more exist for testing and advanced setups; see docs/configuration.md.
Issues and pull requests are welcome at DanielOrtiz0220/nyc-restroom-mcp.
Development uses Bun (1.1+):
To run your local copy inside an MCP client instead of the published package:
Useful extras: bun run test:live runs one smoke test against the real NYC
Open Data API (needs network), and bun test --coverage reports coverage
(85%+ lines required on src/lib/). Before opening a PR, please make sure
bun test, bun run typecheck, and bun run lint all pass. The full
development guide (test architecture, project structure, invariants to
preserve) is in docs/development.md, and
DECISIONS.md explains why things work the way they do.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/nyc-restroom-mcp)<a href="https://allmcps.com/mcp/nyc-restroom-mcp"><img src="https://allmcps.com/api/badge/nyc-restroom-mcp?style=directory" alt="Nyc Restroom Mcp on AllMCPs" /></a>