CivicLens Cook County
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@CivicLens Cook Countylook up 123 Main St, Chicago, IL"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
CivicLens Cook County
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.
Setup
python -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt
cp .env.example .env # fill in DATABASE_URL (Supabase → Settings → Database)Enable PostGIS in Supabase: Dashboard → Database → Extensions → postgis.
Related MCP server: MCP Data Cook County
Load data
Fixture mode (no downloads needed — approximate boundaries, fake finances):
cd ingest
python tiger_loader.py --fixtures
python comptroller_loader.py --fixturesReal data (see Build Spec §6 for sources):
python tiger_loader.py --cousub data/tl_2024_17_cousub.zip --place data/tl_2024_17_place.zip
python comptroller_loader.py --csv data/afr_export.csvRun API
uvicorn api.main:app --reloadEndpoint | Purpose |
| Address → all containing units |
| List/search units |
| Unit profile + coverage flags |
| AFR summaries, per-capita |
| Compare units |
| Per-table as_of dates |
Every response carries a provenance block: {source_url, as_of, certainty, note?}.
Data certainty levels
verified— from official filing, human-checkedextracted— parsed from PDF, may contain errorsstale_risk— older than its expected update cycle
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/eshaambhattad-tech/civiclens'
If you have feedback or need assistance with the MCP directory API, please join our Discord server