com.thenextgennexus/real-estate-mcp-server
Official2 toolsRedfin listings, sale-comps, and neighborhood market data via natural-language queries.
Queries real estate listings, sale comparables, and neighborhood market data via natural language.
Captured live from the server via tools/list.
search_redfin_properties
Search Redfin's real estate database for property listings by location and criteria. Returns price, street address, number of bedrooms, bathrooms, square footage, lot size, property type, and listing status. Use for residential property research, investment analysis, or market comparison.
Parameters (4)
- locationstringrequired
Property location by address, city, or zip code (e.g. 'San Francisco, CA', '94105', '123 Main St')
- min_priceinteger
Minimum asking price in USD (e.g. 250000 for $250k floor)
- max_priceinteger
Maximum asking price in USD (e.g. 750000 for $750k ceiling)
- property_typestring
Type of property to filter (e.g. 'house', 'condo', 'townhouse', 'multi-family')
get_property_details
Retrieve comprehensive details for a specific property from Redfin URL. Returns full description, tax history, HOA fees, walk scores, nearby schools, crime statistics, and property photos/virtual tour link. Use for due diligence, investment research, or detailed listing analysis.
Parameters (1)
- urlstringrequired
Direct Redfin listing URL or property page link (e.g. 'https://www.redfin.com/CA/San-Francisco/123-Main-St')
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"real-estate-mcp-server": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/real-estate-mcp-server/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.