com.thenextgennexus/redfin-mcp-server
Official2 toolsSingle-property deep-dive: history, price/sqft, days-on-market, comps from a Redfin URL.
Analyzes individual property listings with historical data, pricing, and comparable sales from Redfin.
Captured live from the server via tools/list.
search_properties
Query Redfin real estate listings by location and filters for residential properties. Returns asking price, street address, bedrooms, bathrooms, square footage, property type, HOA status, and listing age. Use for home shopping, market analysis, investment research, or neighborhood comparison.
Parameters (4)
- locationstringrequired
Property location by city, zip code, or full address (e.g. 'Seattle, WA', '98101', '1600 Pennsylvania Ave')
- min_priceinteger
Minimum asking price filter in USD (e.g. 300000)
- max_priceinteger
Maximum asking price filter in USD (e.g. 1000000)
- property_typestring
Property category to filter (e.g. 'house', 'condo', 'townhouse', 'multi-family', 'land')
get_property_details
Retrieve full property details from Redfin listing page. Returns listing description, tax history, HOA fees, property tax amount, nearby schools with ratings, neighborhood safety metrics, walkability scores, and photo gallery/tour URLs. Use for due diligence before making offers or detailed investment analysis.
Parameters (1)
- urlstringrequired
Redfin property listing URL (e.g. 'https://www.redfin.com/WA/Seattle/123-Main-St-98101')
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"redfin-mcp-server": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/redfin-mcp-server/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.