# Redfin Real Estate MCP Server

Search Redfin real estate listings with filters and get full property details including tax history, schools, and neighborhood data.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add nexgendata-apify/redfin-mcp-server

# Browse available tools
npx -y @smithery/cli@latest tool list nexgendata-apify/redfin-mcp-server

# Get full schema for a tool
npx -y @smithery/cli@latest tool get nexgendata-apify/redfin-mcp-server search_properties

# Call a tool
npx -y @smithery/cli@latest tool call nexgendata-apify/redfin-mcp-server search_properties '{}'
```

## Direct MCP Connection

Endpoint: `https://redfin-mcp-server--nexgendata-apify.run.tools`

**Optional config:**
- `apiKey` (query) — Your Apify API token for authenticated access. Get it from https://console.apify.com/settings/integrations. Required for data retrieval; optional for server discovery and capability listing.

## Tools (2)

- `search_properties` — Query Redfin real estate listings by location and filters for residential properties. Returns asking price, street addr…
- `get_property_details` — Retrieve full property details from Redfin listing page. Returns listing description, tax history, HOA fees, property t…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get nexgendata-apify/redfin-mcp-server <tool-name>
```

## Resources

- `redfin://coverage` — Property listings and details from Redfin across all US markets.

## Prompts (1)

- `home_search` (location) — Search for homes matching specific criteria and generate a summary with pricing and features.
