Property Search
Searches MLS listings by location, price, bedrooms, and other criteria.MCP tool name
search_listings
Parameters
string
City name.
string
Two-letter state code.
string
ZIP code.
number
Minimum price.
number
Maximum price.
integer
Minimum bedrooms.
integer
Maximum bedrooms.
number
Minimum bathrooms.
number
Maximum bathrooms.
integer
Minimum square footage.
integer
Maximum square footage.
string
"Single Family", "Condo", "Townhouse", etc.integer
default:"12"
Max results (max 24).
Example
- Natural language
- MCP
- REST API
“Show me 3-bedroom condos under $400k in Denver”The AI extracts:
city: "Denver", maxPrice: 400000, minBeds: 3, propertyType: "Condo"