Skip to content
LangChain

Cook County / Chicago Property Data (free tier, no wallet needed) for LangChain

com.ingest0r.api/cook-county-property-data

Cook County / Chicago property by address or PIN: sales, permits, assessments, comps. 25 free/day.

client:LangChain transport:streamable-http tools:5

Install Cook County / Chicago Property Data (free tier, no wallet needed) in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "cook-county-property-data": {
            "transport": "streamable_http",
            "url": "https://api.ingest0r.com/mcp",
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

What LangChain can do once it is connected

Cook County / Chicago Property Data (free tier, no wallet needed) in other clients