redfin-com-data

redfin-com-data

3.9

The Redfin-Com-Data MCP Server provides an unofficial interface to access real-time real estate data from Redfin.com.

The Redfin-Com-Data MCP Server offers a comprehensive interface to access real-time real estate data from Redfin.com, a prominent online marketplace for residential properties in the United States. It allows users to search and explore for-sale, sold, and rental property listings across various cities and neighborhoods. The server provides insights into a wide range of properties available on the market, making it a valuable tool for real estate professionals, potential homebuyers, and renters.

Features

  • Auto-Complete for property searches
  • Retrieve listings of properties for sale and rent
  • Access detailed property information
  • Get real estate agent details
  • Utilize a mortgage calculator and Redfin's property value estimate

Usage with Different Platforms

mcp

python
import requests

# Example of searching properties for sale
response = requests.get('https://redfin-com-data-mcp-server/api/search', params={'location': 'Seattle'})
properties = response.json()
print(properties)