Back to Browse

Nyc311 MCP Server

Developer ToolsModerate7.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

Use this MCP server to NYC 311 public service request search and aggregate civic data. Tools...

About

Use this MCP server to NYC 311 public service request search and aggregate civic data. Tools...

Security Report

7.2
Moderate7.2Low Risk

This is a well-designed MCP server for querying public NYC 311 data with appropriate security controls. The server correctly uses the unauthenticated public Socrata API, implements proper input validation with Zod schemas, and sanitizes query parameters. Minor code quality observations exist but do not present security risks. Supply chain analysis found 1 known vulnerability in dependencies (0 critical, 1 high severity). Package verification found 1 issue.

5 files analyzed · 5 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-mrfentmen-nyc311-mcp": {
      "args": [
        "-y",
        "nyc311-mcp"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

nyc311-mcp

Explore public NYC 311 service-request data for civic research, neighborhood-level trend analysis, and city-service questions.

Tools

  • search_requests: search bounded request metadata by complaint type, borough, agency, and dates.
  • count_requests: aggregate request totals by complaint type with the same filters.

The server intentionally excludes street addresses, latitude, longitude, and other precise location fields. NYC 311 records are reports of requests, not verified findings, and may contain reporting delays or duplicates. The public Socrata API requires no key for these read-only queries.

Run

npm install
npm run build
node dist/index.js

Reviews

No reviews yet

Be the first to review this server!