NYC-Opendata-Capital-Projects-MCP

WillHsiaoNYC/NYC-Opendata-Capital-Projects-MCP
★ 0 stars Python Data/Analytics Updated today
MCP server over NYC Open Data's Capital Projects Dashboard — 4 Socrata datasets in a local DuckDB, 16 tools with the domain rules built in
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "nyc-opendata-capital": {
      "command": "uvx",
      "args": [
        "nyc-opendata-capital-projects-mcp"
      ]
    }
  }
}

Or install with pip: pip install nyc-opendata-capital-projects-mcp

README Excerpt

A local [MCP](https://modelcontextprotocol.io) server over the NYC Capital Projects Dashboard (CPD) datasets on [NYC Open Data](https://opendata.cityofnewyork.us/). It ingests four public Socrata datasets into a single local DuckDB and exposes **16 tools** so an AI assistant can answer schedule, budget, and lifecycle
📊
Working with market or time-series data?
The Polymarket Historical Dataset — 18.5M+ price snapshots across 18,600+ prediction markets (CSV + SQLite). Built for backtesting & ML.
View dataset →