census-analytics-dashboard

abdul-kalam-m/census-analytics-dashboard
★ 0 stars Python Data/Analytics Updated today
US Census analytics dashboard: ACS 5-year data ingested through an MCP server into DuckDB, served by Streamlit. 65 indicators, 2012-2024, nation to county.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "census-analytics-das": {
      "command": "uvx",
      "args": [
        "census-analytics-dashboard"
      ]
    }
  }
}

Or install with pip: pip install census-analytics-dashboard

README Excerpt

ACS 5-Year Census data, ingested through the `mcp-census-api` MCP server into DuckDB and served by Streamlit. **Scope:** ACS5 **2012–2024** (13 vintages) · **65 frozen indicators** across the four Census Data Profile domains · nation → state → county. - [Implementation plan](docs/IMPLEMENTATION_PLAN.md) — architecture, measured facts, phases
📊
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 →