Real Estate MCP — Redfin Listings & Market Comps
Pull Redfin listings, sale-comps, and neighborhood market trends through your AI assistant. Ask 'What's selling under $400K in Austin within 10 min of downtown?' and get structured property data back…
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add nexgendata-apify/real-estate-mcp-server
# Browse available tools
npx -y smithery tool list nexgendata-apify/real-estate-mcp-server
# Get full schema for a tool
npx -y smithery tool get nexgendata-apify/real-estate-mcp-server search_redfin_properties
# Call a tool
npx -y smithery tool call nexgendata-apify/real-estate-mcp-server search_redfin_properties '{}'Direct MCP Connection
Endpoint: https://real-estate-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_redfin_properties— Search Redfin's real estate database for property listings by location and criteria. Returns price, street address, num…get_property_details— Retrieve comprehensive details for a specific property from Redfin URL. Returns full description, tax history, HOA fees…
# Get full input/output schema for a tool
npx -y smithery tool get nexgendata-apify/real-estate-mcp-server Resources
realestate://markets— Real estate data available for all US markets covered by Redfin.
Prompts (2)
property_search(location) — Search for properties matching specific criteria and generate a comparison report.investment_analysis(url) — Analyze a property listing for investment potential including price, location, and market context.