INDIVIDUAL MCP TOOL
get_location_stats
Headline 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.
LIVE ENDPOINT
https://heart.homes/mcp
Connect to this endpoint to inspect the live schema for get_location_stats and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT 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.
Related tools
search_locations— Resolve a free-text Dubai location name (community, area, or building) to canonical slugs.get_market_overview— City-wide Dubai sales KPIs over the last 12 months (transaction count, total value, median price, median price per sqm) plus data freshness.get_ready_vs_offplan— Sales 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.get_price_history— Monthly 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.get_building_stats— Stats 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.rank_buildings— Buildings in one community ranked by 12-month median sale price or median annual rent — answers 'cheapest/most expensive buildings in X'.list_recent_transactions— Most recent registered DLD sales or rent contracts for a community or area slug — real records to ground price talk in.compare_buy_vs_rent— Compare buying vs renting in one community or area: 12-month weighted median sale price, median annual rent, and the implied gross rental yield.