Dld Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Dld Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
MCP server for Dubai real estate data. Query 1.6M+ DLD sales transactions and 9.5M+ Ejari rental contracts.
uvx dld-mcpClaude 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"]
}
}
}One flexible tool to query all Dubai property data.
| 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 |
"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 areasMarina, 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
git clone https://github.com/level09/dld-mcp
cd dld-mcp
uv sync
uv run dld-mcpMIT - OfferBrief
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.