1. Conduid
  2. Developer Tools
  3. Dld MCP
MCP server · Developer Tools

Dld MCP

MCP server for Dubai Land Department property data (Sales)

Unclaimed MIT last commit 7 months ago dubaidevtoolsmcpreal-estatemcp-serverpython
61Good

Scored 3 months ago · breakdown

About Dld MCP

Dld MCP is an MCP server published by level09 in the Developer Tools category: mCP server for Dubai Land Department property data (Sales). It has been installed 0 times through Conduid.

The repository has 1 stars and 0 forks, with the last commit 7 months ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx dld-mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Dld MCP

Powered by Claude · Grounded in docs

I know everything about Dld MCP. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

README

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

Setup

Claude Code:

claude mcp add dld -- uvx dld-mcp

Claude 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, 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

README mirrored from the source repository 3 months ago. The original is authoritative.

Questions

About Dld MCP

How do I install Dld MCP?

Run npx dld-mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Dld MCP safe to use with an AI agent?

Its trust score is 61 out of 100 (good). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Dld MCP still maintained?

The last commit was 7 months ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.