Are you the author? Sign in to claim
Hosted, pay-per-call MCP for Cook County / Chicago property records — dossier (parcels, sales & deeds, permits, tax asse
A hosted, pay-per-call Model Context Protocol (MCP) server for Cook County, Illinois — including the City of Chicago — property records: parcels, recorded sales & deed history, building permits, and property-tax assessment history, joined and normalized into one answer. Plus comparable sales (comps) and a lightweight automated valuation.
No signup, no API key — pay per call via the x402 protocol (USDC on Base or Solana).
This returns finished, joined answers — not raw rows you have to query and stitch. The county open data (Socrata) can't give you:
So one call returns a normalized property record; against raw open data you'd orchestrate multiple datasets and rebuild joins that don't exist upstream.
https://api.ingest0r.com/mcp (streamable-http — add it to any MCP client; nothing to install)com.ingest0r.api/cook-county-property-data| Tool | Price | Description |
|---|---|---|
get_free_sample | FREE | Fixed example of every response shape — evaluate before paying. |
search_chicago_property_by_address | FREE | Resolve a street address → parcel PIN(s). The no-PIN entry point. |
get_cook_county_parcel | $0.01 | Single parcel record by 14-digit PIN. |
get_cook_county_property_dossier | $0.03 | Full dossier: address, sales & deed history, permits, assessment history. |
find_chicago_comparable_sales | $0.10 | Comparable sales + implied low/median/high valuation. |
The PIN tools return an HTTP 402 with machine-readable x402 payment terms; pay in USDC and retry. Search and the sample are free — and three real parcels are served free on the paid routes (live data you can verify against the county's own portals): 09253050270000 · 09253060510000 · 09253140190000.
~1.9M parcels, refreshed nightly from Cook County Assessor, Cook County Recorder of Deeds, and City of Chicago open-data portals (Socrata). Property-keyed public records only — no owner/occupant personal data.
Real-estate due diligence, automated valuation / comps, title & lien research prep, lead enrichment, and market analysis — for autonomous agents and LLM pipelines.
Run Claude Code as an MCP server so any agent can delegate coding tasks to it
Browser automation using accessibility snapshots instead of screenshots
Google's universal MCP server supporting PostgreSQL, MySQL, MongoDB, Redis, and 10+ databases
Official GitHub integration for repos, issues, PRs, and CI/CD workflows