Redfin Property MCP — Single-Address Deep Dive
Focused Redfin tool: feed it an address or listing URL, get back full property history, price-per-sqft, days on market, and neighborhood context. Pairs with the broader Real Estate MCP for market-lev…
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add nexgendata-apify/redfin-mcp-server
# Browse available tools
npx -y smithery tool list nexgendata-apify/redfin-mcp-server
# Get full schema for a tool
npx -y smithery tool get nexgendata-apify/redfin-mcp-server search_properties
# Call a tool
npx -y smithery tool call nexgendata-apify/redfin-mcp-server search_properties '{}'Direct MCP Connection
Endpoint: https://redfin-mcp-server--nexgendata-apify.run.tools
Optional config:
apiKey(query) — Your Apify API token for authenticated access. Get it from https://console.apify.com/settings/integrations. Required for data retrieval; optional for server discovery and capability listing.
Tools (2)
search_properties— Query Redfin real estate listings by location and filters for residential properties. Returns asking price, street addr…get_property_details— Retrieve full property details from Redfin listing page. Returns listing description, tax history, HOA fees, property t…
# Get full input/output schema for a tool
npx -y smithery tool get nexgendata-apify/redfin-mcp-server Resources
redfin://coverage— Property listings and details from Redfin across all US markets.
Prompts (1)
home_search(location) — Search for homes matching specific criteria and generate a summary with pricing and features.