HasData

Redfin MCP Server

Connect your AI agents to HasData's Redfin MCP server. Scrape for-sale, rental and sold listings, and full property records with price history, taxes and schools in structured JSON over streamable HTTP.

https://mcp.hasdata.com/api/mcp?apis=redfin
Transport
Streamable HTTP
Auth
OAuth or API key
Tools
2 Redfin tools
Price
5 credits / call
Get API Key Read the docs 1,000 free credits. No credit card required.
Data teams at
ClientsClients
Playground

See the Redfin MCP server in action

Select a sample prompt to inspect the tool it chooses and the JSON payload your agent receives.

Redfin · 2 tools Enter to send
What just came on the market in Austin, TX?
redfin_listing · 200 OK sample call
Forty listings on page one, all added today.
15918 Two Rivers Cv · $510,000 · 4 bd 2.5 ba · 2,464 sq ft · built 2000
4302 Manzanillo Dr · $645,000 · 3 bd 2.5 ba · 1,769 sq ft · built 1984
9405 Furman Dr · $419,990 · 4 bd 3 ba · 2,248 sq ft · new construction
All of them were listed today (0 days on market), so this is live inventory.
redfin_listing { "keyword": "Austin, TX", "type": "forSale", "sort": "newest" }
{
"url": "https://api.hasdata.com/scrape/redfin/listing?keyword=Austin%2C+TX&type=forSale&sort=newest",
"status": 200,
"json": {
"searchInformation": { "totalResults": 350 },
"properties": [
{ "id": 32846296, "mlsId": "8337220", "homeType": "House", "status": "FOR_SALE",
"url": "https://www.redfin.com/TX/Austin/15918-Two-Rivers-Cv-78717/home/32846296",
"price": 510000, "beds": 4, "baths": 2.5, "area": 2464, "yearBuilt": 2000, "daysOnSite": 0,
"address": { "street": "15918 Two Rivers Cv", "city": "Austin", "state": "TX", "zipcode": "78717" } }
],
"pagination": { "currentPage": 1, "nextPage": "https://redfin.com/city/30818/TX/Austin/filter/sort=lo-days/page-2" }
}
}
What just came on the market in Austin, TX?
redfin_listing · 200 OK sample call
Forty listings on page one, all added today.
15918 Two Rivers Cv · $510,000 · 4 bd 2.5 ba · 2,464 sq ft · built 2000
4302 Manzanillo Dr · $645,000 · 3 bd 2.5 ba · 1,769 sq ft · built 1984
9405 Furman Dr · $419,990 · 4 bd 3 ba · 2,248 sq ft · new construction
All of them were listed today (0 days on market), so this is live inventory.
redfin_listing { "keyword": "Austin, TX", "type": "forSale", "sort": "newest" }
{
"url": "https://api.hasdata.com/scrape/redfin/listing?keyword=Austin%2C+TX&type=forSale&sort=newest",
"status": 200,
"json": {
"searchInformation": { "totalResults": 350 },
"properties": [
{ "id": 32846296, "mlsId": "8337220", "homeType": "House", "status": "FOR_SALE",
"url": "https://www.redfin.com/TX/Austin/15918-Two-Rivers-Cv-78717/home/32846296",
"price": 510000, "beds": 4, "baths": 2.5, "area": 2464, "yearBuilt": 2000, "daysOnSite": 0,
"address": { "street": "15918 Two Rivers Cv", "city": "Austin", "state": "TX", "zipcode": "78717" } }
],
"pagination": { "currentPage": 1, "nextPage": "https://redfin.com/city/30818/TX/Austin/filter/sort=lo-days/page-2" }
}
}
Give me the full record for 15918 Two Rivers Cv in Austin
redfin_property · 200 OK sample call
$510,000 · 4 bd 2.5 ba · 2,464 sq ft on a 7,623 sq ft lot · built 2000 · $207 per sq ft
Listed Sep 3, 2026. Last sold in October 2011, per public records.
Taxes were $10,057 for 2026. HOA runs $17 a month.
Assigned schools rate 10, 10 and 8 on GreatSchools.
Listed by George Kiefer of The Kiefer Group, and the Redfin Estimate leans on six nearby sales between $469K and $535K.
redfin_property { "url": "https://www.redfin.com/TX/Austin/15918-Two-Rivers-Cv-78717/home/32846296" }
{
"url": "https://api.hasdata.com/scrape/redfin/property?url=https%3A%2F%2Fwww.redfin.com%2FTX%2FAustin%2F15918-Two-Rivers-Cv-78717%2Fhome%2F32846296",
"status": 200,
"json": { "property": {
"price": 510000, "beds": 4, "baths": 2.5, "area": 2464, "lotSize": 7623, "yearBuilt": 2000,
"homeType": "Single Family Residential", "status": "For sale",
"redfinEstimate": { "comparable": { "snippet": "The Redfin Estimate uses 6 recent nearby sales, priced between $469K to $535K." } },
"priceHistory": [{ "date": "2026-09-03", "price": 510000, "event": "Listed" }, { "date": "2011-10-06", "event": "Sold (Public Records)" }],
"taxHistory": [{ "period": 2026, "taxPaid": 10056.58 }, { "period": 2025, "taxPaid": 10503.87 }],
"schools": { "assignedSchools": [{ "name": "Great Oaks Elementary School", "greatSchoolsRating": 10, "gradeRanges": "PreK-5" }] },
"agentInfo": { "agentName": "George Kiefer", "brokerName": "The Kiefer Group" }
} }
}
Two-bedroom rentals in Austin under $2,500 a month
redfin_listing · 200 OK sample call
Forty rentals on page one. Rent, beds and floor area come as min-max ranges per building.
Camino Flats · 2810 Salado St · $1,849 · 2 bd 2 ba · 800 sq ft
Cameron Villas · 1304 McKie Dr · $1,155 · 2 bd 1.5 ba · 867 sq ft
Novum Capitol View · $2,320 to $2,466 · 992 to 1,044 sq ft
Note that Cameron Villas currently shows 0 available units.
redfin_listing { "keyword": "Austin, TX", "type": "forRent", "beds_min_": 2, "price_max_": 2500 }
{
"url": "https://api.hasdata.com/scrape/redfin/listing?keyword=Austin%2C+TX&type=forRent&price%5Bmax%5D=2500&beds%5Bmin%5D=2",
"status": 200,
"json": { "properties": [
{ "id": "31404938", "propertyName": "Camino Flats - Pricing for Entire Apt", "status": "FOR_RENT",
"price": { "min": 1849, "max": 1849 }, "beds": { "min": 2, "max": 2 }, "baths": { "min": 2, "max": 2 },
"area": { "min": 800, "max": 800 }, "availableUnits": 1,
"addressRaw": "2810 Salado St, Austin, TX 78705", "agentPhone": "5128076137" },
{ "propertyName": "Cameron Villas", "price": { "min": 1155, "max": 1155 }, "availableUnits": 0 }
] }
}
What sold in Austin in the last month, and for how much?
redfin_listing · 200 OK sample call
Closed sales, newest first, with the final price on each.
7807 Chimney Cors · $1,575,000 · 4 bd 4 ba · 3,156 sq ft · built 1978
6112 Jumano Ln · $695,000 · 3 bd 2 ba · 1,917 sq ft
2207 Pasadena Dr #10 · $515,000 · 2 bd 2 ba · condo
Nine pages of sales found. Let me know if you want to expand the window to the last 3 months or the past year.
redfin_listing { "keyword": "Austin, TX", "type": "sold", "soldWithinOption": "lastOneMonth" }
{
"url": "https://api.hasdata.com/scrape/redfin/listing?keyword=Austin%2C+TX&type=sold&soldWithinOption=lastOneMonth",
"status": 200,
"json": { "properties": [
{ "id": 31286431, "mlsId": "8046068", "homeType": "House", "status": "SOLD",
"price": 1575000, "beds": 4, "baths": 4, "area": 3156, "yearBuilt": 1978,
"addressRaw": "7807 Chimney Cors, Austin, TX 78731" },
{ "id": 31715286, "homeType": "House", "status": "SOLD", "price": 695000, "daysOnSite": 5 },
{ "homeType": "Condo", "status": "SOLD", "price": 515000, "addressRaw": "2207 Pasadena Dr #10, Austin, TX 78757" }
] }
}
Tools

The Redfin tools your agent can call

2 tools

Typed parameters, required flags, and structured JSON fields for each tool. Search a city or ZIP for homes for sale, for rent or recently sold with the filters the site offers, from price and beds to HOA, lot size and school rating, then open a listing URL for the full record.

+ hasdata_redfin_listing_getRealEstateListings Listings with Redfin's filter set 9 params 5 creditsTry
Parameters of hasdata_redfin_listing_getRealEstateListings
ParameterTypeRequiredExample
keywordstringrequired"Austin, TX"
typeenumrequired"forSale"
sortenumoptional"newest"
price_min_numberoptional300000
price_max_numberoptional600000
beds_min_numberoptional3
homeTypes__arrayoptional["house", "townhouse"]
soldWithinOptionenumoptional"lastOneMonth"
pagenumberoptional2
response
  • searchInformation
  • properties
  • price
  • beds
  • baths
  • area
  • homeType
  • status
  • daysOnSite
  • address
  • pagination
+ hasdata_redfin_property_getPropertyDetails Full record for one listing URL 1 param 5 creditsTry
Parameters of hasdata_redfin_property_getPropertyDetails
ParameterTypeRequiredExample
urlstringrequired"https://www.redfin.com/TX/Austin/15918-Two-Rivers-Cv-78717/home/32846296"
response
  • property
  • price
  • redfinEstimate
  • priceHistory
  • taxHistory
  • schools
  • agentInfo
  • propertyDetails
  • photos
  • nearby

Base calls cost 5 credits. Failed calls are not billed.

Connect

One endpoint, any MCP client

A config block for every major MCP client, in its native format. Authenticate with browser OAuth or an x-api-key header.

Claude Code

zsh — hasdata-redfin
$claude mcp add --transport http hasdata-redfin \
> https://mcp.hasdata.com/api/mcp?apis=redfin \
> --header "x-api-key: YOUR_API_KEY"
· One line, no restart. Run /mcp to confirm 2 tools.
Check the tools are thereIn the session
/mcp
hasdata-redfin · connected · 2 tools

Cursor

~/.cursor/mcp.json
{
"mcpServers": { "hasdata-redfin": {
"url": "https://mcp.hasdata.com/api/mcp?apis=redfin",
"headers": { "x-api-key": "YOUR_API_KEY" }
} }
}
· Add this entry to ~/.cursor/mcp.json. Servers already in the file stay as they are.
· Project-level config also works at .cursor/mcp.json
Check the tools are thereAfter saving the file
Settings → MCP
hasdata-redfin · 2 tools enabled

Claude Desktop

Recommended · OAuth connector
1.Settings → Connectors → Add custom connector
2.Paste https://mcp.hasdata.com/api/mcp?apis=redfin
3.Sign in with HasData
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": { "hasdata-redfin": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.hasdata.com/api/mcp?apis=redfin",
"--header", "x-api-key:YOUR_API_KEY"]
} }
}
· Add this entry to ~/Library/Application Support/Claude/claude_desktop_config.json. Servers already in the file stay as they are.
· The config file only takes stdio servers, so a static key rides the mcp-remote bridge. On Windows the file lives at %APPDATA%\Claude\claude_desktop_config.json.
Check the tools are thereReopen the app
Settings → Connectors
hasdata-redfin · connected · 2 tools

VS Code / Copilot

.vscode/mcp.json
{
"servers": { "hasdata-redfin": {
"type": "http",
"url": "https://mcp.hasdata.com/api/mcp?apis=redfin",
"headers": { "x-api-key": "YOUR_API_KEY" }
} }
}
· Add this entry to .vscode/mcp.json. Servers already in the file stay as they are.
· Agent mode picks the server up on save.
Check the tools are thereAgent mode
Ctrl/⌘ + Shift + P → MCP: List Servers
hasdata-redfin · running · 2 tools

Windsurf

~/.codeium/windsurf/mcp_config.json
{
"mcpServers": { "hasdata-redfin": {
"serverUrl": "https://mcp.hasdata.com/api/mcp?apis=redfin",
"headers": { "x-api-key": "YOUR_API_KEY" }
} }
}
· Add this entry to ~/.codeium/windsurf/mcp_config.json. Servers already in the file stay as they are.
· Windsurf reads serverUrl, not url. Header auth only.
Check the tools are thereIn Cascade
Cascade → MCP servers
hasdata-redfin · 2 tools

Cline

cline_mcp_settings.json
{
"mcpServers": { "hasdata-redfin": {
"type": "streamableHttp",
"url": "https://mcp.hasdata.com/api/mcp?apis=redfin",
"headers": { "x-api-key": "YOUR_API_KEY" }
} }
}
· Add this entry to cline_mcp_settings.json. Servers already in the file stay as they are.
· Header auth only. The type field tells Cline this is a remote server, not a command.
Check the tools are thereIn the MCP panel
MCP Servers → Installed
hasdata-redfin · 2 tools

ChatGPT / Agents SDK

Recommended · OAuth connector
1.Settings → Security and login → Developer mode
2.Plugins → + → developer-mode app, paste https://mcp.hasdata.com/api/mcp?apis=redfin
3.Sign in with HasData
agent.py
from agents import Agent, HostedMCPTool
tool = HostedMCPTool(tool_config={
"type": "mcp",
"server_label": "hasdata-redfin",
"server_url": "https://mcp.hasdata.com/api/mcp?apis=redfin",
"authorization": "YOUR_API_KEY",
"require_approval": "never",
})
agent = Agent(name="Researcher", tools=[tool])
· The Agents SDK sends authorization as a Bearer token, which the endpoint accepts. The ChatGPT route needs no key: it signs in with OAuth.
Check the tools are thereRun the agent
Runner.run(agent, "…")
hasdata-redfin · 2 tools listed

Codex CLI

~/.codex/config.toml
[mcp_servers.hasdata-redfin]
url = "https://mcp.hasdata.com/api/mcp?apis=redfin"
env_http_headers = { "x-api-key" = "HASDATA_API_KEY" }
· Add this entry to ~/.codex/config.toml. Servers already in the file stay as they are.
· TOML, not JSON. Codex reads the key from the HASDATA_API_KEY environment variable, so export it in the shell that starts Codex.
Check the tools are thereIn the terminal
codex mcp list
hasdata-redfin · 2 tools

Gemini CLI

~/.gemini/settings.json
{
"mcpServers": { "hasdata-redfin": {
"httpUrl": "https://mcp.hasdata.com/api/mcp?apis=redfin",
"headers": { "x-api-key": "YOUR_API_KEY" }
} }
}
· Add this entry to ~/.gemini/settings.json. Servers already in the file stay as they are.
· httpUrl, not url: Gemini keeps url for SSE servers. Header auth only.
Check the tools are thereIn the session
/mcp
hasdata-redfin · 2 tools

Raw HTTP / curl

zsh — hasdata-redfin
$curl -N https://mcp.hasdata.com/api/mcp?apis=redfin \
> -H "x-api-key: YOUR_API_KEY" \
> -H "Content-Type: application/json" \
> -H "Accept: application/json, text/event-stream" \
> -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'
· Fallback for any client not listed. Streamable HTTP wants both Accept types, and leaving one out returns 406.
Check the tools are thereCall it yourself
curl … tools/list
{ "tools": [ … 2 items ] }
Scope

Redfin plus whatever else you need

Name the services in the query string and the server exposes only their tools. Every one draws from the same key and the same balance.

Redfin 2 tools See the full MCP server →
https://mcp.hasdata.com/api/mcp?apis=redfin,google_maps,zillow
10tools in your server
Build vs Buy

Free on GitHub, paid in hours

Anyone can clone a free MCP to scrape Redfin. Whether that stays free depends on the shape of your project.

Scenario

A script I run once

Self-hosted from GitHubyour machine, your upkeep
$0/ mo, runs locally
+ 3–6 h onceof someone’s time
Setup (clone, wire, run)3–6 h once
Markup changesnot yet
Retries and concurrencynot needed
Proxy and hosting$0
Nothing to own. You get the answer and delete the folder.
mcp.hasdata.comFree tier
$0/ mo
+ 0 hof someone’s time
Setup one line
Parser upkeep included
Retries and concurrency included
~50 calls 250 of 1,000 credits
The free tier renews every month. No card.
leans self-hosted
Take the free repo
Nothing has to keep working tomorrow, so upkeep never appears. Both cost nothing, so take whichever is already in front of you.

A weekly report

Self-hosted from GitHubyour machine, your upkeep
$0–40/ mo
+ 2–4 h / moof someone’s time
Setup (proxy, hosting, wiring)3–6 h once
Markup changes2–4 h / mo
Retries and concurrency2–4 h once
Proxy and hosting$0–40 / mo
Someone looks at it when the numbers come back wrong, which is how you find out.
mcp.hasdata.comFree tier
$0/ mo
+ 0 hof someone’s time
Setup one line
Parser upkeep included
Retries and concurrency included
~200 calls a month 1,000 of 1,000 credits
Exactly the free tier, so a heavier month moves you to Startup.
dead even
Either works
The repo is free if you have somewhere to run it, ours is free up to the credit ceiling. The two to four hours a month decide it.

A pipeline in production

Self-hosted from GitHubyour machine, your upkeep
$40–120/ mo
+ 6–10 h / moof someone’s time
Setup (proxy, hosting, wiring)3–6 h once
Markup changes2–4 h / mo
Retries, concurrency, rate limits4–8 h once
Proxy and hosting$40–120 / mo
Someone owns this permanently, and it is never the top of their list.
mcp.hasdata.comStartup, 200K credits, 5 concurrent
$49/ mo
+ 0 hof someone’s time
Setup one line
Parser upkeep included
Retries and concurrency included
10,000 calls 50K of 200K credits
A quarter of the plan used, and the rest is headroom.
leans hosted
Use the hosted server
The proxy and hosting bill alone is in the range of the whole plan, and that is before anyone spends the six to ten hours.

A feature in my product

Self-hosted from GitHubyour machine, your upkeep
$300+/ mo
+ on-callof someone’s time
Setup (proxy, hosting, wiring)3–6 h once
Markup changes, plus on-call2–4 h / mo
Retries, concurrency, rate limitsongoing
Proxy and hosting$300+ / mo
The thing your customers touch depends on one volunteer's spare evening.
mcp.hasdata.comBasic, 1M credits, 15 concurrent
$99/ mo
+ 0 hof someone’s time
Setup one line
Parser upkeep included
Retries and concurrency included
100,000 calls 500K of 1M credits
Same endpoint at ten calls and at ten million. One invoice.
leans hosted
Use the hosted server
A third of the price, and nobody has to carry a pager for a dependency your customers touch.
Pricing

One balance, every interface

A flat monthly price against a known credit ceiling. Move up a plan when you outgrow it.

Free
$0 /mo
Free forever
200 tool calls / month
1,000 credits / month
1 concurrent request
Every MCP tool on every plan
Failed calls are not billed
One balance across MCP and REST
Community support
Start free
Startup
$49 /mo
$1.23 / 1k tool calls
40K tool calls / month
200K credits / month
5 concurrent requests
Every MCP tool on every plan
Failed calls are not billed
One balance across MCP and REST
Email support
Get started
Basic
Recommended
$99 /mo
$0.50 / 1k tool calls
200K tool calls / month
1M credits / month
15 concurrent requests
Every MCP tool on every plan
Failed calls are not billed
One balance across MCP and REST
Priority email support
Get started
Growth
$208 /mo
$0.35 / 1k tool calls
3M credits / month
50 concurrent requests
Every MCP tool on every plan
Failed calls are not billed
One balance across MCP and REST
Dedicated account manager
Get started
Monthly tool call volume
Free 200K 1M 4M
Best fit
Basic
tool calls / mo
200K
Concurrency
15
$ / 1k tool calls
$0.50
$99 /mo
Get Started
Enterprise
Custom price based on required volume

Past 20M credits a month, or terms the self-serve plans do not cover. We shape the contract around your workload.

Credits rollover
Unused credits carry into the next billing period.
Concurrency 2000+
Parallel request limits set to your peak load.
#1 request priority
Highest speed, always first in the queue.
Personal manager
A direct line to the founding team.
SSO
SAML single sign-on for the whole team.
SOC-2 compliance
Security review, DPA, and audit reports.
Talk to sales Quote within one business day
FAQ

Before you wire it in

Do I need a Redfin account?

No. The tools read the public listing pages a signed-out visitor sees, so the only credential is your HasData key.

What can I search by?

keyword takes a city, a ZIP, a neighbourhood or a street address, the same text you would type into the site. type is required and picks forSale, forRent or sold, because each has its own filter set.

Which filters are there?

Price and monthly payment, beds and baths, square feet and lot size, year built, stories, HOA, home types, listing status and category, days on Redfin, open houses, garage, pool and basement, pets and amenities for rentals, school rating and type, and walk, transit and bike scores. The names mirror Redfin's own URL filters, with underscores where the site nests them.

Where do I get a property URL?

Every listing in the search results carries url. Pass it to the property tool as is. A Redfin link copied from a browser works the same way.

What is in the property record?

Price, size and facts, the full price history with events, tax history by year, assigned schools with GreatSchools ratings and reviews, the listing agent, photos, the MLS detail groups for interior, exterior, utilities and HOA, and points of interest nearby. The Redfin Estimate block lists the comparable sales it rests on.

How do I page through results?

Send page. Each response carries pagination.nextPage and a map of the other page URLs, so the agent knows how far a search goes before it starts walking.

How fresh is the data? Is anything cached?

Every tool call fetches the page at that moment, so a listing added this morning is already there. Nothing is served from a cache.

How many calls can run in parallel?

One on the free tier, five on Startup, fifteen on Basic, and fifty on Growth. The larger Growth volumes raise it to 200, 300 and 500.

What happens when I run out of credits?

Nothing is charged on top of the plan. Calls stop until the billing cycle renews.

Does it work with Claude Desktop, Cursor, VS Code and Claude Code?

Yes, all four, plus anything else that speaks MCP over streamable HTTP. Claude Desktop connects through OAuth, and the rest take the URL and an API key header.

Is HasData affiliated with Redfin?

No. HasData is an independent service and is not affiliated with, endorsed by, or sponsored by Redfin Corporation. Redfin is a trademark of its respective owner.