dld-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@dld-mcpWhat's the median price in Marina?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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-mcpSetup
Claude Code:
claude mcp add dld -- uvx dld-mcpClaude Desktop - 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 |
property_type |
| all |
bedrooms |
| all |
date_from | YYYY-MM-DD | 12 months ago |
date_to | YYYY-MM-DD | today |
metric |
| 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 areasSupported 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-mcpLicense
MIT - OfferBrief
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/level09/dld-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server