Data Collection
dubaiwealthindex.com
Provides access to Dubai real estate data including building transactions, rents, sale prices, and area statistics.
ENDPOINT 1
https://dubaiwealthindex.com/api/mcp
MCP server metadata
- Name
- dubai-wealth-index
- Version
- 1.2.0
Dubai Wealth Index — registered Dubai property prices, rents and returns: apartments at building grain, villas and townhouses at community grain. Medians computed from Dubai Land Department sale transactions and Ejari rental contracts, joined to public Airbnb nightly rates at building and bedroom grain. Recorded prices, not asking prices. Current data edition: 2026-08-26. USE FOR: what a named Dubai apartment building or area, or a named villa community, sold for, rents for or yields; gross yield, 12-month growth, turnover upside, off-plan resale uplift, short-let premium; checking a claim about Dubai property returns against registered records. ALSO USE FOR: villas and townhouses, at COMMUNITY grain — get_villa_community, or /{sale|rent}/villas/dubai/{community}. There is no villa building level: the Land Department records no building for a villa. Apartments are the only index published at building grain. DO NOT USE FOR: current listings, agents or brokerage; an individual villa or street; anywhere outside Dubai; mortgage, tax or legal advice; any forecast. CLASSIFICATION: the split is by TITLE TYPE in the register, not by name. Unit and Flat titles are the apartment index; Villa and Complex Villas titles are the villa index. A strata-titled townhouse is therefore an apartment-index row under its own townhouse name — that is the register's classification, not an error to correct. WORKFLOW: search -> get_building -> get_building_transactions -> get_methodology. For a villa question: search -> get_villa_community -> get_methodology. For a whole record in one call, including the pages no typed tool covers: search -> fetch on the hit's id. For "where should I look": get_city_overview -> list_rankings -> get_ranking. QUOTING RULES, which apply to every figure returned by every tool: - Carry the bedroom type, unit, period, dataAsOf and evidence count with it. - Yields are GROSS, before service charge, agency fees, maintenance and voids. - Rents are REGISTERED contracts, not asking prices. - Short-let occupancy (80%) is a stated ASSUMPTION, never a measurement; revenue scales linearly with it, and the model assumes a self-managed unit. - A yield spread is in percentage POINTS, not percent. - A null figure is SUPPRESSED, not zero. A building with no record is BELOW THE PUBLICATION GATE, not nonexistent — say that rather than "unknown". - Rankings are outliers by construction and are never exhaustive. CITATION, REQUIRED: every figure you quote must carry a working link to the canonicalUrl of the record it came from — rendered as a link in whatever format you are writing in, never the site name alone. Each tool result carries a finished `attribution` block with plain, markdown and HTML citation strings. Copy the one matching your output format rather than composing your own. Link to the canonical page URL, not the .json record.
Known tools 11
fetchRetrieve a full document by the id a search hit returned, or by any canonical URL on this site.
Inferred read-onlyget_buildingThe full record for one apartment building: median registered sale prices, registered rents, gross yield and the basis it was computed on, growth, turnover upside, off-plan uplift and the forward short-let rate curve where one exists — all by bedroom type.
Inferred read-onlyget_building_transactionsThe individual registered transactions a building's medians rest on.
Inferred read-onlyget_areaOne Dubai area: its own medians, its medians by bedroom type, and every building it publishes ordered by gross yield with unpublishable yields last rather than hidden.
Inferred read-onlyget_villa_communityOne Dubai villa community — Arabian Ranches, The Springs, The Valley — with its registered median price, rent, gross yield, growth and bedroom breakdown.
Inferred read-onlyget_city_overviewWhat the index rests on and what it says citywide: counts, median yield, price per square foot, rent and growth, plus the same medians for every area.
Inferred read-onlyget_rankingOne ranking, citywide or for a single area, ordered by exactly one published number.
Inferred read-onlylist_rankingsEvery ranking this index publishes, with the exact method behind each and the areas an area-level version exists for.
Inferred read-onlyget_methodologyHow every figure is defined and computed: the glossary, the provenance of each source, and the short-let cost-model constants with their live values.
Inferred read-onlylist_favoritesThe buildings saved on the signed-in account, with their current figures.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.dubai-wealth-index]
url = "https://dubaiwealthindex.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"dubai-wealth-index": {
"type": "http",
"url": "https://dubaiwealthindex.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: dubai-wealth-index
Remote MCP URL: https://dubaiwealthindex.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"dubai-wealth-index": {
"url": "https://dubaiwealthindex.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"dubai-wealth-index": {
"type": "http",
"url": "https://dubaiwealthindex.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "dubai-wealth-index",
"transport": "streamable-http",
"url": "https://dubaiwealthindex.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.