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
We read the source, 20 h ago · rules 3dff92dd89df
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.
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.
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.
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.
claude mcp add nyc-restroom-mcp -- npx -y nyc-restroom-mcp
{
"mcpServers": {
"nyc-restroom-mcp": {
"args": [
"-y",
"nyc-restroom-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.nyc-restroom-mcp]
command = "npx"
args = ["-y", "nyc-restroom-mcp"]
{
"mcpServers": {
"nyc-restroom-mcp": {
"args": [
"-y",
"nyc-restroom-mcp"
],
"command": "npx"
}
}
}
{
"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.
Looks up the registration status of an individual at the Federal Revenue from the CPF and date of bi
Basic registration data for an individual from a CPF: name, registration status, and date of birth.
Find and prepare Parks Canada reservations while keeping the citizen in control.
Check the reputation of AI microservices and public APIs from an open trust registry.
Meta-MCP gateway: search, inspect and call any MCP server from the public registries.
Looks up an individual's income tax refund status from the CPF, date of birth, and tax year. Platfor
Basic registration data for a company from a CNPJ: legal name, registration status, and legal nature
BLV open data for food safety and veterinary inspections
Answers built from our own checks of this server.