DXB Data

by renatocrt11

379 downloads
Not rated
GitHub Website

About

Official Dubai real estate data for AI agents, served over MCP.

Details

Author
renatocrt11
Downloads
379
Categories
Search, Remote MCP

- Official Dubai Land Department property data.
- Live sale prices and price per m² for every Dubai area.
- Gross rental yields updated daily.
- Works with Claude and any MCP-compatible client.
- Seven specialized tools for area and market analysis.
- Remote server with streamable HTTP transport.

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name DXB Data
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Connect via a remote MCP server using the streamable HTTP transport at https://dxbdata.io/mcp. In Claude, add it as a custom connector under Settings → Connectors → Add custom connector, paste the URL, and save. Then ask questions like "Using DXB Data, what's the rental yield in Business Bay?" Seven tools are available: rental_yield, area_snapshot, market_overview, list_areas, rank_areas_by_yield, compare_areas, and affordability.

list_areas

List all Dubai areas (neighborhoods) available in the dataset. Use to discover valid area names.

area_snapshot

Price snapshot for residential property in a Dubai area from official DLD sale transactions: sample size, median sale price (AED), median price per m2, date range.

rental_yield

Gross rental yield for residential property in a Dubai area: median annual rent per m2, median sale price per m2, and gross yield %, from official DLD sale + rental (Ejari) data.

market_overview

Overall Dubai real estate snapshot: total transactions, areas, date range, median sale price (AED), top 5 areas by volume.

rank_areas_by_yield

Rank Dubai areas by gross rental yield (highest first), from official DLD sale + rental data. Great for finding the best-yielding neighbourhoods.

compare_areas

Compare 2-5 Dubai areas side by side: median sale price, price per m2, and gross rental yield.

affordability

Given a budget in AED, list Dubai areas where the median sale price fits (largest you can afford first).

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "dxb data": {
            "dxb-data": {
                "url": "https://dxbdata.io/mcp"
            }
        }
    }
}

McpServers

{
    "dxb-data": {
        "url": "https://dxbdata.io/mcp"
    }
}
# DXB Data — MCP Server Official Dubai real estate data for AI agents, served over the **Model Context Protocol (MCP)**. DXB Data serves official Dubai Land Department (DLD) property data to AI agents: live sale prices, price per m², and gross rental yields for every Dubai area, auto-updated daily. Works with Claude and any MCP-compatible client. ## Connect Remote MCP server (streamable-http): ``` https://dxbdata.io/mcp ``` In Claude: **Settings → Connectors → Add custom connector**, paste the URL, save. Then ask: _"Using DXB Data, what's the rental yield in Business Bay?"_ ## Tools | Tool | Description | |---|---| | `rental_yield` | Gross rental yield for an area: annual rent/m², sale price/m², yield %. | | `area_snapshot` | Median sale price and price per m² for residential property in an area. | | `market_overview` | Total transactions, median price, and the most active areas right now. | | `list_areas` | Every Dubai area available, so agents always use valid names. | | `rank_areas_by_yield` | Ranks areas by gross rental yield. | | `compare_areas` | Side-by-side comparison of two or more areas. | | `affordability` | Affordability metrics for a given budget. | ## Links - Website: https://dxbdata.io - MCP Registry: https://registry.modelcontextprotocol.io/?q=dxb-data - Contact: hello@dxbdata.io Data source: Dubai Land Department (data.dubai). Derived analytics; official records via DLD open data. © 2026 DXB Data.
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.