dld_search_buildings

Pack: dubai-land · Endpoint: https://gateway.pipeworx.io/dubai-land/mcp

Registered buildings in Dubai from the Dubai Land Department — building number, floors, rooms, flats/shops/offices counts, actual area, area/district, zone, project and creation date. No date range needed; filter by zone, freehold, leasehold or off-plan status.

Parameters

NameTypeRequiredDescription
free_holdstringno”1” freehold only, “0” non-freehold only
lease_holdstringno”1” leasehold only, “0” non-leasehold only
off_planstringno”1” off-plan only, “0” ready only
zone_idstringnoZone: “1” Deira, “2” Dubai

Example call

Arguments

{
  "zone_id": "1",
  "limit": 3
}

curl

curl -X POST https://gateway.pipeworx.io/dubai-land/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"dld_search_buildings","arguments":{"zone_id":"1","limit":3}}}'

TypeScript (@pipeworx/sdk)

import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();

const result = await pipeworx.call('dld_search_buildings', {
  "zone_id": "1",
  "limit": 3
});

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "dubai-land": {
      "url": "https://gateway.pipeworx.io/dubai-land/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build September 7, 2026