Command Palette

Search for a command to run...

UnylyUnyly
Browse all

hyperionxmota/cook-county-property-mcp

FreeNot checked

Cook County / Chicago property records — parcels, recorded sales, building permits, tax assessments, and comparable sales by street address or PIN. Hosted remot

GitHubEmbed

About

Cook County / Chicago property records — parcels, recorded sales, building permits, tax assessments, and comparable sales by street address or PIN. Hosted remote MCP, pay-per-call via x402 (USDC on Base/Solana).

README

hyperionxmota/cook-county-property-mcp MCP server

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).

What this adds over raw open data

This returns finished, joined answers — not raw rows you have to query and stitch. The county open data (Socrata) can't give you:

  • Building permits linked to a PIN. The Chicago permits feed has no PIN field — the permit→parcel link is derived here (exact address match + nearest-parcel geo match). You can't reproduce this with a raw SoQL query.
  • A street address on a parcel. Parcel Universe has no address; it's joined in from a separate dataset here.
  • Comparable-sales valuation. Arm's-length filtering, same-neighborhood/class matching, and an implied low/median/high range — derived analysis, not a row fetch.

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.

Connect

Tools

Tool Price Description
search_chicago_property_by_address $0.01 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.

Data tools return an HTTP 402 with machine-readable x402 payment terms; pay in USDC and retry.

Data & coverage

~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.

Use cases

Real-estate due diligence, automated valuation / comps, title & lien research prep, lead enrichment, and market analysis — for autonomous agents and LLM pipelines.

from github.com/hyperionxmota/cook-county-property-mcp

Installing hyperionxmota/cook-county-property-mcp

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/hyperionxmota/cook-county-property-mcp

FAQ

Is hyperionxmota/cook-county-property-mcp MCP free?

Yes, hyperionxmota/cook-county-property-mcp MCP is free — one-click install via Unyly at no cost.

Does hyperionxmota/cook-county-property-mcp need an API key?

No, hyperionxmota/cook-county-property-mcp runs without API keys or environment variables.

Is hyperionxmota/cook-county-property-mcp hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install hyperionxmota/cook-county-property-mcp in Claude Desktop, Claude Code or Cursor?

Open hyperionxmota/cook-county-property-mcp on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare hyperionxmota/cook-county-property-mcp with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs