redfin-mcp

chrischall/redfin-mcp
★ 0 stars TypeScript 🌐 Browser/Web Updated 2d ago
Redfin MCP server — search listings, fetch property details, market reports, saved homes. Routes through fetchproxy to dodge bot detection.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "redfin-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "chrischall/redfin-mcp"
      ]
    }
  }
}

README Excerpt

Redfin real-estate access as an MCP server for Claude — search listings, fetch property details, market reports, and your saved homes/searches via natural language. > ⚠️ Redfin does not publish a public consumer API. This server uses the same private `/stingray/...` endpoints the redfin.com web app uses, routed through your own signed-in browser tab via the [fetchproxy](https://github.com/chrischall/fetchproxy) extension. AWS WAF + DataDome see a real browser session, not a Node process — but yo

Tools (12)

redfin_calculate_affordabilityredfin_calculate_mortgageredfin_compare_propertiesredfin_get_climate_riskredfin_get_comparable_rentalsredfin_get_market_reportredfin_get_price_historyredfin_get_propertyredfin_get_property_photosredfin_get_saved_homesredfin_get_saved_searchesredfin_search_properties