mcpbeat Sign in

Nyc Restroom MCP Server

by danielortiz0220 Your server? Claim it
local only

Nyc Restroom MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 44 installs a week from npm. Last commit 10 Jul 2026.

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

Installs per day peak 166 · avg 11 · -6% w/w
a month agotoday
44
Installs / week
npm · nyc-restroom-mcp
1
Stars
0 open issues
10 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command src/lib/device-location.ts:204
    const proc: ChildProcess = spawn(this.command, ['--format', FORMAT_ARG], {

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add nyc-restroom-mcp -- npx -y nyc-restroom-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "nyc-restroom-mcp": {
      "args": [
        "-y",
        "nyc-restroom-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.nyc-restroom-mcp]
command = "npx"
args = ["-y", "nyc-restroom-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "nyc-restroom-mcp": {
      "args": [
        "-y",
        "nyc-restroom-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "nyc-restroom-mcp": {
      "args": [
        "-y",
        "nyc-restroom-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SOCRATA_APP_TOKEN (Optional NYC Open Data (Socrata) app token for higher rate limits), CORELOCATION_CMD (Optional path to the CoreLocationCLI binary for precise on-device location (macOS only; falls back to IP geolocation when absent)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Nyc Restroom MCP

same job, measured the same way
Receita Federal PF
by mcp-dir

Looks up the registration status of an individual at the Federal Revenue from the CPF and date of bi

7 tools answering
Cadastro PF Básico
by mcp-dir

Basic registration data for an individual from a CPF: name, registration status, and date of birth.

7 tools answering
Open State: Camping - Parks Canada
by jcrossman

Find and prepare Parks Canada reservations while keeping the citizen in control.

82 installs/wk local only
Trustscoreagent
by trustscoreagent

Check the reputation of AI microservices and public APIs from an open trust registry.

47 installs/wk local only
mcp-anything
by dror-bengal

Meta-MCP gateway: search, inspect and call any MCP server from the public registries.

68 installs/wk local only
Restituição IRPF
by mcp-dir

Looks up an individual's income tax refund status from the CPF, date of birth, and tax year. Platfor

7 tools answering
Cadastro PJ Básico
by mcp-dir

Basic registration data for a company from a CNPJ: legal name, registration status, and legal nature

7 tools answering
Swiss Food Safety MCP
by malkreide

BLV open data for food safety and veterinary inspections

95 installs/wk local only

Nyc Restroom MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Nyc Restroom MCP?
Nyc Restroom MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package nyc-restroom-mcp was installed 44 times last week.
How do I connect Nyc Restroom MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls nyc-restroom-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Nyc Restroom MCP?
The npm package nyc-restroom-mcp was installed 44 times in the last week. Week over week that is -6%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Nyc Restroom MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.