Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.chrischall/redfin-mcp

NPM · REDFIN-MCP · SCANNED SEP 20

Redfin real-estate for Claude — search, property details, market reports, saved homes

Available components

0 this week 89 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security100
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 0 of 8 dependencies flagged as unhealthy. View diagnostics → Pass
Provenance & Transparency97
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to chrischall/redfin-mcp). View diagnostics → Pass
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 0 days ago).Pass
  • Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability64
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 4866 tokens (~231/item across 21 items; 21 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management80
  • Stability observed for 24 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage88
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 65% of tool parameters carry a description.Partial
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 21 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 21 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass
Install

How do I install the io.github.chrischall/redfin-mcp server?

io.github.chrischall/redfin-mcp runs locally as an npm package, launched with npx -y redfin-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · redfin-mcp

# add to Claude Code
claude mcp add chrischall-redfin-mcp -- npx -y redfin-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "chrischall-redfin-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "redfin-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "chrischall-redfin-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "redfin-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add chrischall-redfin-mcp -- npx -y redfin-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "chrischall-redfin-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "redfin-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add chrischall-redfin-mcp --command npx --arg -y --arg redfin-mcp
# ~/.hermes/config.yaml
mcp_servers:
  chrischall-redfin-mcp:
    command: "npx"
    args: ["-y", "redfin-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "chrischall-redfin-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "redfin-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add chrischall-redfin-mcp -t stdio -c npx -a -y redfin-mcp
// mcp.json
{
  "mcpServers": {
    "chrischall-redfin-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "redfin-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Sept 26 +8
    • Known CVEs: unverified → pass security
    • Dependency health: unverified → 1.00 functional
    • MCP protocol: Implements a current MCP spec version (2026-07-28). functional
    • Stability: pass → 0.80 functional
    • Package version: 1.0.0 → 1.1.0 functional
  • 19 Sept 26 −10
    • Stability: 0.97 → unverified security
    • Known CVEs: pass → unverified security
    • Tool safety: pass → unverified security
    • Stability: 0.97 → pass security
    • Capabilities: pass → unverified functional
    • Dependency health: 0.86 → unverified functional
    • Tool coverage: 100 → unverified functional
    • Schema quality: Schema quality not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. functional
    • Package version: 0.13.5 → 1.0.0 functional
    • Package version: 0.10.2 → 0.13.5 functional
  • 18 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 17 Sept 26 +15
    • Malware scan: unverified → pass security
  • 15 Sept 26 +1
    • Malware scan: unverified → pass security
    • Package version: 0.13.4 → 0.13.5 functional
  • 14 Sept 26 −15
    • Stability: 0.80 → unverified security
    • Malware scan: pass → unverified security
    • Tool safety: pass → unverified security
    • Capabilities: pass → unverified functional
    • Tool coverage: 100 → unverified functional
    • Security disclosure: fail → unverified functional
    • Schema quality: Schema quality not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. functional
    • Package version: 0.13.3 → 0.13.4 functional
  • 13 Sept 26 −2
    • Stability: pass → 0.80 functional
  • 12 Sept 26 +15
    • Malware scan: unverified → pass security
    • Stability: 0.97 → pass security
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed npm/redfin-mcp@1.1.0

Provenance Verified

A signed build attestation was found and verified, binding this exact artifact to the source repository it claims to come from.

Result Verified
Ecosystem npm
Reason Verified
Discovered via Registry attestation endpoint
Source repo chrischall/redfin-mcp
Certificate issuer https://token.actions.githubusercontent.com
Certificate SAN https://github.com/chrischall/redfin-mcp/.github/workflows/release-please.yml@refs/heads/main
Rekor log index 2893923379
Predicate type https://slsa.dev/provenance/v1
Subject digest sha512:cda3570e54c1937d039a5d01ca6615d830683f77d8948d59801566e287e18f5952b2e16be26c6ff55b1558d440c70c19b5d77592703b4fff10c5f277f

Background: How many MCP packages publish verified provenance →

Dependencies 8 packages
Packages resolved 8
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 21 exposed · ~4,866 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
redfin_bulk_get ~394

Fetch up to 200 Redfin property records in a single tool call. Provide an array of targets, each one of: a `url` (full Redfin homedetails URL or path with the /home/<id> segment), a `property_id` alone (resolved internally by following Redfin's /home/<id> redirect to the canonical listing), or a `property_id`+`listing_id` pair (fastest — skips resolution). Returns the same per-property record shape as `redfin_get_property`, but without a summary table — use `redfin_compare_properties` for that. Per-target errors are captured per-row; a single bad ID does not fail the batch. Server-side concurrency, ~6 in flight at a time, with retry-once-on-timeout per row to absorb transient bridge hiccups. The whole call is bounded by an overall hard deadline: a single slow/hung row never wedges the server — when the deadline is reached any unsettled row is returned with `status: "pending"` (retryable) and a `pending` count so you can re-run just those targets. Use this when you have a list of saved homes / candidate properties and need the full structured data for every one of them.

NameTypeReqDescription
include_descriptionbooleanInclude each property's raw marketing/public-remarks description. Default false to save context — `extracted_features` always carries the structured signal.
targetsarrayyesArray of 1–200 properties to fetch
viewstringResponse shape: "compact" (default) drops fields the response already carries elsewhere; "full" returns every field this server understands. compact strips image/avatar URLs from the response; "full"…

No output schema declared.

No examples provided.

redfin_calculate_affordability ~207

Solve for the maximum home price you can afford under the standard 28/36 DTI rule. Inputs: monthly income, recurring monthly debts (car/student loans), down payment, interest rate, optional property-tax rate / insurance / HOA / loan term. Output: max home price, binding constraint (front-end vs back-end), and the PITI breakdown at that price. Uses the canonical @chrischall/realty-core affordability engine shared across the realty MCP cohort. No network — pure local math.

NameTypeReqDescription
back_end_dtinumber
down_paymentnumberyes
front_end_dtinumber
hoa_monthlynumber
insurance_annualnumber
interest_ratenumberyes
loan_term_yearsinteger
monthly_debtsnumber
monthly_incomenumberyes
property_tax_ratenumber

No output schema declared.

No examples provided.

redfin_calculate_mortgage ~232

Local-only mortgage payment calculator. Returns a full PITI breakdown (principal + interest, property tax, insurance, HOA, PMI) and total interest over the life of the loan. No network call — fully deterministic, safe to use for scenario comparison without burning a fetch. Provide either down_payment OR down_payment_percent; defaults to 20%. Property tax can be given as property_tax_annual or property_tax_rate (% of home price). PMI applies automatically when LTV > 80% and pmi_rate is provided.

NameTypeReqDescription
down_paymentnumber
down_payment_percentnumber
hoa_monthlynumber
home_pricenumberyes
insurance_annualnumber
interest_ratenumberyesAnnual %, e.g. 6.5
loan_term_yearsintegerDefault 30
pmi_ratenumberAnnual %, applied when LTV > 80%
property_tax_annualnumber
property_tax_ratenumberAnnual % of home price

No output schema declared.

No examples provided.

redfin_compare_properties ~397

Fetch and compare 2 to 25 Redfin properties side-by-side. Provide an array of targets, each either a `url` or a `property_id`+`listing_id` pair. Returns the full per-property record (price, beds/baths, sqft, year built, HOA monthly, last sold, derived price-drop, etc.). For >25 properties or workflows that don't need side-by-side analysis use `redfin_bulk_get`. Pass `include_summary: true` for an aligned-by-field `summary` table (default false to save context — the per-row records carry the same data, so emitting both duplicates ~30% of the response weight). Each record's `extracted_features` (lake_front, hot_tub, basement, furnished, dock, community) is always included. The raw marketing description is omitted by default — opt in with `include_description: true`. Errors for individual properties are captured per-row. Calls are concurrent.

NameTypeReqDescription
include_descriptionbooleanInclude each property's raw marketing/public-remarks description. Default false to save context — `extracted_features` always carries the structured signal.
include_summarybooleanInclude the aligned-by-field `summary` table. Default false — the per-row records carry the same data, so emitting both duplicates ~30% of the response weight. (#37)
targetsarrayyesArray of 2–25 properties to compare. Use `redfin_bulk_get` for larger batches that don't need side-by-side analysis.
viewstringResponse shape: "compact" (default) drops fields the response already carries elsewhere; "full" returns every field this server understands. compact strips image/avatar URLs from the response; "full"…

No output schema declared.

No examples provided.

redfin_get_area_climate_baseline ~162

Fetch climate risk for a small set of representative URLs in an area, then return their averaged baseline values plus the shared cluster_id when present. Use this as a cheap area-level read BEFORE fanning out a per-property call: if all sample properties agree (same cluster_id, same fire/flood/heat factors), the baseline applies to the whole cluster and N redundant fetches are avoidable. Pass 2–10 URLs you believe represent the area; returns the aggregate plus the per-URL responses for transparency. Limitations of the per-property tool apply (no landslide coverage — note documented in the per-property tool description).

NameTypeReqDescription
sample_urlsarrayyesArray of 2–10 sample Redfin URLs representative of the area.

No output schema declared.

No examples provided.

redfin_get_by_address ~299

Resolve a free-text address (with optional city/state/zip) to its Redfin canonical home URL and home_id. Walks a 3-rung ladder: (1) autocomplete as-typed, (2) autocomplete with suffix expansion (Rd ↔ Road, Ln ↔ Lane, etc.), (3) search fallback (#75) — when autocomplete misses entirely and city/state are provided, resolves the locality to a region, fires a bounded gis search, and fuzzy-matches the input street tokens against returned homes. `matched_via` is `'autocomplete'` or `'search_fallback'`. Degrades to `resolved: false` when every rung misses — does not throw. Address discrepancies across MLS feeds are common (the `109 vs 169 Overlook Point Ln` cross-MLS case is a regular occurrence) — companion `address_alternates[]` field (#42) surfaces conflicts when present. Use this when you have a property address and need its Redfin home_id for follow-on calls (e.g. `redfin_get_property`). Read-only, no auth required.

NameTypeReqDescription
addressstringyesStreet address (e.g. "158 Raven Blvd").
citystringCity name (e.g. "Lake Lure").
statestringTwo-letter state code (e.g. "NC").
zipstringZIP code (e.g. "28746").

No output schema declared.

No examples provided.

redfin_get_climate_risk ~326

First Street Foundation climate risk scores for a property. COVERS: flood (factor 1–10, FEMA zones, 30-year annual chance series), fire (factor 1–10, relative risk, insurance price band, provider count), heat (factor 1–10, cumulative-risk projections at 0/5/10/15/20-year horizons). DOES NOT COVER: landslide. This is the Helene-relevant risk vector in the NC mountains market and many parts of California / the Pacific Northwest. First Street has no landslide product — for that vector check the NC Geological Survey landslide hazard maps (NC-specific) or USGS landslide hazard data (national). Surfaced on every response as `not_covered: ['landslide']`. Response shape: when First Street data is available, `available: true` with the risk blocks; when not, `{ available: false, reason }` where reason is one of `no_first_street_data`, `new_construction`, `address_outside_coverage`. Sourced from Redfin's server-rendered homedetails HTML (no clean stingray endpoint exists). Pass a homedetails URL (full or path). When a `cluster_id` is surfaced, properties with the same value typically share identical climate scores — use that to group N properties and skip redundant fetches.

NameTypeReqDescription
urlstringyesRedfin homedetails URL or path (e.g. /NY/Brooklyn/42-Monroe-St-11238/home/40732555)

No output schema declared.

No examples provided.

redfin_get_climate_risk_bulk ~134

Fetch climate risk for up to 100 property URLs in a single call. Same per-property shape as `redfin_get_climate_risk`; output preserves input order. Per-row error capture — properties without First Street data return `{ available: false, reason }` without aborting the batch. Server-side concurrency (~5 fetches in flight). Use this when batching ~60-property workflows where climate risk is the dominant cost. Limitations from the per-property tool apply (no landslide coverage).

NameTypeReqDescription
urlsarrayyesArray of 1–100 Redfin homedetails URLs or paths.

No output schema declared.

No examples provided.

redfin_get_comparable_rentals ~172

Find nearby rental comparables for a given property: nearby active rental listings with similar bed/bath/sqft, including monthly rent, distance, and the Redfin URL. Useful for estimating what a property could rent for, or for finding rentals near a home you're considering. Inputs are the rent estimate range + lat/lng + propertyId — typically taken from the upstream `redfin_get_property` (or read from the property page directly).

NameTypeReqDescription
latitudenumberyes
longitudenumberyes
property_idintegeryes
rent_estimate_highintegeryesUpper bound of the rent estimate.
rent_estimate_lowintegeryesLower bound of the rent estimate. Use the same value for low+high if you only have one estimate.

No output schema declared.

No examples provided.

redfin_get_market_report ~234

Market report for a Redfin region: median list/sold prices, $/sqft, sale-to-list ratio, total homes for sale + sold, all with year-over-year and month-over-month change. Provide either (a) `location` — free-text we resolve via autocomplete (best with city names; "New York", "Seattle"; neighborhoods typically return empty data), or (b) `region_id` + `region_type` directly. `property_type` defaults to 1 (all). Each metric returns `{ label, value, unit, yoy_change_fraction, yoy_direction, mom_change_fraction, mom_direction }`. Read-only; safe to call repeatedly.

NameTypeReqDescription
locationstringFree-text location to autocomplete (alternative to region_id+region_type)
property_typeintegerProperty type filter, default 1 (all)
region_idintegerRedfin region id (e.g. 30749 for New York City)
region_typeintegerRedfin region type code (2 = city, 5 = zip code, 6 = neighborhood)

No output schema declared.

No examples provided.

redfin_get_price_history ~124

Listing-price events for a property — listings, price changes, pending, sold, etc. Each entry has a date, event description, price, days-on-market at that point, and the data-source attribution (MLS, county records, etc.). Also returns the tax-history series from public records. Provide either `url` or `property_id`+`listing_id`. Read-only; safe to call repeatedly.

NameTypeReqDescription
listing_idinteger
property_idinteger
urlstringRedfin homedetails URL or path

No output schema declared.

No examples provided.

redfin_get_property ~613

Fetch a property's full Redfin record. Provide one of: (a) `url` — full Redfin homedetails URL or path, resolved via the initialInfo endpoint; (b) `property_id` alone — resolved internally by following Redfin's /home/<id> redirect to the canonical listing, then initialInfo; or (c) `property_id` + `listing_id` — fastest, skips resolution and goes straight to aboveTheFold. Returns address, beds/baths, sqft, lot_size (sq ft), year built, price, status, days on market, plus derived fields (lot_size_acres, price_drop_*, hoa_monthly_usd, last_sold_*, tax_annual, extracted_features). lot_size / lot_size_acres are null (never 0) for condos and listings with no public-records lot. `primary_photo_url` is a raw Redfin CDN URL and is dropped on the default `compact` view — pass `view: "full"` for it, or use `redfin_get_property_photos` for the whole gallery. The raw marketing description is OMITTED by default — opt in with `include_description: true`. Set `include_price_history: true` to bundle the full price history (and the cross-MCP-normalized `events_normalized` view) inline; set `include_tax_history: true` for `tax_history`. Read-only; safe to call repeatedly.

NameTypeReqDescription
include_descriptionbooleanInclude the raw marketing/public-remarks description string in the response. Default false to save context — `extracted_features` always carries the structured signal callers actually need.
include_price_historybooleanBundle the full price history inline as `price_history` + `events_normalized`. Default false. Saves a follow-up redfin_get_price_history round trip — use this when a workflow needs both. (#49)
include_tax_historybooleanBundle the full tax history inline as `tax_history`. Default false. (#49)
listing_idintegerNumeric Redfin listing ID. Optional; pairs with property_id to skip resolution.
property_idintegerNumeric Redfin property ID. Sufficient on its own — when no listing_id/url is given it is resolved internally via the /home/<id> redirect. Pair with listing_id to skip that resolve step entirely.
urlstringRedfin homedetails URL or path (e.g. /NY/Brooklyn/42-Monroe-St-11238/home/40732555)
viewstringResponse shape: "compact" (default) drops fields the response already carries elsewhere; "full" returns every field this server understands. compact strips image/avatar URLs from the response; "full"…

No output schema declared.

No examples provided.

redfin_get_property_photos ~212

The full photo gallery for a Redfin property — every image in mediaBrowserInfo. Each entry returns CDN URLs at multiple sizes (fullscreen, large, medium, lightbox) plus a thumbnail and the photo's caption when set. Provide either `url` (full Redfin homedetails URL or path; we resolve to IDs via initialInfo) or `property_id` + `listing_id` (skip the resolve step). Returns `{ property_id, listing_id, count, photos }`. Off-market or stub listings may return count=0. Read-only; safe to call repeatedly.

NameTypeReqDescription
listing_idintegerNumeric Redfin listing ID. Required when property_id is provided.
property_idintegerNumeric Redfin property ID. Pair with listing_id to skip the URL resolve step.
urlstringRedfin homedetails URL or path (e.g. /NY/Brooklyn/42-Monroe-St-11238/home/40732555)

No output schema declared.

No examples provided.

redfin_get_saved_homes ~133

The signed-in user's favorited homes on redfin.com. Returns address, price, beds/baths, status. Requires the user to be signed in. Read-only; safe to call repeatedly.

NameTypeReqDescription
viewstringResponse shape: "compact" (default) drops fields the response already carries elsewhere; "full" returns every field this server understands. compact strips image/avatar URLs from the response; "full"…

No output schema declared.

No examples provided.

redfin_get_saved_searches ~153

The signed-in user's saved searches on redfin.com, derived from the saved-searches page HTML. Each entry is `{ url, region_segment, display_text }`. Requires the user to be signed in. Returns an empty array if the user has none. Read-only; safe to call repeatedly.

NameTypeReqDescription
viewstringResponse shape: "compact" (default) drops fields the response already carries elsewhere; "full" returns every field this server understands. compact strips image/avatar URLs from the response; "full"…

No output schema declared.

No examples provided.

redfin_get_session_context ~46

Return the full set of registered sessions plus the current `active_session_id`. When no sessions are registered, `sessions` is empty and `active_session_id` is null.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

redfin_healthcheck ~120

Round-trips a small public www.redfin.com URL (/robots.txt) through the fetchproxy bridge and returns diagnostics: the bridge's role (host/peer/null), port, version, the extension link (linked / pair pending / not attached / never answered), the elapsed round-trip time, and a plain-English hint distinguishing 'bridge never came up' from 'extension not connected' from 'real www.redfin.com-side problem'. Read-only, no auth required. Call this when a real tool fails and you want to know which hop broke.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

redfin_register_session ~155

Register (or refresh) an authenticated Redfin session keyed by signed-in account identity. Re-registering the same `account_identity` updates the existing session rather than creating a duplicate. Returns the `session_id` to use when routing per-tool calls. The first registered session becomes the default `active_session_id`. Pass `mark_active: true` to make the newly-registered session active in the same call.

NameTypeReqDescription
account_identitystringyesCaller-supplied identifier for the signed-in account (typically the saved-account email).
auth_expires_atstringOptional ISO timestamp at which the session expires.
mark_activebooleanWhen true, immediately make the newly-registered session the active one.

No output schema declared.

No examples provided.

redfin_resolve_addresses ~337

Resolve up to 100 free-text street addresses to Redfin canonical home URLs + home_ids in a single tool call. Each input is either a string (full address) or a structured `{street, city, state, zip}` object. Output preserves input order. Unresolved entries return `resolved: false` without aborting the batch; a transient bridge failure surfaces a distinct retryable `status` (timeout/bridge_down/pending) so it is never mistaken for a genuine no-match. Per-row retry-once-on-timeout, server-side concurrency ~6 in flight. The whole call is bounded by an overall hard deadline: a single slow/hung row never wedges the server — unsettled rows come back with `status: "pending"` and a `pending` count so you can re-run just those. Use this when you have a list of properties from another system (Compass, MLS, spreadsheet) and need their Redfin handles for follow-on calls — collapses the typical 6-search-call + 15-resolve flow into one trip.

NameTypeReqDescription
addressesarrayyesArray of 1–100 addresses to resolve, each a string or a {street, city, state, zip} object.
viewstringResponse shape: "compact" (default) drops fields the response already carries elsewhere; "full" returns every field this server understands. compact strips image/avatar URLs from the response; "full"…

No output schema declared.

No examples provided.

redfin_search_properties ~349

Search Redfin listings by location (city, ZIP, neighborhood, or full street address) and optional filters. Resolves the location via Redfin's autocomplete then queries the gis API; full street addresses short-circuit to the single matched home (no gis call). Returns matching properties with price, beds/baths, sqft, year built, address, and the Redfin home URL. `resolved_as` is `'region'` / `'address'`. `coverage` is `'full'` (gis indexed this region), `'profile_only'` (Redfin has profiles for individual addresses here but search isn't indexed — use redfin_get_by_address per property), or `'none'`. `result_cap_hit: true` signals the gis API returned its ~350 hard cap and more listings exist — narrow with price/beds filters. ZIP queries that fall into Redfin's cross-continent fallback (e.g. ZIP 28746 returning Seattle results) now error loudly. v0.1.0 supports `for_sale` status only. Read-only; safe to call repeatedly.

NameTypeReqDescription
baths_mininteger
beds_mininteger
home_typesarrayRestrict to one or more property types.
limitintegerMax listings to return (default 40).
locationstringyesFree-text location: city, ZIP, neighborhood, or address (e.g. "Brooklyn, NY", "94110", "Park Slope")
price_maxinteger
price_mininteger
statusstringListing status. Only for_sale fully works in v0.1.0.

No output schema declared.

No examples provided.

redfin_set_active_session ~67

Switch which registered session subsequent tool calls route through by default. Pass a `session_id` previously returned by `redfin_register_session`. Tools that accept an explicit `session_id` parameter override this default per-call.

NameTypeReqDescription
session_idstringyesSession id to make active.

No output schema declared.

No examples provided.

Common questions

What is the io.github.chrischall/redfin-mcp server?

io.github.chrischall/redfin-mcp is listed in the public MCP registry as io.github.chrischall/redfin-mcp. Redfin real-estate for Claude, search, property details, market reports, saved homes. This page covers its npm package (redfin-mcp).

Is the io.github.chrischall/redfin-mcp server safe to use?

io.github.chrischall/redfin-mcp scores 89 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. Its build provenance is signed and verified. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.chrischall/redfin-mcp server expose?

io.github.chrischall/redfin-mcp exposes 21 tools: redfin_search_properties, redfin_get_property, redfin_get_saved_homes, redfin_get_saved_searches, redfin_get_market_report, and 16 more. Their descriptions and schemas cost roughly 4,866 tokens of context every time the server is loaded.

Is the io.github.chrischall/redfin-mcp server still maintained?

io.github.chrischall/redfin-mcp is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.chrischall/redfin-mcp server under?

io.github.chrischall/redfin-mcp declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.