io.dxbdata/dxb-data
Official4 toolsOfficial Dubai real estate data: live prices and rental yields by area, from the DLD.
Dubai real estate market data including prices, per-unit costs, and rental yields by area.
Captured live from the server via tools/list.
list_areas
List all Dubai areas (neighborhoods) available in the dataset. Use to discover valid area names.
No parameters.
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.
Parameters (2)
- areastringrequired
Area name in English, e.g. 'Business Bay'.
- property_typestring
'Flat' (default) or 'Villa'.
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.
Parameters (2)
- areastringrequired
Area name in English.
- property_typestring
'Flat' (default) or 'Villa'.
market_overview
Overall Dubai real estate snapshot: total transactions, areas, date range, median sale price (AED), top 5 areas by volume.
No parameters.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"dxb-data": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://dxbdata.io/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.