redfin__search_properties
ActiveTool of com.thenextgennexus/enterprise-mcp-gateway
[Redfin Real Estate] Search Redfin for property listings by location and filters. Returns prices, addresses, beds, baths, sqft. Args: location: City, ZIP, or neighborhood (e.g. 'Seattle, WA', '90210') min_price: Minimum listing price in USD (0 for no minimum) max_price: Maximum listing price in USD (0 for no maximum) property_type: Filter by type: 'house', 'condo', 'townhouse', or '' for all
Parameters schema
{
"type": "object",
"required": [
"location"
],
"properties": {
"location": {
"type": "string"
},
"max_price": {
"type": "integer",
"default": 0
},
"min_price": {
"type": "integer",
"default": 0
},
"property_type": {
"type": "string",
"default": ""
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
com.thenextgennexus/enterprise-mcp-gateway
1/7 registries