# io.github.DanielOrtiz0220/nyc-restroom-mcp (npm · nyc-restroom-mcp)

Find NYC public restrooms and their latest Parks inspection status, from NYC Open Data

- Trust score: 67/100 (medium)
- Change this week: +23
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `nyc-restroom-mcp`: 67/100 (this document), [markdown](https://verifymcp.io/servers/danielortiz0220-nyc-restroom-mcp/nyc-restroom-mcp.md), [page](https://verifymcp.io/servers/danielortiz0220-nyc-restroom-mcp/nyc-restroom-mcp)

## Channel facts

- Registry: `npm`
- Package: `nyc-restroom-mcp`
- Version: `0.1.1`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 83/100
  - No malware found by supply-chain analysis.
  - CVE check failed: a known medium-severity CVE affects @hono/node-server 1.19.17, reached via @modelcontextprotocol/sdk > @hono/node-server. A fixed version is available.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 24 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 69/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 422 tokens (~211/item across 2 items; 2 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add danielortiz0220-nyc-restroom-mcp -- npx -y nyc-restroom-mcp
```

### Codex

```bash
codex mcp add danielortiz0220-nyc-restroom-mcp -- npx -y nyc-restroom-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "danielortiz0220-nyc-restroom-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "nyc-restroom-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add danielortiz0220-nyc-restroom-mcp --command npx --arg -y --arg nyc-restroom-mcp
```

### Hermes

```yaml
mcp_servers:
  danielortiz0220-nyc-restroom-mcp:
    command: "npx"
    args: ["-y", "nyc-restroom-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "danielortiz0220-nyc-restroom-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "nyc-restroom-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 67, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-02 (score 66, +53)

- [security regression] GHSA-frvp-7c67-39w9 affects this package: medium
- [security regression] Known CVEs: unverified → fail
- [security regression] Provenance: fail → unverified
- [security regression] Install scripts: pass → unverified
- [security improvement] Malware scan: unverified → pass
- [functional regression] Security disclosure: fail → unverified
- [functional regression] License: pass → unverified
- [functional regression] Maintenance: pass → unverified
- [functional improvement] Stability: unverified → 0.23
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] Schema quality: unverified → excellent
- [functional] Licence: MIT

### 2026-08-01 (score 13, −6)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [functional regression] Tool coverage: 100 → unverified
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] License: unverified → pass
- [functional] First check of Schema quality: unverified
- [functional] Licence: MIT

### 2026-07-31 (score 19, −25)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-27 (score 44)

First indexed and scored.

## MCP tools (2)

### `find_restrooms` (~274 tokens)

Find nearby NYC public restrooms

Finds operational NYC public restrooms near a given point, sorted by distance ascending. latitude/longitude may both be omitted to search from your current location, detected automatically (precise on-device location if available, otherwise an approximate IP-based guess) - only used when that location is within New York City, otherwise this tool returns an error asking for explicit coordinates instead. Radius defaults to 800m and is clamped to a 5000m maximum. Set open_now to filter to restrooms currently open (restrooms with unparseable hours are kept, marked "unknown", rather than guessed at).

Input parameters:

- `latitude` (number): Latitude of the search center. Omit both latitude and longitude to search from your current location, detected automatically.
- `limit` (integer): Maximum number of restrooms to return, sorted by distance ascending.
- `longitude` (number): Longitude of the search center. Omit both latitude and longitude to search from your current location, detected automatically.
- `open_now` (boolean): When true, drop restrooms that are confidently closed right now. Restrooms with unparseable hours are kept and marked "unknown" rather than guessed at.
- `radius_meters` (number): Search radius in meters. Defaults to 800; values above 5000 are clamped to 5000.

### `get_restroom_status` (~148 tokens)

Get a specific NYC restroom and its latest inspection status

Looks up one NYC public restroom by name or by nearest coordinates, and - where NYC Parks inspection data is available for it - reports its most recent condition ratings. Only restrooms operated by NYC Parks are covered by inspection data; other operators (libraries, automated public toilets, private operators) will report status "no_inspection_data".

Input parameters:

- `latitude` (number): Latitude to find the nearest restroom to. Requires longitude as well.
- `longitude` (number): Longitude to find the nearest restroom to. Requires latitude as well.
- `restroom_name` (string): Restroom facility name to look up (case-insensitive substring match). Provide either this or a latitude/longitude pair, not both.

## Diagnostics

Captured diagnostic sections: Provenance, Vulnerabilities, Dependencies. The full working is on the page: https://verifymcp.io/servers/danielortiz0220-nyc-restroom-mcp/nyc-restroom-mcp#diagnostics

## Score history

- 2026-08-03: 67
- 2026-08-02: 66
- 2026-08-01: 13
- 2026-07-31: 19
- 2026-07-30: 44
- 2026-07-28: 44
- 2026-07-27: 44

## Links

- npm package: https://www.npmjs.com/package/nyc-restroom-mcp
- Socket report: https://socket.dev/npm/package/nyc-restroom-mcp
- Repository: https://github.com/DanielOrtiz0220/nyc-restroom-mcp
- Changelog RSS feed: https://verifymcp.io/servers/danielortiz0220-nyc-restroom-mcp/nyc-restroom-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/danielortiz0220-nyc-restroom-mcp/nyc-restroom-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/danielortiz0220-nyc-restroom-mcp/nyc-restroom-mcp
