Precise Rent/For AI
Precise Rent has a public MCP server.
Live Chicago apartment inventory — units, pricing, amenities, and every nearby POI with walk times. No login. Paste the URL into Claude, ChatGPT, Cursor, or any MCP client.
Connect (one URL)
https://www.preciserent.com/mcp
- Claude.ai / Claude Desktop: Settings → Connectors → Add custom connector → paste that URL.
- Cursor / Claude Code / VS Code: add this to MCP config:
{
"mcpServers": {
"preciserent": {
"url": "https://www.preciserent.com/mcp"
}
}
}Discovery files
Tools
match_apartments— Find and rank currently-available Chicago apartments against a renter brief.search_units— Raw unit-level inventory search (no ranking).get_building— Full building record: every available unit with asking rent, effective rent after concessions, and lease-term pricing matrix when present; full amenity lists; specials; Google rating; transit times to Loop landmarks; walk summary; and every nearby POI with metres and walk minutes.get_pois— Every nearby place for one building, with metres and routed walk minutes.list_buildings— Active buildings with availability and rent stats.get_neighborhood_stats— Median rent by bedroom, building count, and available unit count for every Chicago neighborhood with live inventory.list_deals— Today's hot picks — units below market, with live specials, price drops, or inventory spikes.
Data is CC-BY 4.0. Attribute Precise Rent (https://www.preciserent.com). REST twin of the matcher: POST /api/public/v1/match.