# Real Estate MCP Server

Search Redfin for property listings and get detailed property information including prices, addresses, beds, baths, and square footage.

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

## Tools (2)

- `search_redfin_properties` — Search Redfin for property listings by location and filters. Returns prices, addresses, beds, baths, sqft.
- `get_property_details` — Get detailed information about a specific property from its Redfin URL.

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