real-estate__search_redfin_properties
ActiveTool of com.thenextgennexus/enterprise-mcp-gateway
[Real Estate] Search for real estate properties on Redfin by location. Returns property listings with prices, addresses, beds, baths, and square footage. Args: location: City, ZIP code, or full Redfin search URL (e.g. "Seattle, WA", "90210", or "https://www.redfin.com/zipcode/90210") max_results: Maximum number of results to return (default 10)
Parameters schema
{
"type": "object",
"required": [
"location"
],
"properties": {
"location": {
"type": "string"
},
"max_results": {
"type": "integer",
"default": 10
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
com.thenextgennexus/enterprise-mcp-gateway
1/7 registries