
Redfin Mcp Server
Expose Redfin search, listing detail, and market statistics tools to your agent while building valuation or market-research features.
Overview
redfin-mcp-server is a MCP server for the Build phase that searches Redfin properties, returns property details, and surfaces market statistics.
What is this MCP server?
- Three capability areas: property search, property details, and market statistics
- Focused Redfin surface versus the broader real-estate dual-source server
- npm package @thenextgennexus/redfin-mcp-server at v1.0.1 stdio
- Apify token gate for all Redfin actor calls
- Useful for market dashboards and agent Q&A on local housing metrics
- 3 described tool areas: search, property details, market statistics
- Server version 1.0.1, stdio npm transport
- 1 required secret: APIFY_TOKEN
What problem does it solve?
Redfin-backed features usually require custom scrapers or brittle scripts separate from your agent loop.
Who is it for?
PropTech and data-minded solo builders who need Redfin search, details, and aggregate stats in agent-driven development.
Skip if: Buyers who only need casual home browsing or teams that cannot use Apify-mediated Redfin access.
What do I get? / Deliverables
Your agent can run Redfin search, detail, and stats tools in one MCP install so market features iterate inside the IDE.
- Redfin property search tools callable from the agent
- Structured property detail responses for UI or analysis
- Market statistics hooks for dashboards and research prompts
Recommended MCP Servers
Journey fit
Build is canonical because this server supplies structured Redfin operations as agent-callable tools during product development. Integrations captures search, detail, and stats endpoints as third-party data plumbing rather than a one-time validate exercise.
How it compares
Redfin-specialized MCP with market stats, versus the wider real-estate-mcp-server that also pulls Google Maps listing context.
Common Questions / FAQ
Who is redfin-mcp-server for?
Indie developers and agent users building Redfin-centric search, detail pages, or market stat experiences with MCP tooling.
When should I use redfin-mcp-server?
Use it while integrating Redfin listing and market statistics into an app or agent, especially when stats matter beyond simple search.
How do I add redfin-mcp-server to my agent?
Configure stdio for @thenextgennexus/redfin-mcp-server and provide APIFY_TOKEN in the MCP server environment.