Real Estate MCP | 8 Tools: Zillow, Redfin, Realtor, Airbnb avatar

Real Estate MCP | 8 Tools: Zillow, Redfin, Realtor, Airbnb

Pricing

Pay per event + usage

Go to Apify Store
Real Estate MCP | 8 Tools: Zillow, Redfin, Realtor, Airbnb

Real Estate MCP | 8 Tools: Zillow, Redfin, Realtor, Airbnb

The Zillow API that doesn't exist — listings, solds, rentals, comps, Redfin, Realtor.com and Airbnb supply behind one MCP endpoint. No result, no charge.

Pricing

Pay per event + usage

Rating

0.0

(0)

Developer

The Mine Works

The Mine Works

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

6 days ago

Last modified

Share

Real Estate MCP — 8 Tools: Zillow, Redfin, Realtor, Airbnb

The Mine Works: 544 users across 100 public Actors, >99% run success. Pay only for results delivered. Browse all Actors.

The Zillow API that doesn't exist — listings, solds, rentals, and comps for AI agents.

Eight tools behind one MCP endpoint, across Zillow, Redfin, Realtor.com, and Airbnb. Ask for a market, get the whole picture in one call.

Built by The Mine Works.

What the Real Estate MCP can do

ToolWhat it returnsPrice
search_listingsHomes for sale on Zillow, with price/bed/type filters$0.05 / 25 listings
recently_soldRecent solds — the comps you price against$0.05 / 25 listings
rental_listingsRentals with rent range and bedroom filters$0.05 / 25 listings
property_detailsZestimate, price history, tax history, schools$0.08
redfin_searchRedfin for-sale or sold listings — a second opinion$0.06 / 25 listings
realtor_searchRealtor.com listings, for sale or sold$0.06 / 25 listings
str_marketAirbnb short-term rental supply, prices, ratings$0.08 / 25 listings
market_reportFor-sale + sold + rentals + STR for one location$0.16 complete · $0.10 partial · $0.04/section · $0 nothing found

The market report always costs less than calling the tools one by one.

Analyse a rental market in one call

Ask your agent: "Should I buy a rental in 78701? What do comps and Airbnb supply look like?"

// tools/call → market_report
{ "location": "78701", "per_source": 25 }

Returns for_sale, recently_sold, rentals, and short_term_rentals in one object — enough for an agent to reason about yield without four separate integrations.

Find the comps to price a property

Ask your agent: "What sold in Austin in the last 90 days above $500k?"

// tools/call → recently_sold
{ "location": "Austin, TX", "sold_in_last_days": 90, "min_price": 500000 }

Search homes for sale under a price cap

// tools/call → search_listings
{ "location": "78701", "property_type": "condos", "max_price": 750000, "min_beds": 2 }

Connect the Real Estate MCP to Claude, Cursor or Windsurf

{
"mcpServers": {
"real-estate": {
"url": "https://themineworks--real-estate-mcp.apify.actor/mcp",
"headers": { "Authorization": "Bearer YOUR_APIFY_TOKEN" }
}
}
}

Works in Claude Desktop, Claude Code, Cursor, and Windsurf. Cold start ~9s.

What does the Real Estate MCP cost

No result, no charge. Ever. A location with no matching listings returns an empty, unbilled answer.

Identical repeat calls within 60 seconds are free. Apify platform usage is billed by Apify on top, as with any Standby actor.

What this Real Estate MCP does not cover

  • US only. Every source here is a US property portal.
  • Listing data is a live read, not an MLS feed. It reflects what the public site shows at that moment; it is not a licensed MLS product and should not be treated as one.
  • Very broad locations (a whole state) return slower and may be capped by the portal's own paging.

More real estate data actors from The Mine Works

Individual scrapers at apify.com/themineworks. Full MCP suite: themineworks.com/mcp.

Last verified: 2026-08