civiclens

eshaambhattad-tech/civiclens
★ 0 stars Python Database Updated today
CivicLens Cook County — civic transparency database + MCP server for local government data
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": {
    "civiclens": {
      "command": "uvx",
      "args": [
        "civiclens"
      ]
    }
  }
}

Or install with pip: pip install civiclens

README Excerpt

Public civic transparency database + MCP server. Enter any Cook County address → see every layer of local government you live under, who represents you, where the money goes, and what's on the next agenda. ```bash python -m venv .venv && source .venv/bin/activate pip install -r requirements.txt cp .env.example .env # fill in DATABASE_URL (Supabase → Settings → Database)
📊
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 →