Analytics
heart.homes
Provides Dubai real estate market analytics and historical data through location search, market overview, and price history.
ENDPOINT 1
https://heart.homes/mcp
MCP server metadata
- Name
- heart-homes
- Version
- 1.0.0
Read-only Dubai residential real-estate data from official Dubai Land Department (DLD) records, aggregated nightly by heart.homes. Call search_locations first to resolve place names to slugs; prices are in AED; rent figures are annual contract values. Every response includes a `path` you can append to https://heart.homes for the matching page.
Known tools 11
search_locationsResolve a free-text Dubai location name (community, area, or building) to canonical slugs.
Inferred read-onlyget_market_overviewCity-wide Dubai sales KPIs over the last 12 months (transaction count, total value, median price, median price per sqm) plus data freshness.
Inferred read-onlyget_location_statsHeadline stats for one community or area slug: 12-month sales volume, median price, price per sqm, 12-month trend, plus a property-class mix for sales and rents.
Inferred read-onlyget_ready_vs_offplanSales split between the secondary (ready / resale) market and the off-plan (pre-completion developer) market for one community or area over the last 12 months — transaction count, total value, and median price for each.
Inferred read-onlyget_price_historyMonthly transaction counts and median prices for a community/area slug (or city-wide when slug is omitted), for sales or rents, optionally filtered to one property class.
Inferred read-onlyget_building_statsStats for one building: 12-month sales, median price, trend, recent sales, property-type mix, and — where rent contracts can be attributed to the building — median annual rent and recent rent contracts, and a per-bedroom rent breakdown where enough contracts resolve a bedroom.
Inferred read-onlyrank_buildingsBuildings in one community ranked by 12-month median sale price or median annual rent — answers 'cheapest/most expensive buildings in X'.
Inferred read-onlylist_recent_transactionsMost recent registered DLD sales or rent contracts for a community or area slug — real records to ground price talk in.
Inferred read-onlycompare_buy_vs_rentCompare buying vs renting in one community or area: 12-month weighted median sale price, median annual rent, and the implied gross rental yield.
Inferred read-onlyrank_communitiesCommunities ranked by 12-month median sale price or median annual rent — the direct answer to 'cheapest areas', 'most expensive communities', 'most affordable rents'.
Inferred read-onlyget_trends_moversCommunities with the biggest 12-month price moves (direction 'up' = risers, 'down' = fallers).
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.heart-homes]
url = "https://heart.homes/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"heart-homes": {
"type": "http",
"url": "https://heart.homes/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: heart-homes
Remote MCP URL: https://heart.homes/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": {
"heart-homes": {
"url": "https://heart.homes/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"heart-homes": {
"type": "http",
"url": "https://heart.homes/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "heart-homes",
"transport": "streamable-http",
"url": "https://heart.homes/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for heart.homes was fetched 2026-08-23T15:32:23.298Z.
heart.homes is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.