# Redfin MCP Server

Search Redfin real estate listings with advanced filters. Get property details, prices, and market data for any US location.

## 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`

## Tools (2)

- `search_properties` — Search Redfin for property listings by location and filters.
- `get_property_details` — Get detailed information for a specific Redfin property listing.

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