π Redfin MCP β AI Property Search & Data
Pricing
from $10.00 / 1,000 results
π Redfin MCP β AI Property Search & Data
π Redfin homes, real estate, property prices, housing market MCP server for AI agents (Claude Desktop, Cursor, OpenAI Agents SDK, Vercel AI SDK). Search Redfin listings + sold history + price estimates + neighborhood data via MCP. Free tier available.
Pricing
from $10.00 / 1,000 results
Rating
0.0
(0)
Developer
Stephan Corbeil
Maintained by CommunityActor stats
0
Bookmarked
12
Total users
4
Monthly active users
7 hours ago
Last modified
Categories
Share
Redfin Real Estate MCP Server by nexgendata
Connect AI agents to structured Redfin real estate data through the Model Context Protocol. This MCP server gives LLM-powered applications direct access to Redfin real estate tools, returning clean JSON that agents can reason about and act on.
What This MCP Server Does
This MCP (Model Context Protocol) server exposes Redfin real estate data tools that AI assistants like Claude, ChatGPT, and custom LLM agents can call directly. Instead of building API integrations or writing scraping code, any MCP-compatible AI system can access structured Redfin real estate data through natural language requests. The server handles authentication, rate limiting, data extraction, and response formatting automatically.
Who Uses This
AI developers building agents that need access to Redfin real estate data. Companies integrating real-time data into their LLM-powered products. Research teams using AI assistants for automated data gathering. Automation platforms connecting AI agents to structured data sources. Anyone building on top of the Model Context Protocol ecosystem.
How It Works
Deploy this MCP server on Apify and connect it to any MCP-compatible client. The server exposes a set of tools that accept structured parameters and return clean JSON responses. AI agents can discover available tools, understand their parameters, and call them as part of multi-step reasoning chains. The server runs on Apify infrastructure with built-in proxy support, caching, and error handling.
Available Tools
The server provides tools for searching Redfin listings, retrieving property details, accessing price history, and comparing neighborhood data. Each tool accepts specific parameters, handles the underlying data extraction, and returns structured JSON that AI agents can parse and reason about. Tools are designed to be composable so agents can chain multiple calls together for complex data gathering workflows.
Pricing
This MCP server uses pay-per-event pricing. Each tool call that returns data counts as one event. Pricing is consistent with the underlying data actors at $5 per 1,000 events, making it cost-effective to integrate into production AI agent workflows.
Getting Started
Deploy the MCP server from the Apify Store. Configure your MCP client (Claude Desktop, custom agent, etc.) with the server endpoint URL. The server auto-discovers available tools and exposes them to your AI system. No additional configuration needed.
FAQ
Is this compatible with Claude Desktop? Yes. Any MCP-compatible client can connect to this server, including Claude Desktop, custom LLM agents, and automation platforms that support the Model Context Protocol.
Do I need separate API keys? No. The server handles all data access internally through Apify infrastructure. You only need your Apify API token to deploy and connect.
Can I use this in production? Yes. The server runs on Apify's scalable infrastructure with built-in monitoring, logging, and error handling suitable for production workloads.
π» Code Example β Python
from apify_client import ApifyClientclient = ApifyClient("YOUR_APIFY_TOKEN")run = client.actor("nexgendata/redfin-mcp-server").call(run_input={# Fill in the input shape from the actor's input_schema})for item in client.dataset(run["defaultDatasetId"]).iterate_items():print(item)
π Code Example β cURL
curl -X POST "https://api.apify.com/v2/acts/nexgendata~redfin-mcp-server/run-sync-get-dataset-items?token=YOUR_TOKEN" \-H "Content-Type: application/json" \-d '{ /* input schema */ }'
β FAQ
Q: How do I get started? Sign up at apify.com, grab your API token from Settings β Integrations, and run the actor via the Apify console, API, Python SDK, or any integration (Zapier, Make.com, n8n).
Q: What's the typical cost per run? See the pricing section below. Most runs finish under $0.10 for typical batches.
Q: Is this actor maintained? Yes. NexGenData maintains 165+ Apify actors and ships updates regularly. Bug reports via the Apify console issues tab get responses within 24 hours.
Q: Can I use the output commercially? Yes β you own the output data. Check the target site's Terms of Service for any usage restrictions on the scraped content itself.
Q: How do I handle rate limits? Apify manages concurrency and retries automatically. For very large batches (10K+ items), run multiple smaller jobs in parallel instead of one mega-job for better reliability.
π° Pricing
Pay-per-event pricing β you only pay for what you actually extract.
- Actor Start: $0.0001
- result: $0.0020
π Related NexGenData Actors
π Apify Affiliate Program
New to Apify? Sign up with our referral link β you get free platform credits on signup, and you help fund the maintenance of this actor fleet.
π More From NexGenData
Explore the full catalog, tutorials, Gumroad data packs, and newsletter at thenextgennexus.com β the brand home for everything we ship.
- π Tutorials & how-to guides
- ποΈ Full actor catalog with usage examples
- π¦ Gumroad data packs (one-time purchases)
- π¬ Newsletter β monthly drops of new actors and revenue experiments
Built and maintained by NexGenData β 165+ actors covering scraping, enrichment, MCP servers, and automation. π Home: thenextgennexus.com
Why Redfin MCP Beats Zillow API, Realtor.com API, MLS Direct & Generic LLMs
| Feature | NexGenData Redfin MCP | Zillow API (deprecated) | Realtor.com API | MLS Direct (RETS/IDX) | Generic LLM (no tools) |
|---|---|---|---|---|---|
| Cost | $0.002 / event, pay-per-event | Partner-only since 2021 | Partner-only | Per-MLS membership fee | Free (no live data) |
| MCP-native | Yes β Claude / Cursor / Cline | No | No | No | No tools |
| Property listings | Yes β Redfin live | Limited partner | Partner-gated | Per-region | None |
| Comps + days on market | Yes | No | No | Yes (per MLS) | None |
| Price history | Yes | Limited | Plan-gated | Yes | None |
| Market trends | Yes β by ZIP / city | Plan-gated | Plan-gated | Per-MLS | None |
| AI-agent integration | Native MCP | Build it yourself | Build it yourself | Build it yourself | N/A |
| Auth | Apify token | Zillow partner approval | Realtor partner deal | MLS membership | None |
| Monthly minimum | None | $$$ partner contract | $$$ partner contract | $50-300 / MLS / mo | None |
Most teams pick this MCP server because it is the only drop-in alternative to the now-restricted Zillow API for AI agents, cheaper than maintaining MLS RETS feeds across multiple regions, and ships comp + days-on-market data that base Claude / GPT-4 cannot access. A buyer-side AI agent answers "show me 3-BR Brooklyn condos under $1.5M with falling prices" with live data instead of hallucinations.
Related NexGenData MCP Servers & Real Estate Actors
| Use case | Actor |
|---|---|
| General real estate MCP (multi-source) | real-estate-mcp-server |
| Finance MCP | finance-mcp-server |
| News MCP | news-mcp-server |
| Google Maps MCP | google-maps-mcp-server |
| Sports MCP | sports-mcp-server |
| Academic research MCP | academic-research-mcp-server |
| Developer tools MCP | developer-tools-mcp-server |
| Reddit MCP | reddit-mcp-server |
| Redfin scraper (no MCP) | redfin-real-estate-scraper |
| Rightmove UK real estate | rightmove-uk-real-estate-scraper |
| Singapore HDB resale prices | sg-hdb-resale-prices |
Browse the full NexGenData catalog of 260+ actors at https://apify.com/nexgendata?fpr=2ayu9b