# Propify — Real Estate AI for Riviera Maya

Propify is the AI-powered real estate platform for Riviera Maya, Mexico. Search and match properties in Tulum, Playa del Carmen, Cancún, and Bacalar using semantic AI matching (Gemini embeddings + co…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add propify/propify-riviera-maya

# Browse available tools
npx -y @smithery/cli@latest tool list propify/propify-riviera-maya

# Get full schema for a tool
npx -y @smithery/cli@latest tool get propify/propify-riviera-maya search_properties

# Call a tool
npx -y @smithery/cli@latest tool call propify/propify-riviera-maya search_properties '{}'
```

## Direct MCP Connection

Endpoint: `https://propify-riviera-maya--propify.run.tools`

**Optional config:**
- `language` (query) — Preferred response language: en (English) or es (Spanish)
- `defaultZone` (query) — Default zone for searches: Tulum | Playa del Carmen | Cancún | Bacalar

## Tools (8)

- `search_properties` — Search real estate listings in Riviera Maya, Mexico. Filter by zone (Tulum, Playa del Carmen, Cancún, Bacalar), price r…
- `get_property_details` — Get complete details for a specific Propify property including description, specs, AI-generated highlights, valuation e…
- `get_zone_market_stats` — Get real-time market statistics for a Riviera Maya zone: live Propify inventory counts, average prices, verified listin…
- `find_matching_properties` — Find best-matching Propify properties for a buyer profile. Ranks by budget fit, quality score, verification status, and…
- `list_verified_notaries` — List Propify-verified notaries (notarios públicos) for real estate closings in Riviera Maya. Filter by zone and languag…
- `get_market_overview` — Get a comprehensive overview of the Riviera Maya real estate market: all active zones, live Propify inventory counts, r…
- `get_transaction_status` — Check the real-time status of a Propify transaction pipeline: matched → committed → escrow → docs → notary → closed. Re…
- `get_broker_profile` — Look up a Propify Agent (broker) profile by their slug or UUID. Returns their bio, active listings, and contact info.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get propify/propify-riviera-maya <tool-name>
```

## Prompts (3)

- `riviera_maya_market_report` — Generate a full Riviera Maya real estate market report: all active zones, live inventory, rental yields, appreciation r…
- `find_best_investment` (budget_usd, intent) — Find the best Riviera Maya investment properties for a given budget and intent.
- `closing_readiness_check` (transaction_id) — Check if a buyer is ready to close: verify transaction status, confirm notary assignment, and list pending steps.
