Skip to main content

Property Search

Searches MLS listings by location, price, bedrooms, and other criteria.

MCP tool name

search_listings

Parameters

city
string
City name.
state
string
Two-letter state code.
zip
string
ZIP code.
minPrice
number
Minimum price.
maxPrice
number
Maximum price.
minBeds
integer
Minimum bedrooms.
maxBeds
integer
Maximum bedrooms.
minBaths
number
Minimum bathrooms.
maxBaths
number
Maximum bathrooms.
minSqFt
integer
Minimum square footage.
maxSqFt
integer
Maximum square footage.
propertyType
string
"Single Family", "Condo", "Townhouse", etc.
limit
integer
default:"12"
Max results (max 24).
At least one filter is required (city, state, zip, or price range).

Example

“Show me 3-bedroom condos under $400k in Denver”
The AI extracts: city: "Denver", maxPrice: 400000, minBeds: 3, propertyType: "Condo"

Response

Returns a JSON array of listing objects with address, price, beds, baths, sqft, photos, and detail URLs. See POST /v1/listings/search for the full schema.