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.
Related MCP Servers
- AlicenseAqualityBmaintenanceGiven a U.S. street address, returns the people who represent it (U.S. Senators, House member, Governor, and state legislators) using free public data, with no API keys required for federal officials.5MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to search, query, and retrieve metadata from the Cook County Open Data catalog using Socrata SoQL queries.8MIT
- AlicenseNot gradedqualityCmaintenanceEnables searching and querying Charleston County, South Carolina open geospatial data (parcels, addresses, zoning) via ArcGIS Feature Services.9MIT
- AlicenseNot gradedqualityCmaintenanceEnables searching and querying Lake County, Illinois open geospatial data (parcels, addresses, zoning) through ArcGIS Feature Services.7MIT
Related MCP Connectors
Lake County GIS — Lake County, Illinois open geospatial data (ArcGIS).
ArcGIS Hub — open government geospatial data (search + Feature Service query).
US state & local government contracts + spending, normalized across jurisdictions — keyless
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