MCP server for Dubai real estate - DLD transactions and Ejari rentals
Project description
DLD MCP Server
MCP server for Dubai real estate data. Query 1.6M+ DLD sales transactions and 9.5M+ Ejari rental contracts.
Installation
uvx dld-mcp
Claude Desktop Setup
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"dld": {
"command": "uvx",
"args": ["dld-mcp"]
}
}
}
Tool: query_dld
One flexible tool to query all Dubai property data.
Parameters
| Parameter | Values | Default |
|---|---|---|
| area | Area name or building (fuzzy search) | required |
| type | sales, rentals |
sales |
| property_type | all, apartment, villa, townhouse |
all |
| bedrooms | all, studio, 1, 2, 3, 4, 5+ |
all |
| date_from | YYYY-MM-DD | 12 months ago |
| date_to | YYYY-MM-DD | today |
| metric | stats, count, list |
stats |
| limit | 1-50 (for list mode) | 10 |
Examples
"What's the median price in Marina?"
→ query_dld(area="Marina")
"How many villas sold in Palm Jumeirah in 2024?"
→ query_dld(area="Palm", property_type="villa", date_from="2024-01-01", metric="count")
"Average rent for 2BR in Downtown"
→ query_dld(area="Downtown", type="rentals", bedrooms="2")
"Show me recent sales in JBR"
→ query_dld(area="JBR", metric="list", limit=10)
"Compare Business Bay vs Marina apartment prices"
→ Two calls with different areas
Supported Aliases
Marina, JBR, Downtown, Palm, JVC, JLT, Business Bay, Sports City, Motor City, Silicon Oasis, Arabian Ranches, Discovery Gardens, International City, Creek Harbour, City Walk, Town Square, DAMAC Hills
Development
git clone https://github.com/level09/dld-mcp
cd dld-mcp
uv sync
uv run dld-mcp
License
MIT - OfferBrief
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dld_mcp-0.2.0.tar.gz.
File metadata
- Download URL: dld_mcp-0.2.0.tar.gz
- Upload date:
- Size: 44.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
76e11c65c6c6faf1c680f2e53acd85813687efb8f8e5daa93e4fb64a9b756fd2
|
|
| MD5 |
a779cf50476d783191500dae247e490f
|
|
| BLAKE2b-256 |
66bcd8d20507bd939b4ecced4a0be2fdf2af0cb4a9758b6dd2d9f85fad4094c2
|
File details
Details for the file dld_mcp-0.2.0-py3-none-any.whl.
File metadata
- Download URL: dld_mcp-0.2.0-py3-none-any.whl
- Upload date:
- Size: 4.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
34f3b3005f0d5928d227baaa837a71a042b4e31812a14d35d7af60bb9e642b30
|
|
| MD5 |
b78411f52d994dea9bf939b1c8ed2e52
|
|
| BLAKE2b-256 |
b5bee75841e7552a81ccb7b59697690e1e255c354f48d2375deeef6d333f7dd3
|