# Real Estate MCP Server

Search Redfin property listings and get comprehensive property details. Filter by price, location, and property type for investment analysis.

## Quick Start

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

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

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

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

## Direct MCP Connection

Endpoint: `https://real-estate-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_redfin_properties` — Search Redfin's real estate database for property listings by location and criteria. Returns price, street address, num…
- `get_property_details` — Retrieve comprehensive details for a specific property from Redfin URL. Returns full description, tax history, HOA fees…

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

## Resources

- `realestate://markets` — Real estate data available for all US markets covered by Redfin.

## Prompts (2)

- `property_search` (location) — Search for properties matching specific criteria and generate a comparison report.
- `investment_analysis` (url) — Analyze a property listing for investment potential including price, location, and market context.
