# rspace

R.Space — the real estate OS for the UAE.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add r-space-technology-ltd/rspace

# Browse available tools
npx -y @smithery/cli@latest tool list r-space-technology-ltd/rspace

# Get full schema for a tool
npx -y @smithery/cli@latest tool get r-space-technology-ltd/rspace search_projects

# Call a tool
npx -y @smithery/cli@latest tool call r-space-technology-ltd/rspace search_projects '{}'
```

## Direct MCP Connection

Endpoint: `https://rspace--r-space-technology-ltd.run.tools`

## Tools (9)

- `search_projects` — Search real estate projects in UAE. Filter by location, price, type, bedrooms, developer, launch status.
- `get_project_details` — Get full details of a specific project by ID, including pricing, payment plan, amenities, unit types.
- `compare_projects` — Compare 2 to 5 real estate projects by price, location, status, handover, developer, payment plan, and amenities.
- `search_listings` — Search public property listings in UAE. Filter by location, price, property type, bedrooms, status, and size.
- `calculate_roi` — Calculate Return on Investment for a real estate deal. Provide purchase and sale details to get profit, ROI %, and annu…
- `get_market_stats` — Get market statistics: average prices by district, number of projects, price ranges.
- `find_broker` — Find real estate brokers/agents on the R.Space platform. Returns public profile info only (no personal contacts).
- `search` — Search R.Space public real estate data and return canonical result items for citation.
- `fetch` — Fetch a single R.Space document by ID returned from the search tool.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get r-space-technology-ltd/rspace <tool-name>
```

## Resources

- `rspace://info`

## Prompts (1)

- `property_search_brief` (budget_aed, intent, location, bedrooms) — Structured brief for an AI agent helping a buyer or investor find UAE real estate.
